]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
bootstrapped after ESI preprocessor change
authorwessels <>
Fri, 16 Nov 2007 06:34:22 +0000 (06:34 +0000)
committerwessels <>
Fri, 16 Nov 2007 06:34:22 +0000 (06:34 +0000)
configure
include/autoconf.h.in

index 248c78c23ce985cba04a88105eb0f44ad3a448a7..487bffe72d746aae9f7f7101a8bf83c079be9fec 100755 (executable)
--- a/configure
+++ b/configure
@@ -21288,7 +21288,7 @@ fi
 if test "$use_esi" = "yes" ; then
 
 cat >>confdefs.h <<\_ACEOF
-#define SQUID_ESI 1
+#define USE_SQUID_ESI 1
 _ACEOF
 
 
@@ -21305,7 +21305,7 @@ fi
 else
 
 cat >>confdefs.h <<\_ACEOF
-#define SQUID_ESI 0
+#define USE_SQUID_ESI 0
 _ACEOF
 
 fi
index ae5d97886b26753534a390bae9cdacf1502595dc..5a54db1b5e4d8bda97f404b54426cd9bba68c981 100644 (file)
 /* 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
 
 /* Use Winsock select() for the IO loop */
 #undef USE_SELECT_WIN32
 
+/* Compile the ESI processor and Surrogate header support */
+#undef USE_SQUID_ESI
+
 /* Define this to include code for SSL encryption. */
 #undef USE_SSL