Add configure option --enable-large-file-support.
[privoxy.git] / config
diff --git a/config b/config
index d772e11..d2be8c3 100644 (file)
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
 #        Sample Configuration File for Privoxy v3.0.16
 #
-#  $Id: p-config.sgml,v 2.61 2010/02/04 09:35:04 fabiankeil Exp $
+#  $Id: config,v 1.89 2010/02/15 16:47:12 fabiankeil Exp $
 #
 #  Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/
 #
@@ -416,7 +416,7 @@ actionsfile user.action      # User customizations
 #      separate file, such as user.filter.
 #
 filterfile default.filter
-#filterfile user.filter      # User customizations
+filterfile user.filter      # User customizations
 #
 #
 #  2.6. logfile
@@ -1318,6 +1318,9 @@ buffer-limit 4096
 #      manually. Start with a small value and check Privoxy's logfile
 #      from time to time, to see how many retries are usually needed.
 #
+#      Due to a bug, this option currently also causes Privoxy to
+#      retry in case of certain problems with direct connections.
+#
 #  Examples:
 #
 #      forwarded-connect-retries 1
@@ -1501,7 +1504,7 @@ split-large-forms 0
 #      keep-alive-timeout 300
 #
 keep-alive-timeout 5
-
+#
 #
 #  6.5. default-server-timeout
 #  ============================
@@ -1712,7 +1715,7 @@ socket-timeout 300
 #      max-client-connections 256
 #
 #max-client-connections 256
-
+#
 #
 #  6.9. handle-as-empty-doc-returns-ok
 #  ====================================
@@ -1747,7 +1750,7 @@ socket-timeout 300
 #      other blocked pages.
 #
 handle-as-empty-doc-returns-ok 1
-
+#
 #
 #  7. WINDOWS GUI OPTIONS
 #  =======================