mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Under delete.
This commit is contained in:
parent
3efd6599e8
commit
629761f3c6
1 changed files with 13 additions and 6 deletions
|
|
@ -23,13 +23,20 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* SHARED DEFINITIONS - things you should change
|
||||
* SHARED DEFINITIONS
|
||||
*/
|
||||
#define DEFAULT_BINDIR "@BINDIR@"
|
||||
#define DEFAULT_ETCDIR "@ETCDIR@"
|
||||
#define DEFAULT_LIBEXECDIR "@LIBEXECDIR@"
|
||||
#define DEFAULT_SBINDIR "@SBINDIR@"
|
||||
#define DEFAULT_SYSCONFDIR "@SYSCONFDIR@"
|
||||
#define DEFAULT_BINDIR "@BINDIR@"
|
||||
#define DEFAULT_SBINDIR "@SBINDIR@"
|
||||
#define DEFAULT_LIBEXECDIR "@LIBEXECDIR@"
|
||||
#define DEFAULT_DATADIR "@DATADIR@"
|
||||
#define DEFAULT_SYSCONFDIR "@SYSCONFDIR@"
|
||||
#define DEFAULT_SHAREDSTATEDIR "@SHAREDSTATEDIR@"
|
||||
#define DEFAULT_LOCALSTATEDIR "@LOCALSTATEDIR@"
|
||||
#define DEFAULT_LIBDIR "@LIBDIR@"
|
||||
#define DEFAULT_INCLUDEDIR "@INCLUDEDIR@"
|
||||
#define DEFAULT_OLDINCLUDEDIR "@OLDINCLUDEDIR@"
|
||||
#define DEFAULT_INFODIR "@INFODIR@"
|
||||
#define DEFAULT_MANDIR "@MANDIR@"
|
||||
|
||||
/* default ldap host */
|
||||
#define LDAPHOST "localhost"
|
||||
|
|
|
|||
Loading…
Reference in a new issue