databases.def 1.4 KB

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