improve previous commit (ITS#4729)

This commit is contained in:
Pierangelo Masarati 2006-11-03 08:35:51 +00:00
parent 3a2277cdf8
commit c148b2381e

View File

@ -24,10 +24,14 @@
#ifdef SLAPD_OVER_DYNLIST #ifdef SLAPD_OVER_DYNLIST
#if LDAP_VENDOR_VERSION_MINOR == X || LDAP_VENDOR_VERSION_MINOR > 3 #if LDAP_VENDOR_VERSION_MINOR == X || LDAP_VENDOR_VERSION_MINOR > 3
#if SLAPD_OVER_DYNGROUP != SLAPD_MOD_STATIC
#define TAKEOVER_DYNGROUP #define TAKEOVER_DYNGROUP
#elif LDAP_VENDOR_VERSION_MINOR < 3 #endif
#else
#if LDAP_VENDOR_VERSION_MINOR < 3
#define OL_2_2_COMPAT #define OL_2_2_COMPAT
#endif #endif
#endif
#include <stdio.h> #include <stdio.h>