mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Update DIRSEP handling (temporary, should be handled by autoconf)
This commit is contained in:
parent
fbc0bd013e
commit
de7db04d0c
1 changed files with 3 additions and 0 deletions
|
|
@ -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%"
|
||||
|
|
|
|||
Loading…
Reference in a new issue