From: hno <> Date: Mon, 15 Jul 2002 15:14:29 +0000 (+0000) Subject: From Guido: The following patch adds the capability of to specify the X-Git-Tag: SQUID_3_0_PRE1~903 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78454bbc1946132179a488236efa977bfe6892a6;p=thirdparty%2Fsquid.git From Guido: The following patch adds the capability of to specify the last chance error files location at compile time without edit the sources. --- diff --git a/src/defines.h b/src/defines.h index e83e1840c7..01c34015fe 100644 --- a/src/defines.h +++ b/src/defines.h @@ -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/ @@ -228,7 +228,9 @@ #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)