]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Fix handling of optional cred
[openldap] / acconfig.h
index cd6ad29d45142e73ec0227b093a89593539bda09..e7581bed8a6fcac58b568fd42d957d638abde70e 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
-
 @TOP@
 
 /* define this if needed to get reentrant functions */
@@ -83,9 +78,9 @@
 #      define WIN32_LEAN_AND_MEAN 1
 #endif
 
-#ifndef __NEED_PROTOTYPES
+#ifndef LDAP_NEEDS_PROTOTYPES
 /* force LDAP_P to always include prototypes */
-#define __NEED_PROTOTYPES 1
+#define LDAP_NEEDS_PROTOTYPES 1
 #endif
 
 #ifdef HAVE_STDDEF_H