From: Howard Chu Date: Thu, 28 Oct 1999 07:26:44 +0000 (+0000) Subject: Added LDAP_DIRSEP macro for NT X-Git-Tag: UCDATA_2_4~291 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1b8c1b88b6202f07eb29b049f1c61b905cb8287;p=openldap Added LDAP_DIRSEP macro for NT --- diff --git a/include/ldap_config.h.in b/include/ldap_config.h.in index a7d0f01cb9..82b5d87020 100644 --- a/include/ldap_config.h.in +++ b/include/ldap_config.h.in @@ -19,7 +19,11 @@ /* directory separator */ #ifndef LDAP_DIRSEP +#ifndef _WIN32 #define LDAP_DIRSEP "/" +#else +#define LDAP_DIRSEP "\\" +#endif #endif /* directories */