]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
From Guido: The following patch adds the capability of to specify the
authorhno <>
Mon, 15 Jul 2002 15:14:29 +0000 (15:14 +0000)
committerhno <>
Mon, 15 Jul 2002 15:14:29 +0000 (15:14 +0000)
last chance error files location at compile time without edit the sources.

src/defines.h

index e83e1840c7e756854d88466f7a0263987f1a3c72..01c34015fe4729d3a550ad946a84ad38aa1b2dde 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: defines.h,v 1.105 2002/06/23 14:50:07 hno Exp $
+ * $Id: defines.h,v 1.106 2002/07/15 09:14:29 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
 #define N_COUNT_HOUR_HIST (86400 * 3) / (60 * COUNT_INTERVAL)
 
 /* were to look for errors if config path fails */
+#ifndef DEFAULT_SQUID_ERROR_DIR
 #define DEFAULT_SQUID_ERROR_DIR "/usr/local/squid/etc/errors"
+#endif
 
 /* iteration for HttpHdrRange */
 #define HttpHdrRangeInitPos (-1)