From: Eric Covener Date: Wed, 18 Dec 2013 02:05:50 +0000 (+0000) Subject: change r1500483 to only be enabled when building against the MS LDAP SDK. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=105918ea39d4d5f9a0cbc5a0ac52b989d79d4960;p=thirdparty%2Fapache%2Fhttpd.git change r1500483 to only be enabled when building against the MS LDAP SDK. Guenter, please verify this still works for you. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1551802 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_ldap.h b/include/util_ldap.h index 5cf9d519d2c..1dc0ee2bd16 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -83,7 +83,7 @@ #define LDAP_DECLARE_DATA __declspec(dllimport) #endif -#ifdef WIN32 +#if APR_HAS_MICROSOFT_LDAPSDK #define timeval l_timeval #endif