From a80a77cf9821a56acf111e3b362fb74fc0e83f3d Mon Sep 17 00:00:00 2001 From: robertc <> Date: Sat, 8 Mar 2003 16:43:49 +0000 Subject: [PATCH] Summary: Rename Config.h to not conflict on case-insensitive systems. Keywords: Rename Config.h to not conflict on case-insensitive systems. --- src/{Config.h => ConfigParser.h} | 8 ++++---- src/DelayBucket.cc | 4 ++-- src/DelayConfig.cc | 4 ++-- src/Makefile.am | 4 ++-- src/Makefile.in | 4 ++-- src/cache_cf.cc | 4 ++-- src/delay_pools.cc | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) rename src/{Config.h => ConfigParser.h} (90%) diff --git a/src/Config.h b/src/ConfigParser.h similarity index 90% rename from src/Config.h rename to src/ConfigParser.h index cb35da60c6..78cd412bcc 100644 --- a/src/Config.h +++ b/src/ConfigParser.h @@ -1,6 +1,6 @@ /* - * $Id: Config.h,v 1.2 2003/02/21 22:50:05 robertc Exp $ + * $Id: ConfigParser.h,v 1.1 2003/03/08 09:43:49 robertc Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -33,8 +33,8 @@ * Copyright (c) 2003, Robert Collins */ -#ifndef SQUID_CONFIG_H_ -#define SQUID_CONFIG_H_ +#ifndef SQUID_CONFIGPARSER_H_ +#define SQUID_CONFIGPARSER_H_ class ConfigParser { @@ -43,4 +43,4 @@ public: static void ParseUShort(u_short *var); }; -#endif /* SQUID_CONFIG_H_ */ +#endif /* SQUID_CONFIGPARSER_H_ */ diff --git a/src/DelayBucket.cc b/src/DelayBucket.cc index a1c6102bd8..fb83dff087 100644 --- a/src/DelayBucket.cc +++ b/src/DelayBucket.cc @@ -1,6 +1,6 @@ /* - * $Id: DelayBucket.cc,v 1.3 2003/02/21 22:50:05 robertc Exp $ + * $Id: DelayBucket.cc,v 1.4 2003/03/08 09:43:49 robertc Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: Robert Collins @@ -51,7 +51,7 @@ #include "client_side_request.h" #include "ACLChecklist.h" #include "ACL.h" -#include "Config.h" +#include "ConfigParser.h" #include "DelayId.h" #include "Array.h" #include "String.h" diff --git a/src/DelayConfig.cc b/src/DelayConfig.cc index 334fe5c5f9..9618c5bce4 100644 --- a/src/DelayConfig.cc +++ b/src/DelayConfig.cc @@ -1,6 +1,6 @@ /* - * $Id: DelayConfig.cc,v 1.4 2003/02/21 22:50:05 robertc Exp $ + * $Id: DelayConfig.cc,v 1.5 2003/03/08 09:43:49 robertc Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: Robert Collins @@ -42,7 +42,7 @@ #if DELAY_POOLS #include "squid.h" #include "DelayConfig.h" -#include "Config.h" +#include "ConfigParser.h" #include "DelayPools.h" #include "DelayPool.h" #include "Store.h" diff --git a/src/Makefile.am b/src/Makefile.am index f2a3061269..98cf3ab201 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.63 2003/03/04 01:40:25 robertc Exp $ +# $Id: Makefile.am,v 1.64 2003/03/08 09:43:49 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -258,7 +258,7 @@ squid_SOURCES = \ comm_kqueue.cc \ comm_epoll.cc \ CommRead.h \ - Config.h \ + ConfigParser.h \ ConnectionDetail.h \ debug.cc \ Debug.h \ diff --git a/src/Makefile.in b/src/Makefile.in index 4abba5169a..96a593f042 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.296 2003/03/04 01:46:36 robertc Exp $ +# $Id: Makefile.in,v 1.297 2003/03/08 09:43:49 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -347,7 +347,7 @@ squid_SOURCES = \ comm_kqueue.cc \ comm_epoll.cc \ CommRead.h \ - Config.h \ + ConfigParser.h \ ConnectionDetail.h \ debug.cc \ Debug.h \ diff --git a/src/cache_cf.cc b/src/cache_cf.cc index b3a5c2f230..aeaeae1ac2 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.cc,v 1.436 2003/02/25 15:07:53 hno Exp $ + * $Id: cache_cf.cc,v 1.437 2003/03/08 09:43:49 robertc Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -37,7 +37,7 @@ #include "authenticate.h" #include "Store.h" #include "SwapDir.h" -#include "Config.h" +#include "ConfigParser.h" #include "ACL.h" #if SQUID_SNMP diff --git a/src/delay_pools.cc b/src/delay_pools.cc index 1dbed06320..8f096dc6cc 100644 --- a/src/delay_pools.cc +++ b/src/delay_pools.cc @@ -1,6 +1,6 @@ /* - * $Id: delay_pools.cc,v 1.37 2003/03/06 11:51:55 robertc Exp $ + * $Id: delay_pools.cc,v 1.38 2003/03/08 09:43:50 robertc Exp $ * * DEBUG: section 77 Delay Pools * AUTHOR: Robert Collins @@ -47,7 +47,7 @@ #include "Store.h" #include "MemObject.h" #include "client_side_request.h" -#include "Config.h" +#include "ConfigParser.h" #include "DelayId.h" #include "Array.h" #include "SquidString.h" -- 2.47.2