--------------------- PatchSet 8652 Date: 2006/09/17 08:44:58 Author: serassio Branch: nt Tag: (none) Log: Updated Visualstudio autoconf.h Members: port/win32/include/autoconf.h:1.1.38.14->1.1.38.15 Index: squid/port/win32/include/autoconf.h =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/include/Attic/autoconf.h,v retrieving revision 1.1.38.14 retrieving revision 1.1.38.15 diff -u -r1.1.38.14 -r1.1.38.15 --- squid/port/win32/include/autoconf.h 15 Sep 2006 19:20:23 -0000 1.1.38.14 +++ squid/port/win32/include/autoconf.h 17 Sep 2006 08:44:58 -0000 1.1.38.15 @@ -46,6 +46,9 @@ /* If gettimeofday is known to take only one argument */ /* #undef GETTIMEOFDAY_NO_TZP */ +/* Define to 1 if you have the header file. */ +/* #undef HAVE_AIO_H */ + /* Define to 1 if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1 @@ -931,7 +934,7 @@ #define SQUID_CONFIGURE_OPTIONS "--enable-win32-service --enable-storeio='ufs aufs null coss' " \ "--enable-removal-policies='heap lru' --enable-snmp --enable-htcp --disable-wccp --disable-wccpv2 --enable-useragent-log " \ - "--enable-referer-log --enable-cache-digests --enable-auth='basic ntlm digest negotiate' " \ + "--enable-referer-log --enable-cache-digests --enable-auth='basic ntlm digest negotiate' --enable-coss-aio-ops " \ "--enable-basic-auth-helpers='LDAP NCSA mswin_sspi' --enable-negotiate-auth-helpers=mswin_sspi" \ "--enable-ntlm-auth-helpers='mswin_sspi fakeauth' --enable-external-acl-helpers='mswin_lm_group ldap_group' " \ "--enable-large-cache-files --enable-digest-auth-helpers='password LDAP'" \