]> git.sur5r.net Git - openldap/commitdiff
Update DIRSEP handling (temporary, should be handled by autoconf)
authorKurt Zeilenga <kurt@openldap.org>
Sat, 29 May 1999 18:58:45 +0000 (18:58 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 29 May 1999 18:58:45 +0000 (18:58 +0000)
include/ldapconfig.h.edit

index 687e9075f666e3bfa385614ecd7a2376684edbd8..f26e40ae6197ac009211f22744ca3bbc05844c70 100644 (file)
@@ -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%"