mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
Minor adjustments... no rlookups by default, rm maxpathlen
This commit is contained in:
parent
8efc35ed53
commit
10e2893d2a
1 changed files with 1 additions and 3 deletions
|
|
@ -916,7 +916,7 @@
|
|||
/* #undef SLAPD_PHONETIC */
|
||||
|
||||
/* define to support reverse lookups */
|
||||
#define SLAPD_RLOOKUPS 1
|
||||
/* #undef SLAPD_RLOOKUPS */
|
||||
|
||||
/* define to support per-object ACIs */
|
||||
/* #undef SLAPD_ACI_ENABLED */
|
||||
|
|
@ -1021,8 +1021,6 @@
|
|||
#define LDAP_DEBUG 1
|
||||
#endif
|
||||
|
||||
#define MAXPATHLEN _MAX_PATH
|
||||
|
||||
#define strcasecmp stricmp
|
||||
#define strncasecmp strnicmp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue