From: wessels <> Date: Fri, 16 Nov 2007 06:34:22 +0000 (+0000) Subject: bootstrapped after ESI preprocessor change X-Git-Tag: SQUID_3_0_STABLE1~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39901aed171eaf9832e029cc0498b689f94c7aee;p=thirdparty%2Fsquid.git bootstrapped after ESI preprocessor change --- diff --git a/configure b/configure index 248c78c23c..487bffe72d 100755 --- 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 diff --git a/include/autoconf.h.in b/include/autoconf.h.in index ae5d97886b..5a54db1b5e 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -867,9 +867,6 @@ /* 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 @@ -955,6 +952,9 @@ /* 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