]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Mon, 28 Apr 2003 02:48:53 +0000 (02:48 +0000)
committerhno <>
Mon, 28 Apr 2003 02:48:53 +0000 (02:48 +0000)
configure
include/autoconf.h.in

index 53af207db7de0f97c8efc618be7b31ac53cfa952..d5d8371f57d04a37a6ce40a2880541d23086e017 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /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.
 #
@@ -989,6 +989,8 @@ Optional Features:
                           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
@@ -5383,6 +5385,20 @@ _ACEOF
 
 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'
 
index 08da4c14ab350fa6eb7611f162cee14a29468b19..b373f26b111d7edcb4559156e29415686127d48a 100644 (file)
 /* 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