]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
remove init arg from attrs_index_config proto
[openldap] / include / portable.h.in
index 0d11d8da55a28ffa17c41b93391c5563910ba243..f8b9b4690b086067e3da3677f38295d0c4bbd37b 100644 (file)
 
 /* end of preamble */
 
+#if !defined(SLAPD_SCHEMA_COMPAT) && !defined(SLAPD_SCHEMA_NOT_COMPAT)
+       /* define SLAPD_SCHEMA_COMPAT if you want old schema codes */
+#define SLAPD_SCHEMA_NOT_COMPAT 1
+#endif
+
 
 /* Define if on AIX 3.
    System headers sometimes define this.
 /*
  LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
  LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
- LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
  LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
  LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
 */
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H
 
-/* Define if you have the <dmalloc.h> header file.  */
-#undef HAVE_DMALLOC_H
-
 /* Define if you have the <errno.h> header file.  */
 #undef HAVE_ERRNO_H
 
 /* Define if you have the bind library (-lbind).  */
 #undef HAVE_LIBBIND
 
-/* Define if you have the dmalloc library (-ldmalloc).  */
-#undef HAVE_LIBDMALLOC
-
 /* Define if you have the gen library (-lgen).  */
 #undef HAVE_LIBGEN
 
 /* define if you have winsock */
 #undef HAVE_WINSOCK
 
-/* define if you have res_search() */
-#undef HAVE_RES_SEARCH
-
-/* define if you have -lxttp */
-#undef HAVE_XTPP
-
-/* define if you have -ldsap */
-#undef HAVE_DSAP
-
-/* define if you have -lisode */
-#undef HAVE_ISODE
-
-/* define if you have -lpp */
-#undef HAVE_PP
+/* define if you have res_query() */
+#undef HAVE_RES_QUERY
 
 /* define if you have HEIMDAL Kerberos */
 #undef HAVE_HEIMDAL_KERBEROS
 /* define to support modules */
 #undef SLAPD_MODULES
 
-/* define to support BDB2 backend */
-#undef SLAPD_BDB2
-
-/* define to support dynamic BDB2 backend */
-#undef SLAPD_BDB2_DYNAMIC
-
 /* define to support DNS SRV backend */
 #undef SLAPD_DNSSRV