From: Kurt Zeilenga Date: Sat, 29 May 1999 18:58:45 +0000 (+0000) Subject: Update DIRSEP handling (temporary, should be handled by autoconf) X-Git-Tag: OPENLDAP_REL_ENG_2_BP~478 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=de7db04d0cd5692e9d42532525a6c74f4f9630c9;p=openldap Update DIRSEP handling (temporary, should be handled by autoconf) --- diff --git a/include/ldapconfig.h.edit b/include/ldapconfig.h.edit index 687e9075f6..f26e40ae61 100644 --- a/include/ldapconfig.h.edit +++ b/include/ldapconfig.h.edit @@ -31,6 +31,9 @@ * SHARED DEFINITIONS * These are shared with Makefile and should not change via configure */ +#ifndef DIRSEP +#define DIRSEP "/" +#endif #define DEFAULT_BINDIR "%BINDIR%" #define DEFAULT_SBINDIR "%SBINDIR%" #define DEFAULT_DATADIR "%DATADIR%"