]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Update configure to handle DEC OSF1 3.2 special cases.
[openldap] / acconfig.h
index 1fdeb67cb3037a22b3a6a8ce6d5347f63719b35e..c73e7cebbfba84539d595c3eafcdafaeb02b034a 100644 (file)
@@ -12,6 +12,9 @@
 /* define this if needed to get threadsafe functions */
 #undef _THREAD_SAFE
 
+/* define this if needed to get threadsafe functions */
+#undef _THREADSAFE
+
 /* define this if toupper() requires tolower() check */
 #undef C_UPPER_LOWER
 
@@ -27,9 +30,6 @@
 /* define if you have crypt */
 #undef HAVE_CRYPT
 
-/* define if you have DCE */
-#undef HAVE_DCE
-
 /* define if you have DSAP */
 #undef HAVE_DSAP
 
 /* define this for LDAP process title support */
 #undef LDAP_PROCTITLE
 
-/* define this for LDAP referrals support */
-#undef LDAP_REFERRALS
-
 /* define this for LDAP User Interface support */
 #undef LDAP_LIBUI
 
 /* define this to use SLAPD shell backend */
 #undef SLAPD_SHELL
 
+/* These are defined in ldap_features.h */
+/*
+       LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
+       LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
+*/
+
 \f
 /* Leave that blank line there!!  Autoheader needs it. */