]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
IP-Change Monitor routines only work in windows.
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 5 Jan 2009 14:38:58 +0000 (03:38 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 5 Jan 2009 14:38:58 +0000 (03:38 +1300)
Make squid.conf show that requirement.

src/cf.data.pre
src/cf_gen_defines

index 9e8105cbab36d27f3e0038ab156c1d06693964c2..9777ca777b22b1171d813d962c846e77d99f2ea9 100644 (file)
@@ -6027,6 +6027,7 @@ DOC_START
 DOC_END
 
 NAME: windows_ipaddrchangemonitor
+IFDEF: _SQUID_MSWIN_
 COMMENT: on|off
 TYPE: onoff
 DEFAULT: on
index 837f58bdbe25d64bf6758aaa951b8936a307ace2..da7ad46a991e8d462d42fa1b5a15c02d0602a20f 100644 (file)
@@ -28,6 +28,7 @@ BEGIN {
        define["USE_WCCP"]="--enable-wccp"
        define["USE_WCCPv2"]="--enable-wccpv2"
        define["USE_ZPH_QOS"]="--enable-zph-qos"
+       define["_SQUID_MSWIN_"]="MS Windows"
 }
 /^IFDEF:/ {
        if (define[$2] != "")