]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
referer_log requires USE_REFERER_LOG, or the build fails..
authorhno <>
Sun, 16 Jul 2000 05:56:22 +0000 (05:56 +0000)
committerhno <>
Sun, 16 Jul 2000 05:56:22 +0000 (05:56 +0000)
also updated the tag comments to the new format where --enable..
and defaults are automatically generated.

src/cf.data.pre

index 8064f7719fbf804e2b4390897e2e3dec50e2a4e5..60e62f81343806c988c9f250de34bacd45646359 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.192 2000/07/13 06:13:42 wessels Exp $
+# $Id: cf.data.pre,v 1.193 2000/07/15 23:56:22 hno Exp $
 #
 #
 # SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -837,13 +837,10 @@ NAME: referer_log
 TYPE: string
 LOC: Config.Log.referer
 DEFAULT: none
+IFDEF: USE_REFERER_LOG
 DOC_START
-       If configured with the "--enable-referer_log" configure
-       option, Squid will write the Referer field from HTTP
-       requests to the filename specified here.  By default
-       referer_log is disabled.
-
-referer_log none
+       Squid will write the Referer field from HTTP requests to the
+       filename specified here.  By default referer_log is disabled.
 DOC_END