]> git.sur5r.net Git - openldap/blobdiff - include/ldap_config.h.in
cleanup old TOOLID macro
[openldap] / include / ldap_config.h.in
index a7d0f01cb9b1330ddd29b910572041b98009d8fe..63b604f6ea62f9478d80eb0dfcd9067006a44d65 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
 
 /* directory separator */
 #ifndef LDAP_DIRSEP
+#ifndef _WIN32
 #define LDAP_DIRSEP "/"
+#else
+#define LDAP_DIRSEP "\\"
+#endif
 #endif
 
 /* directories */