]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Remove DEFS variables from Makefiles, remove bridge.h.
[openldap] / include / portable.h.in
index 808e9111bb38fbdf114d673c1df9e397bf2f30c9..f68de6de3cf68e3a0dfeeee80e0422beee477efd 100644 (file)
@@ -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 <stddef.h>
 #endif
 
-#include "bridge.h"
 #include "ldap_cdefs.h"
 
 #endif /* _LDAP_PORTABLE_H */