1998-09-16 11:15:41 +08:00
|
|
|
|
/* acconfig.h
|
|
|
|
|
Descriptive text for the C preprocessor macros that
|
|
|
|
|
the distributed Autoconf macros can define.
|
|
|
|
|
|
|
|
|
|
Leave the following blank line there!! Autoheader needs it. */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* define this if sys_errlist is not defined in stdio.h or errno.h */
|
|
|
|
|
#undef DECL_SYS_ERRLIST
|
|
|
|
|
|
|
|
|
|
/* define this you have crypt */
|
|
|
|
|
#undef HAVE_CRYPT
|
|
|
|
|
|
|
|
|
|
/* define this for connectionless LDAP support */
|
1998-09-17 11:57:35 +08:00
|
|
|
|
#undef LDAP_CONNECTIONLESS
|
1998-09-16 11:15:41 +08:00
|
|
|
|
|
|
|
|
|
/* define this to remove -lldap cache support */
|
|
|
|
|
#undef LDAP_NOCACHE
|
|
|
|
|
|
|
|
|
|
/* define this for LDAP referrals support */
|
|
|
|
|
#undef LDAP_REFERRALS
|
|
|
|
|
|
1998-09-17 18:13:13 +08:00
|
|
|
|
/* define this for phonetic support */
|
|
|
|
|
#undef SLAPD_PHONETIC
|
|
|
|
|
|
1998-09-16 11:15:41 +08:00
|
|
|
|
/* define this to use SLAPD shell backend */
|
1998-09-17 18:13:13 +08:00
|
|
|
|
/* #undef SLAPD_SHELL */
|
1998-09-16 11:15:41 +08:00
|
|
|
|
|
|
|
|
|
/* define this to use SLAPD passwd backend */
|
1998-09-17 18:13:13 +08:00
|
|
|
|
/* #undef SLAPD_PASSWD */
|
1998-09-16 11:15:41 +08:00
|
|
|
|
|
|
|
|
|
/* define this to use SLAPD LDBM backend */
|
1998-09-17 18:13:13 +08:00
|
|
|
|
/* #undef SLAPD_LDBM */
|
1998-09-16 11:15:41 +08:00
|
|
|
|
|
|
|
|
|
/* define this to use DBBTREE w/ LDBM backend */
|
1998-09-17 18:13:13 +08:00
|
|
|
|
/* #undef LDBM_USE_DBBTREE */
|
1998-09-16 11:15:41 +08:00
|
|
|
|
|
|
|
|
|
/* define this to use DBHASH w/ LDBM backend */
|
1998-09-17 18:13:13 +08:00
|
|
|
|
/* #undef LDBM_USE_DBHASH */
|
1998-09-16 11:15:41 +08:00
|
|
|
|
|
|
|
|
|
/* define this to use GDBM w/ LDBM backend */
|
1998-09-17 18:13:13 +08:00
|
|
|
|
/* #undef LDBM_USE_GDBM */
|
1998-09-16 11:15:41 +08:00
|
|
|
|
|
|
|
|
|
/* define this to use NDBM w/ LDBM backend */
|
1998-09-17 18:13:13 +08:00
|
|
|
|
/* #undef LDBM_USE_NDBM */
|
1998-09-16 11:15:41 +08:00
|
|
|
|
|
|
|
|
|
|
1998-09-17 11:57:35 +08:00
|
|
|
|
/* Leave that blank line there!! Autoheader needs it. */
|