From: Kurt Zeilenga Date: Sun, 9 Aug 1998 04:38:40 +0000 (+0000) Subject: RAGE: LDAPD Linux does have X-Git-Tag: LDAP_3_3+prerelease~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1596b380e937b49a5d27afe0e421ea7710db93a7;p=openldap RAGE: LDAPD Linux does have --- diff --git a/servers/ldapd/association.c b/servers/ldapd/association.c index ab15d0460a..cea7b959a1 100644 --- a/servers/ldapd/association.c +++ b/servers/ldapd/association.c @@ -28,7 +28,7 @@ #endif #include "common.h" #ifdef SVR4 -#if !defined(_AIX) && !defined(__osf__) +#if !defined(_AIX) && !defined(__osf__) && !defined(linux) #include #endif #endif