--------------------- PatchSet 3312 Date: 2006/06/17 19:58:26 Author: serassio Branch: nt Tag: (none) Log: Updated autoconf.h for Visual Studio Members: port/win32/include/autoconf.h:1.2.18.13->1.2.18.14 Index: squid3/port/win32/include/autoconf.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/port/win32/include/Attic/autoconf.h,v retrieving revision 1.2.18.13 retrieving revision 1.2.18.14 diff -u -r1.2.18.13 -r1.2.18.14 --- squid3/port/win32/include/autoconf.h 28 May 2006 17:17:46 -0000 1.2.18.13 +++ squid3/port/win32/include/autoconf.h 17 Jun 2006 19:58:26 -0000 1.2.18.14 @@ -107,6 +107,12 @@ /* Define to 1 if you have the header file. */ #define HAVE_CTYPE_H 1 +/* Define to 1 if you have the header file. */ +/* #undef HAVE_DB_185_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_DB_H */ + /* Define to 1 if you have the header file, and it defines `DIR'. */ #define HAVE_DIRENT_H 1 @@ -258,6 +264,9 @@ /* Define to 1 if you have the `socket' library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ +/* Define to 1 if you have the header file. */ +#define HAVE_LIBXML_PARSER_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 @@ -749,6 +758,15 @@ /* The size of a `int', as computed by sizeof. */ #define SIZEOF_INT 4 +/* The size of a `int16_t', as computed by sizeof. */ +#define SIZEOF_INT16_T 2 + +/* The size of a `int32_t', as computed by sizeof. */ +#define SIZEOF_INT32_T 4 + +/* The size of a `int64_t', as computed by sizeof. */ +#define SIZEOF_INT64_T 8 + /* The size of a `long', as computed by sizeof. */ #define SIZEOF_LONG 4 @@ -764,9 +782,30 @@ /* The size of a `size_t', as computed by sizeof. */ #define SIZEOF_SIZE_T 4 +/* The size of a `uint16_t', as computed by sizeof. */ +#define SIZEOF_UINT16_T 2 + +/* The size of a `uint32_t', as computed by sizeof. */ +#define SIZEOF_UINT32_T 4 + +/* The size of a `uint64_t', as computed by sizeof. */ +#define SIZEOF_UINT64_T 8 + +/* The size of a `u_int16_t', as computed by sizeof. */ +/* #undef SIZEOF_U_INT16_T */ + +/* The size of a `u_int32_t', as computed by sizeof. */ +/* #undef SIZEOF_U_INT32_T */ + +/* The size of a `u_int64_t', as computed by sizeof. */ +/* #undef SIZEOF_U_INT64_T */ + /* The size of a `void *', as computed by sizeof. */ #define SIZEOF_VOID_P 4 +/* The size of a `__int64', as computed by sizeof. */ +#define SIZEOF___INT64 8 + /* configure command line used to configure Squid */ #define SQUID_CONFIGURE_OPTIONS "'--disable-wccp' '--enable-underscores' '--enable-htcp' '--enable-cpu-profiling' '--enable-default-hostsfile=none' '--enable-removal-policies=heap lru' '--enable-auth=basic ntlm digest' '--enable-basic-auth-helpers=win32_locallogon' '--enable-err-languages=English' '--enable-default-err-language=English' '--enable-storeio=ufs awin32 null' '--enable-referer-log' '--enable-useragent-log' '--enable-external-acl-helpers=win32_group' '--enable-ntlm-auth-helpers=NTLMSSP-WIN32' '--enable-win32-service' '--enable-snmp' '--prefix=c:/squid'" @@ -809,7 +848,7 @@ /* Use Cache Digests for locating objects in neighbor caches. This code is still semi-experimental. */ -/* #undef USE_CACHE_DIGESTS */ +#define USE_CACHE_DIGESTS 1 /* Cache Array Routing Protocol */ #define USE_CARP 1 @@ -821,7 +860,7 @@ /* #undef USE_DNSSERVERS */ /* Use epoll() for the IO loop */ -#define USE_EPOLL 0 +/* #undef USE_EPOLL */ /* Define if we should use GNU regex */ #define USE_GNUREGEX 1