Skip to content
Snippets Groups Projects
Commit a584fe9d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Move -DSLAPD_SCHEMA_COMPAT to acconfig.h...

parent eb70b602
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment