From de7db04d0cd5692e9d42532525a6c74f4f9630c9 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 29 May 1999 18:58:45 +0000 Subject: [PATCH] Update DIRSEP handling (temporary, should be handled by autoconf) --- include/ldapconfig.h.edit | 3 +++ 1 file changed, 3 insertions(+) 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%" -- 2.39.5