X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.h.in;h=f68de6de3cf68e3a0dfeeee80e0422beee477efd;hb=490bb72f82606c6872ec61d035467a0a912b4de7;hp=808e9111bb38fbdf114d673c1df9e397bf2f30c9;hpb=58ea169c92679eb5b0598c2420c95c626ccac27d;p=openldap diff --git a/include/portable.h.in b/include/portable.h.in index 808e9111bb..f68de6de3c 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -108,13 +108,13 @@ is provided ``as is'' without express or implied warranty. #undef DECL_SYS_ERRLIST /* define if you have berkeley db */ -#undef HAVE_BERKELEY_DB2 +#undef HAVE_BERKELEY_DB /* define if you have berkeley db2 */ #undef HAVE_BERKELEY_DB2 -/* define if you have Mach CThreads */ -#undef HAVE_CTHREADS +/* define if you have crypt */ +#undef HAVE_CRYPT /* define if you have DCE */ #undef HAVE_DCE @@ -140,6 +140,9 @@ is provided ``as is'' without express or implied warranty. /* define if you have NDBM */ #undef HAVE_NDBM +/* define if you have Mach CThreads */ +#undef HAVE_MACH_CTHREADS + /* define if you have a preemptive POSIX Threads implementation */ #undef HAVE_PREEMPTIVE_PTHREADS @@ -152,15 +155,69 @@ is provided ``as is'' without express or implied warranty. /* define if you have -ltermcap */ #undef HAVE_TERMCAP +/* define if you have -lwrap */ +#undef HAVE_TCPD + +/* define this for connectionless LDAP support */ +#undef LDAP_CONNECTIONLESS + +/* define this to add debugging code */ +#undef LDAP_DEBUG + +/* define this for LDAP DNS support */ +#undef LDAP_DNS + +/* define this to remove -lldap cache support */ +#undef LDAP_NOCACHE + +/* define this for LDAP referrals support */ +#undef LDAP_REFERRALS + +/* define this for LDAP User Interface support */ +#undef LDAP_LIBUI + /* define this for ACL Group support */ #undef SLAPD_ACLGROUPS -/* define this for Reverse Lookup support */ -#undef SLAPD_RLOOKUPS +/* define this for crypt(3) password support */ +#undef SLAPD_CRYPT + +/* define this to use SLAPD LDBM backend */ +#undef SLAPD_LDBM + +/* define this for MD5 password support */ +#undef SLAPD_MD5 + +/* define this to use SLAPD passwd backend */ +#undef SLAPD_PASSWD /* define this for phonetic support */ #undef SLAPD_PHONETIC +/* define this for Reverse Lookup support */ +#undef SLAPD_RLOOKUPS + +/* define this for SHA1 password support */ +#undef SLAPD_SHA1 + +/* define this to use SLAPD shell backend */ +#undef SLAPD_SHELL + +/* define this to use DBBTREE w/ LDBM backend */ +#undef LDBM_USE_DBBTREE + +/* define this to use DBHASH w/ LDBM backend */ +#undef LDBM_USE_DBHASH + +/* define this if you want no termcap support */ +#undef NO_TERMCAP + +/* define this if you want no thread support */ +#undef NO_THREADS + +/* define this if the thread package is preemptive */ +#undef THREAD_PREEMPTIVE + /* Define if you have the bcopy function. */ #undef HAVE_BCOPY @@ -363,7 +420,6 @@ is provided ``as is'' without express or implied warranty. # include #endif -#include "bridge.h" #include "ldap_cdefs.h" #endif /* _LDAP_PORTABLE_H */