Minor adjustments... no rlookups by default, rm maxpathlen

This commit is contained in:
Kurt Zeilenga 2001-12-19 01:55:51 +00:00
parent 8efc35ed53
commit 10e2893d2a

View file

@ -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