--------------------- PatchSet 8812 Date: 2006/12/16 11:04:16 Author: serassio Branch: nt Tag: (none) Log: Updated autoconf.h for Visual Studio Environment Members: port/win32/include/autoconf.h:1.1.38.15->1.1.38.16 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.15 retrieving revision 1.1.38.16 diff -u -r1.1.38.15 -r1.1.38.16 --- squid/port/win32/include/autoconf.h 17 Sep 2006 08:44:58 -0000 1.1.38.15 +++ squid/port/win32/include/autoconf.h 16 Dec 2006 11:04:16 -0000 1.1.38.16 @@ -150,6 +150,9 @@ /* Define to 1 if you have the `getspnam' function. */ /* #undef HAVE_GETSPNAM */ +/* Define to 1 if you have the `gettimeofday' function. */ +/* #undef HAVE_GETTIMEOFDAY */ + /* Define to 1 if you have the header file. */ /* #undef HAVE_GLIB_H */ @@ -752,9 +755,6 @@ dnsserver processes instead. */ /* #undef USE_DNSSERVERS */ -/* Use epoll() for the IO loop */ -/* #undef USE_EPOLL */ - /* Define if we should use GNU regex */ #define USE_GNUREGEX 1 @@ -772,9 +772,6 @@ /* Compile in support for Ident (RFC 931) lookups? Enabled by default. */ #define USE_IDENT 1 -/* Use kqueue() for the IO loop */ -/* #undef USE_KQUEUE */ - /* Enable code for assiting in finding memory leaks. Hacker stuff only. */ /* #undef USE_LEAKFINDER */ @@ -783,19 +780,10 @@ (USE_SSL) */ /* #undef USE_OPENSSL */ -/* Use poll() for the IO loop */ -/* #undef USE_POLL */ - /* If you want to log Referer request header values, define this. By default, they are written to referer.log in the Squid log directory. */ #define USE_REFERER_LOG 1 -/* Use select() for the IO loop */ -/* #undef USE_SELECT */ - -/* Use Winsock select() for the IO loop */ -#define USE_SELECT_WIN32 1 - /* Define this to include code for SSL encryption. */ /* #undef USE_SSL */