--------------------- PatchSet 10826 Date: 2009/08/02 08:04:25 Author: serassio Branch: nt Tag: (none) Log: Updated autoconf.h for Visual Studio Project Members: port/win32/include/autoconf.h:1.1.38.20->1.1.38.21 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.20 retrieving revision 1.1.38.21 diff -u -r1.1.38.20 -r1.1.38.21 --- squid/port/win32/include/autoconf.h 2 Jun 2008 12:12:44 -0000 1.1.38.20 +++ squid/port/win32/include/autoconf.h 2 Aug 2009 08:04:25 -0000 1.1.38.21 @@ -1,6 +1,9 @@ /* include/autoconf.h. Generated from autoconf.h.in by configure. */ /* include/autoconf.h.in. Generated from configure.in by autoheader. */ +/* Define if building universal (internal helper macro) */ +/* #undef AC_APPLE_UNIVERSAL_BUILD */ + /* Defines how many threads aufs uses for I/O */ /* #undef AUFS_IO_THREADS */ @@ -80,6 +83,9 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_BYTESWAP_H */ +/* Define to 1 if you have the header file. */ +/* #undef HAVE_COM_ERR_H */ + /* Define to 1 if you have the `crypt' function. */ #define HAVE_CRYPT 1 @@ -147,6 +153,9 @@ /* Define to 1 if you have the `gettimeofday' function. */ /* #undef HAVE_GETTIMEOFDAY */ +/* Define to 1 if you have krb5_get_init_creds_keytab */ +/* #undef HAVE_GET_INIT_CREDS_KEYTAB */ + /* Define to 1 if you have the header file. */ /* #undef HAVE_GLIB_H */ @@ -162,6 +171,24 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_GRP_H */ +/* GSSAPI support */ +/* #undef HAVE_GSSAPI */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_GSSAPI_GSSAPI_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_GSSAPI_H */ + +/* Define to 1 if you have Heimdal Kerberos */ +/* #undef HAVE_HEIMDAL_KERBEROS */ + /* Define to 1 if you have the `initgroups' function. */ /* #undef HAVE_INITGROUPS */ @@ -189,6 +216,21 @@ /* Define to 1 if you have the `kqueue' function. */ /* #undef HAVE_KQUEUE */ +/* KRB5 support */ +/* #undef HAVE_KRB5 */ + +/* Define to 1 if you have krb5_get_max_time_skew */ +/* #undef HAVE_KRB5_GET_MAX_TIME_SKEW */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_KRB5_H */ + +/* Define to 1 if you have krb5_kt_free_entry */ +/* #undef HAVE_KRB5_KT_FREE_ENTRY */ + +/* Define to 1 if you have MEMORY: cache support */ +/* #undef HAVE_KRB5_MEMORY_CACHE */ + /* Define to 1 if you have the `aio' library (-laio). */ /* #undef HAVE_LIBAIO */ @@ -277,6 +319,9 @@ /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 +/* Define to 1 if you have MIT Kerberos */ +/* #undef HAVE_MIT_KERBEROS */ + /* Define to 1 if you have the `mkstemp' function. */ /* #undef HAVE_MKSTEMP */ @@ -355,6 +400,9 @@ /* Define to 1 if you have the `prctl' function. */ /* #undef HAVE_PRCTL */ +/* Define to 1 if you have the header file. */ +/* #undef HAVE_PROFILE_H */ + /* Define to 1 if you have the `pthread_attr_setschedparam' function. */ /* #undef HAVE_PTHREAD_ATTR_SETSCHEDPARAM */ @@ -449,6 +497,9 @@ /* Define to 1 if you have the `socketpair' function. */ /* #undef HAVE_SOCKETPAIR */ +/* Define to 1 if you have SPNEGO support */ +/* #undef HAVE_SPNEGO */ + /* Define to 1 if you have the `srand48' function. */ /* #undef HAVE_SRAND48 */ @@ -625,6 +676,9 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_WINSOCK_H */ +/* Define to 1 if you have the `__res_init' function. */ +/* #undef HAVE___RES_INIT */ + /* Some systems support __va_copy */ /* #undef HAVE___VA_COPY */ @@ -778,9 +832,6 @@ still semi-experimental. */ #define USE_CACHE_DIGESTS 1 -/* Cache Array Routing Protocol */ -#define USE_CARP 1 - /* If --disable-internal-dns was given to configure, then we'll use the dnsserver processes instead. */ /* #undef USE_DNSSERVERS */ @@ -846,9 +897,17 @@ /* Valgrind memory debugger support */ /* #undef WITH_VALGRIND */ -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef WORDS_BIGENDIAN */ +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +/* # undef WORDS_BIGENDIAN */ +# endif +#endif /* Define to have malloc statistics */ /* #undef XMALLOC_STATISTICS */