mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
fix dynlist dynamic build (ITS#4729)
This commit is contained in:
parent
1b1a0ebf18
commit
3a2277cdf8
1 changed files with 3 additions and 3 deletions
|
|
@ -23,10 +23,10 @@
|
|||
|
||||
#ifdef SLAPD_OVER_DYNLIST
|
||||
|
||||
#if LDAP_VENDOR_VERSION_MINOR != X && LDAP_VENDOR_VERSION_MINOR < 3
|
||||
#define OL_2_2_COMPAT
|
||||
#elif SLAPD_OVER_DYNGROUP != SLAPD_MOD_STATIC
|
||||
#if LDAP_VENDOR_VERSION_MINOR == X || LDAP_VENDOR_VERSION_MINOR > 3
|
||||
#define TAKEOVER_DYNGROUP
|
||||
#elif LDAP_VENDOR_VERSION_MINOR < 3
|
||||
#define OL_2_2_COMPAT
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue