The unified diff between revisions [cf48f9a1..] and [812a98e1..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/util.h'
# # # patch "include/util.h" # from [edf1b2109126a7328a6ee44945548f940e127110] # to [b475a7454522d99800730aa5430bf689068db00f] # ============================================================ --- include/util.h edf1b2109126a7328a6ee44945548f940e127110 +++ include/util.h b475a7454522d99800730aa5430bf689068db00f @@ -1,5 +1,5 @@ /* - * $Id: util.h,v 1.62 2001/10/17 01:36:07 hno Exp $ + * $Id: util.h,v 1.62.2.1 2006/05/12 15:54:56 hno Exp $ * * AUTHOR: Harvest Derived * @@ -45,17 +45,8 @@ #endif #if !defined(SQUIDHOSTNAMELEN) -#include <sys/param.h> -#ifndef _SQUID_NETDB_H_ /* need protection on NEXTSTEP */ -#define _SQUID_NETDB_H_ -#include <netdb.h> +#define SQUIDHOSTNAMELEN 256 #endif -#if !defined(MAXHOSTNAMELEN) || (MAXHOSTNAMELEN < 128) -#define SQUIDHOSTNAMELEN 128 -#else -#define SQUIDHOSTNAMELEN MAXHOSTNAMELEN -#endif -#endif #if defined(_SQUID_FREEBSD_) #define _etext etext