if test "$use_esi" = "yes" ; then
cat >>confdefs.h <<\_ACEOF
-#define SQUID_ESI 1
+#define USE_SQUID_ESI 1
_ACEOF
else
cat >>confdefs.h <<\_ACEOF
-#define SQUID_ESI 0
+#define USE_SQUID_ESI 0
_ACEOF
fi
/* 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