#! /bin/sh
-# From configure.in Revision: 1.330 .
+# From configure.in Revision: 1.331 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
process. For a list of available helpers see the
helpers/external_acl directory.
--disable-mempools Disable memPools
+ --enable-win32-service Compile Squid as a WIN32 Service
+ Works only on Windows NT and Windows 2000 Platforms.
--disable-unlinkd Do not use unlinkd
--enable-stacktraces Enable automatic call backtrace on fatal errors
--enable-cpu-profiling
fi;
+# Check whether --enable-win32-service or --disable-win32-service was given.
+if test "${enable_win32_service+set}" = set; then
+ enableval="$enable_win32_service"
+ if test "$enableval" = "yes" ; then
+ echo "Enabling WIN32 run service mode"
+
+cat >>confdefs.h <<\_ACEOF
+#define USE_WIN32_SERVICE 1
+_ACEOF
+
+ fi
+
+fi;
+
SAMBASOURCES='$(top_srcdir)/include/samba'
/* Define to enable WCCP */
#undef USE_WCCP
+/* Define Windows NT & Windows 2000 run service mode */
+#undef USE_WIN32_SERVICE
+
/* Define to enable CPU profiling within Squid */
#undef USE_XPROF_STATS