databases.def 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* List of all databases defined for the NSS in GNU C Library.
  2. Copyright (C) 1996-2019 Free Software Foundation, Inc.
  3. This file is part of the GNU C Library.
  4. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
  5. The GNU C Library is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU Lesser General Public
  7. License as published by the Free Software Foundation; either
  8. version 2.1 of the License, or (at your option) any later version.
  9. The GNU C Library is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. Lesser General Public License for more details.
  13. You should have received a copy of the GNU Lesser General Public
  14. License along with the GNU C Library; if not, see
  15. <http://www.gnu.org/licenses/>. */
  16. /* This list must be kept sorted!!! If any long name is added the
  17. field size for it must be increases. */
  18. DEFINE_DATABASE (aliases)
  19. DEFINE_DATABASE (ethers)
  20. DEFINE_DATABASE (group)
  21. DEFINE_DATABASE (gshadow)
  22. DEFINE_DATABASE (hosts)
  23. DEFINE_DATABASE (initgroups)
  24. DEFINE_DATABASE (netgroup)
  25. DEFINE_DATABASE (networks)
  26. DEFINE_DATABASE (passwd)
  27. DEFINE_DATABASE (protocols)
  28. DEFINE_DATABASE (publickey)
  29. DEFINE_DATABASE (rpc)
  30. DEFINE_DATABASE (services)
  31. DEFINE_DATABASE (shadow)
  32. /*
  33. Local Variables:
  34. mode:C
  35. End:
  36. */