fix dynlist dynamic build (ITS#4729)

This commit is contained in:
Pierangelo Masarati 2006-11-03 00:29:19 +00:00
parent 1b1a0ebf18
commit 3a2277cdf8

View file

@ -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>