Move -DSLAPD_SCHEMA_COMPAT to acconfig.h...

This commit is contained in:
Kurt Zeilenga 2000-05-30 21:36:27 +00:00
parent eb70b602ee
commit a584fe9dc0
2 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,11 @@
/* 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 */

View File

@ -14,6 +14,11 @@
/* 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.