mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-13 15:54:04 -05:00
Warn users not to much with paths in ldapconfig.h
This commit is contained in:
parent
6bfc4ec022
commit
a3f1e5c4c9
1 changed files with 3 additions and 3 deletions
|
|
@ -23,13 +23,13 @@
|
|||
#define _LDAP_CONFIG_H
|
||||
|
||||
/*
|
||||
* config.h for LDAP -- edit this file to customize LDAP client behavior.
|
||||
* config.h for LDAP -- edit this file to customize OpenLDAP behavior.
|
||||
* NO platform-specific definitions should be placed in this file.
|
||||
* Note that this IS USED by the LDAP or LBER libraries.
|
||||
*/
|
||||
|
||||
/*
|
||||
* SHARED DEFINITIONS - things you should change
|
||||
* SHARED DEFINITIONS
|
||||
* These are shared with Makefile and should not change via configure
|
||||
*/
|
||||
#define DEFAULT_DIRSEP "/"
|
||||
#define DEFAULT_BINDIR "%BINDIR%"
|
||||
|
|
|
|||
Loading…
Reference in a new issue