/*
- * $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/
* Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
*/
-#ifndef SQUID_CONFIG_H_
-#define SQUID_CONFIG_H_
+#ifndef SQUID_CONFIGPARSER_H_
+#define SQUID_CONFIGPARSER_H_
class ConfigParser
{
static void ParseUShort(u_short *var);
};
-#endif /* SQUID_CONFIG_H_ */
+#endif /* SQUID_CONFIGPARSER_H_ */
/*
- * $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 <robertc@squid-cache.org>
#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"
/*
- * $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 <robertc@squid-cache.org>
#if DELAY_POOLS
#include "squid.h"
#include "DelayConfig.h"
-#include "Config.h"
+#include "ConfigParser.h"
#include "DelayPools.h"
#include "DelayPool.h"
#include "Store.h"
#
# 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:
#
comm_kqueue.cc \
comm_epoll.cc \
CommRead.h \
- Config.h \
+ ConfigParser.h \
ConnectionDetail.h \
debug.cc \
Debug.h \
#
# 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:
#
comm_kqueue.cc \
comm_epoll.cc \
CommRead.h \
- Config.h \
+ ConfigParser.h \
ConnectionDetail.h \
debug.cc \
Debug.h \
/*
- * $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
#include "authenticate.h"
#include "Store.h"
#include "SwapDir.h"
-#include "Config.h"
+#include "ConfigParser.h"
#include "ACL.h"
#if SQUID_SNMP
/*
- * $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 <robertc@squid-cache.org>
#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"