]> git.sur5r.net Git - openldap/commitdiff
Added LDAP_DIRSEP macro for NT
authorHoward Chu <hyc@openldap.org>
Thu, 28 Oct 1999 07:26:44 +0000 (07:26 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 28 Oct 1999 07:26:44 +0000 (07:26 +0000)
include/ldap_config.h.in

index a7d0f01cb9b1330ddd29b910572041b98009d8fe..82b5d870202853533a5eb78462f90788827f9b09 100644 (file)
 
 /* directory separator */
 #ifndef LDAP_DIRSEP
+#ifndef _WIN32
 #define LDAP_DIRSEP "/"
+#else
+#define LDAP_DIRSEP "\\"
+#endif
 #endif
 
 /* directories */