From: hno <> Date: Mon, 28 Apr 2003 02:48:53 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e6ab3ce5dfb2d1884320a1b7c94239711d3cad5;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 53af207db7..d5d8371f57 100755 --- 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' diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 08da4c14ab..b373f26b11 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -799,6 +799,9 @@ /* 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