#! /bin/sh
-# From configure.in Revision: 1.485 .
+# From configure.in Revision.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for Squid Web Proxy 3.0.RC1-CVS.
#
if test "$use_esi" = "yes" ; then
cat >>confdefs.h <<\_ACEOF
-#define ESI 1
+#define SQUID_ESI 1
_ACEOF
else
cat >>confdefs.h <<\_ACEOF
-#define ESI 0
+#define SQUID_ESI 0
_ACEOF
fi
/* Define if you have problems with memPools and want to disable Pools. */
#undef DISABLE_POOLS
-/* Compile the ESI processor and Surrogate header support */
-#undef ESI
-
/* Enable Forw/Via database */
#undef FORW_VIA_DB
/* UDP send buffer size */
#undef SQUID_DETECT_UDP_SO_SNDBUF
+/* Compile the ESI processor and Surrogate header support */
+#undef SQUID_ESI
+
/* Maximum number of open filedescriptors */
#undef SQUID_MAXFD