X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=acconfig.h;h=e7581bed8a6fcac58b568fd42d957d638abde70e;hb=825c3c4c5cdb62a0dea93a23360f171283d38474;hp=cd6ad29d45142e73ec0227b093a89593539bda09;hpb=7dc76e7139ac73f9fe067f6222a26ffb30dc6f1a;p=openldap diff --git a/acconfig.h b/acconfig.h index cd6ad29d45..e7581bed8a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -13,11 +13,6 @@ /* 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