mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
improve previous commit (ITS#4729)
This commit is contained in:
parent
3a2277cdf8
commit
c148b2381e
@ -24,10 +24,14 @@
|
||||
#ifdef SLAPD_OVER_DYNLIST
|
||||
|
||||
#if LDAP_VENDOR_VERSION_MINOR == X || LDAP_VENDOR_VERSION_MINOR > 3
|
||||
#if SLAPD_OVER_DYNGROUP != SLAPD_MOD_STATIC
|
||||
#define TAKEOVER_DYNGROUP
|
||||
#elif LDAP_VENDOR_VERSION_MINOR < 3
|
||||
#endif
|
||||
#else
|
||||
#if LDAP_VENDOR_VERSION_MINOR < 3
|
||||
#define OL_2_2_COMPAT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user