Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
588 B

  1. //
  2. // ldapdata.h -- This file contains the global data structures used by the
  3. // LDAP Email ID store implementation
  4. //
  5. // Created:
  6. // Jan 12, 1996 Milan Shah (milans)
  7. //
  8. // Changes:
  9. //
  10. #include "winldap.h"
  11. #include "ldapstr.h"
  12. #include "ldapstor.h"
  13. #include "ldapconn.h"
  14. #include "asyncctx.h"
  15. #include "cnfgmgr.h"
  16. #ifndef _GLOBALS_H_
  17. #define _GLOBALS_H_
  18. //
  19. // Defines used for debugging
  20. //
  21. #define LDAP_STORE_DBG 0x100
  22. #define LDAP_CONN_DBG 0x101
  23. #define LDAP_CCACHE_DBG 0x102
  24. #define LDAP_DCACHE_DBG 0x103
  25. #endif // _GLOBALS_H_