mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Move -DSLAPD_SCHEMA_COMPAT to acconfig.h...
This commit is contained in:
parent
eb70b602ee
commit
a584fe9dc0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user