gsslapd.h 664 B

12345678910111213141516171819202122232425262728293031323334
  1. /** BEGIN COPYRIGHT BLOCK
  2. * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  3. * Copyright (C) 2005 Red Hat, Inc.
  4. * All rights reserved.
  5. *
  6. * License: GPL (version 3 or any later version).
  7. * See LICENSE for details.
  8. * END COPYRIGHT BLOCK **/
  9. #ifdef HAVE_CONFIG_H
  10. # include <config.h>
  11. #endif
  12. #define DATABASE_NAME "ns-slapd"
  13. #ifdef RESOURCE_STR
  14. #undef LIBRARY_NAME
  15. #include "base/dbtbase.h"
  16. #undef LIBRARY_NAME
  17. #include "libaccess/dbtlibaccess.h"
  18. #undef LIBRARY_NAME
  19. #include "libadmin/dbtlibadmin.h"
  20. #undef LIBRARY_NAME
  21. static RESOURCE_GLOBAL allxpstr[] = {
  22. {base},
  23. {libaccess},
  24. {libadmin},
  25. {0}
  26. };
  27. #endif /* ifdef RESOURCE_STR */