--------------------- PatchSet 6414 Date: 2005/02/05 09:00:21 Author: serassio Branch: nt-2_5 Tag: (none) Log: Define LDAP_NO_ATTRS on Windows Members: helpers/basic_auth/LDAP/squid_ldap_auth.c:1.2.8.20->1.2.8.21 helpers/external_acl/ldap_group/squid_ldap_group.c:1.1.6.17->1.1.6.18 Index: squid/helpers/basic_auth/LDAP/squid_ldap_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/basic_auth/LDAP/squid_ldap_auth.c,v retrieving revision 1.2.8.20 retrieving revision 1.2.8.21 diff -u -r1.2.8.20 -r1.2.8.21 --- squid/helpers/basic_auth/LDAP/squid_ldap_auth.c 4 Feb 2005 08:56:56 -0000 1.2.8.20 +++ squid/helpers/basic_auth/LDAP/squid_ldap_auth.c 5 Feb 2005 09:00:21 -0000 1.2.8.21 @@ -93,6 +93,9 @@ #define snprintf _snprintf #include #include +#ifndef LDAP_NO_ATTRS +#define LDAP_NO_ATTRS "1.1" +#endif #ifndef LDAPAPI #define LDAPAPI __cdecl #endif Index: squid/helpers/external_acl/ldap_group/squid_ldap_group.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/external_acl/ldap_group/squid_ldap_group.c,v retrieving revision 1.1.6.17 retrieving revision 1.1.6.18 diff -u -r1.1.6.17 -r1.1.6.18 --- squid/helpers/external_acl/ldap_group/squid_ldap_group.c 4 Feb 2005 08:56:56 -0000 1.1.6.17 +++ squid/helpers/external_acl/ldap_group/squid_ldap_group.c 5 Feb 2005 09:00:41 -0000 1.1.6.18 @@ -43,6 +43,9 @@ #define snprintf _snprintf #include #include +#ifndef LDAP_NO_ATTRS +#define LDAP_NO_ATTRS "1.1" +#endif #ifndef LDAPAPI #define LDAPAPI __cdecl #endif