From: hno <> Date: Mon, 8 Oct 2001 22:55:25 +0000 (+0000) Subject: Oops.. X-Git-Tag: SQUID_3_0_PRE1~1369 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f13f02e93b0f442814747225827ccd6683e85c30;p=thirdparty%2Fsquid.git Oops.. --- diff --git a/include/cache_snmp.h b/include/cache_snmp.h index 59e9a03c06..e129e4163b 100644 --- a/include/cache_snmp.h +++ b/include/cache_snmp.h @@ -1,9 +1,9 @@ /* - * $Id: cache_snmp.h,v 1.25 2001/10/08 16:18:31 hno Exp $ + * $Id: cache_snmp.h,v 1.26 2001/10/08 16:55:25 hno Exp $ */ -#ifndef SQUID_SNMP_H -#define SQUID_SNMP_H +#ifndef SQUID_CACHE_SNMP_H +#define SQUID_CACHE_SNMP_H #ifdef SQUID_SNMP @@ -256,4 +256,4 @@ enum { #endif /* SQUID_SNMP */ -#endif /* SQUID_SNMP_H */ +#endif /* SQUID_CACHE_SNMP_H */ diff --git a/src/defines.h b/src/defines.h index e4fe553d4f..aed24d9228 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,6 +1,6 @@ /* - * $Id: defines.h,v 1.95 2001/10/08 16:18:32 hno Exp $ + * $Id: defines.h,v 1.96 2001/10/08 16:55:25 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -31,8 +31,8 @@ * */ -#ifndef SQUID_STRUCTS_H -#define SQUID_STRUCTS_H +#ifndef SQUID_DEFINES_H +#define SQUID_DEFINES_H #ifndef TRUE #define TRUE 1 @@ -307,4 +307,4 @@ #define _WIN_OS_WINXP 6 #endif -#endif /* SQUID_STRUCTS_H */ +#endif /* SQUID_DEFINES_H */