]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Policy enforcement: Remove config.h from .h and .cci files
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 21 Nov 2010 04:40:05 +0000 (21:40 -0700)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 21 Nov 2010 04:40:05 +0000 (21:40 -0700)
150 files changed:
compat/GnuRegex.h
compat/assert.h
compat/compat.h
compat/compat_shared.h
compat/cpu.h
compat/debug.h
compat/drand48.h
compat/eui64_aton.h
compat/getaddrinfo.h
compat/getnameinfo.h
compat/inet_ntop.h
compat/inet_pton.h
compat/initgroups.h
compat/os/aix.h
compat/os/dragonfly.h
compat/os/freebsd.h
compat/os/hpux.h
compat/os/linux.h
compat/os/macosx.h
compat/os/mswin.h
compat/os/netbsd.h
compat/os/next.h
compat/os/openbsd.h
compat/os/os2.h
compat/os/qnx.h
compat/os/sgi.h
compat/os/solaris.h
compat/os/sunos.h
compat/os/windows.h
compat/psignal.h
compat/stdvarargs.h
compat/strsep.h
compat/strtoll.h
compat/tempnam.h
compat/types.h
compat/unsafe.h
compat/valgrind.h
compat/xstrto.h
helpers/digest_auth/LDAP/digest_common.h
helpers/digest_auth/eDirectory/digest_common.h
helpers/digest_auth/file/digest_common.h
include/MemPool.h
include/Range.h
include/RefCount.h
include/SquidNew.h
include/asn1.h
include/fatal.h
include/getfullhostname.h
include/hash.h
include/heap.h
include/md5.h
include/memMeter.h
include/radix.h
include/rfc1035.h
include/rfc2617.h
include/rfc2671.h
include/rfc3596.h
include/snmp_api.h
include/snmp_api_util.h
include/snmp_debug.h
include/snmp_msg.h
include/snmp_pdu.h
include/snmp_session.h
include/snmp_util.h
include/squid_endian.h
include/squid_windows.h
include/strnstr.h
include/util.h
include/xusleep.h
lib/ntlmauth/ntlmauth.h
lib/profiler/get_tick.h
lib/smblib/std-defines.h
src/ChunkedCodingParser.h
src/ClientRequestContext.h
src/CommRead.h
src/CommonPool.h
src/CompositePoolNode.h
src/CpuAffinity.h
src/CpuAffinitySet.h
src/Debug.h
src/DelayIdComposite.h
src/DelayPool.h
src/DelaySpec.h
src/DelayTagged.h
src/DelayUser.h
src/DelayVector.h
src/DiskIO/AIO/AIODiskFile.h
src/DiskIO/AIO/AIODiskIOModule.h
src/DiskIO/AIO/AIODiskIOStrategy.h
src/DiskIO/AIO/aio_win32.h
src/DiskIO/AIO/async_io.h
src/DiskIO/DiskDaemon/DiskdIOStrategy.h
src/DiskIO/DiskDaemon/diomsg.h
src/DiskIO/DiskThreads/DiskThreads.h
src/HttpHdrContRange.h
src/HttpHeaderMask.h
src/HttpRequest.h
src/HttpStatusLine.h
src/LeakFinder.h
src/Mem.h
src/NullDelayId.h
src/Packer.h
src/PingData.h
src/SquidString.h
src/SquidTime.h
src/StoreMeta.h
src/StoreMetaUnpacker.h
src/String.cci
src/acl/Gadgets.h
src/adaptation/ecap/MessageRep.h
src/auth/Scheme.h
src/auth/User.cci
src/base/InstanceId.h
src/base/TextException.h
src/base/TidyPointer.h
src/comm/ListenStateData.h
src/dlink.h
src/esi/ExpatParser.h
src/esi/Libxml2Parser.h
src/esi/Parser.h
src/eui/Eui48.h
src/eui/Eui64.h
src/icmp/Icmp.h
src/icmp/Icmp4.h
src/icmp/Icmp6.h
src/icmp/IcmpConfig.h
src/icmp/IcmpPinger.h
src/icmp/IcmpSquid.h
src/icmp/net_db.h
src/ident/AclIdent.h
src/ident/Config.h
src/ident/Ident.h
src/ip/Address.h
src/ip/QosConfig.h
src/ipc/StartListening.h
src/ipc/TypedMsgHdr.h
src/ipc/forward.h
src/log/File.h
src/log/ModDaemon.h
src/log/ModStdio.h
src/log/ModSyslog.h
src/log/ModTcp.h
src/log/ModUdp.h
src/ssl/Config.cc
src/ssl/Config.h
src/ssl/context_storage.cc
src/ssl/support.h
src/structs.h
src/tests/testAuth.h
tools/purge/convert.cc

index 65631bc503a3691dd681967cf5265b54ad3cf821..483c3a5855a4c06895624233abfa0b472853d247 100644 (file)
@@ -1,10 +1,6 @@
 /*
  * $Id$
  */
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_REGEXP_LIBRARY_H
 #define SQUID_REGEXP_LIBRARY_H
 
index 1bad0a026f20527d15740855d2b09d0fa82dc04e..0953daf17b779fc04804818eef125b9b9320c776 100644 (file)
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  *
  */
-
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_ASSERT_H
 #define SQUID_ASSERT_H
 
index e0bc1db9b1ae1f5f8801dace6378eeabe4cd71df..cb28156b48cd78ae0ed72fef28638ece529783cd 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef _SQUID_COMPAT_H
 #define _SQUID_COMPAT_H
 
index f5d00ee1abc66c3036ce0ee12a54b51dd0084279..b4c1260f6a679cde0ffd5931f843d01aad48fbcf 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef _SQUID_COMPAT_SHARED_H
 #define _SQUID_COMPAT_SHARED_H
 
index cc5530c6874de4715c4aedb0194fd3e0eb9d6d5a..6f095397d395cdea0c4f6dcc347198b654dabb47 100644 (file)
@@ -1,11 +1,6 @@
 /*
  * $Id$
  */
-
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_COMPAT_CPU_H
 #define SQUID_COMPAT_CPU_H
 
index 8c72fe136312a68f375e82942433d6fb7fca85b5..65cf7b09d042bb2b2d6f9fc00e613db7ec9f8d20 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef COMPAT_DEBUG_H
 #define COMPAT_DEBUG_H
 
index 362d12448d9b92d0bee6ac2b1bb75c245c3a172c..4e18900d0587f1b0094ddf21499f50e8b05c669c 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef _SQUID_DRAND48_H
 #define _SQUID_DRAND48_H
 
index 0d4bea365bd9777cd47ddd3c9500a7997655e357..d4f5aade1863020028058436cbe2e158bea585ea 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 /* If we have this system file use it. Otherwise use the below definitions. */
 #if HAVE_SYS_EUI64_H
 #include <sys/eui64.h>
index ea62a0114f883672e05bca638ea3837404a38ffc..ba8ac2436ee5d95358c7d6d608aebf6edc4181b3 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef _getaddrinfo_h
 #define _getaddrinfo_h
 
index 0c1bba9a3912dfa6435d4708bc82667ba61f5a69..053294504f78fad1c305a110ab871f01740eb88b 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef _getnameinfo_h
 #define _getnameinfo_h
 /*
index e9cbe4b6d1793ce942c4dab2a89951419a36671e..9811f9ca22d46ca4223bc7a8947178e4b42ffae5 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef _INC_INET_NTOP_H
 #define _INC_INET_NTOP_H
 
index b80dc855bef8cb84b3fde55746a7f72df1cdfd5b..2633bf5db0a14eb911fb09b675923333ee8bac52 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef _INC_INET_PTON_H
 #define _INC_INET_PTON_H
 
index f67ff9a65e57d548c6669abce909b97c749a44db..49aa079f241f66c06f1b619bb28244b4ce3070ef 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_INITGROUPS_H
 #define SQUID_INITGROUPS_H
 
index be41cd5dc292f5328c51c01cef27985781f82328..ac933ac294b1ddd6d2e2f65547c619fa7b8e9e20 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_AIX_H
 #define SQUID_OS_AIX_H
 
index a9071c0ee2795718fe75bd47c74f536f620982af..6fe742eb61d0e37c9c7842eeee62fbce940acb4f 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_DRAGONFLY_H
 #define SQUID_OS_DRAGONFLY_H
 
index f63b6b3d7c750837e3edbb3c22c36c94bde34a2b..e8eff26c86de91f61338bcae4204ca8ffb5d3f68 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_FREEBSD_H
 #define SQUID_OS_FREEBSD_H
 
index 25fdae1e6431092af6db277329410ffb93170e84..9cdcd5cb320013af8cbd8f3454f68eace265f0d0 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_HPUX_H
 #define SQUID_OS_PHUX_H
 
index 21f6663b4b762df5de2463055ed07a1a73dbe920..34ff1a404c7f2d011fe7d1249ad06098606765b4 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_LINUX_H
 #define SQUID_OS_LINUX_H
 
index 4490e2440293af58feed39f45d943a1d00f7d3bc..41abbccdc9c13caaab58e3082cc194949ff9699b 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_MACOSX_H
 #define SQUID_OS_MACOSX_H
 
index d01f57c8a8b9fa0c039d4b741acd2f2684e8d7a0..f59dd621d8a1d272a796d8b59dd011919d577de8 100644 (file)
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  *
  */
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_MSWIN_H
 #define SQUID_OS_MSWIN_H
 
index e47f158f6b2a17b358ee5228249ba07be9e3ae2e..dd48070f2f76959fd3054476ead265e0e46601cd 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_NETBSD_H
 #define SQUID_OS_NETBSD_H
 
index c023d95798f3940f4e07e652704a975512f770a6..016188abbfbe78850304fb27e69f2830fafc8f64 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_NEXT_H
 #define SQUID_OS_NEXT_H
 
index ed336b802b6d2bf91489f4af198b5adf30bbd83b..5ba1e7bc4fd0fb3930d4b636ed0e2b5537e273e3 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_OPENBSD_H
 #define SQUID_OS_OPENBSD_H
 
index 92f99f10047a64fc72cf91f64383f3de770aa4c1..f957945bea0dc4684ddc359b40457ac231079e1d 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_OS2_H
 #define SQUID_OS_OS2_H
 
index f1f49405b5f1cfa765a2e3dd02c36ab1d4a636ba..1c0d5e35acca775fa95bd61ee17b44c95d2454f0 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_QNX_H
 #define SQUID_OS_QNX_H
 
index dc5bef703aff774ffe0b607b273473dccc44095a..3e7c185f11b71741bcaed095c3ca367b5c803692 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_SGI_H
 #define SQUID_OS_SGI_H
 
index 14dce05a0ad907a8abd774eff8d97ddfe2f1d25c..c833615330e449ce4f99cf12256d9b9e1168565a 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_SOLARIS_H
 #define SQUID_OS_SOLARIS_H
 
index f1c67894b9654861f99eea07a66a21acae19f402..1f9a766d86a21830fefcc8e1d80498f2317d192a 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_SUNOS_H
 #define SQUID_OS_SUNOS_H
 
index ad11de15c7fb8aa405eb3dcdd0d86e6fb01d658a..e49fd28c9972b0e6b5d503988a33a52739ff9ad5 100644 (file)
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  *
  */
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_OS_WINDOWS_H
 #define SQUID_OS_WINDOWS_H
 
index 087df25c9740cd462079f1fcfc2f7d311f3bb2ab..13538657fca97638b2f0dfc3c3158e025160210d 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef __SQUID_PSIGNAL_H
 #define __SQUID_PSIGNAL_H
 
-#include "config.h"
-
 #if HAVE_SIGNAL_H
 #include <signal.h>
 #endif
index c8c10f9cef0124ae894605e2952d7140850a6383..60b5bad990c4b21d9f2c1f2350e5c98f5e4f48b7 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef _SQUID_STDVARARGS_H
 #define _SQUID_STDVARARGS_H
 
index d951bd858ee5e93d3f34068fd07bb9660ec407b4..4181454b0f22103abab224a1d7ad4ccb11e87682 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 /* Copyright (C) 2004 Free Software Foundation, Inc.
  * Written by Yoann Vandoorselaere <yoann@prelude-ids.org>
  *
index 7dd12b02ed006d02dd652f7ee03c1a879b56e5b2..4f09ca46e1c6207083b26da444e326bd9156b297 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef _SQUID_COMPAT_STRTOLL_H
 #define _SQUID_COMPAT_STRTOLL_H
 
index ab1d4c29e3ff9bf0a191645a5de0067547343c9f..d51bdf7a7b4168d66547f52ed61bb3a638a0e6df 100644 (file)
  * Cambridge, MA 02139, USA.
  */
 
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_TEMPNAM_H
 #define SQUID_TEMPNAM_H
 
index 565328dc9c99516b1c72bd1a1fb1cb1192f90a0f..5026a46107ab4cc277d49ab98bef895f4bfbecab 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 /*
  * * * * * * * * Legal stuff * * * * * * *
  *
index 284607212dc97ba6155bf1583e6b657d19eaf84b..d58f546a034c965517a6256f62a1b38401713a4f 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef _SQUID_COMPAT_UNSAFE_H
 #define _SQUID_COMPAT_UNSAFE_H
 
index 737ee8f128880a593ce11852b1c1cac209fb1a2c..f6346155e7b84cca720ebc1ecd5fb90f51d573f1 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
-
 #ifndef SQUID_VALGRIND_H
 #define SQUID_VALGRIND_H
 
index 7283659bf0560d73f732599acd793cb0a8e62ec1..9dc9821070ba64bbd6608e1026624968db2e7501 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _SQUID_XSTRTO_H
 #define _SQUID_XSTRTO_H
 
-#include "config.h"
-
 #if HAVE_STDBOOL_H
 #include <stdbool.h>
 #endif
index 1844bd783d6f33926470c4d86c37c821823de7f3..3f6fba38bf5095f730d3b5ed89368e37724fd0ac 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef   _SQUID_DIGEST_COMMON_H_
 #define   _SQUID_DIGEST_COMMON_H_
 
-#include "config.h"
 #if HAVE_STDIO_H
 #include <stdio.h>
 #endif
index 2f4a46ddcd422f1a32d415cd0004d7c512ad277a..d403c2c3e08ed39ccc799b194d617036038618db 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef   _SQUID_DIGEST_COMMON_H_
 #define   _SQUID_DIGEST_COMMON_H_
 
-#include "config.h"
 #if HAVE_STDIO_H
 #include <stdio.h>
 #endif
index bd9a95292978327157bd410ce7789f6c009ed042..5c26bca6db465144ba7485b3ed4ef05bf0637fbe 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef   _SQUID_DIGEST_COMMON_H_
 #define   _SQUID_DIGEST_COMMON_H_
 
-#include "config.h"
 #include "hash.h"
 #include "rfc2617.h"
 #include "util.h"
index 8fe5be2d4b34b1a9d71767cfc176e0d86b613a37..126883267c28b9418a6a5b3d0263e1d04f02faad 100644 (file)
@@ -20,7 +20,6 @@
  *     might be the way to go.
  */
 
-#include "config.h"
 #include "util.h"
 
 #include "memMeter.h"
index 7e89171dd21aec5e2cf2346a0f33149f6460d2ad..7229729677d28c7d36b765bc29f934a65f99ce12 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef SQUID_RANGE_H
 #define SQUID_RANGE_H
 
-#include "config.h"
-
 #if HAVE_IOSFWD
 #include <iosfwd>
 #endif
index 25253eb2fe2b3071f80f30fd7f1e6427d924658a..77ba37cac1004b3cbd2c846c1538ee977db548c8 100644 (file)
@@ -35,8 +35,6 @@
 #ifndef _SQUID_REFCOUNT_H_
 #define _SQUID_REFCOUNT_H_
 
-#include "config.h"
-
 #if HAVE_IOSTREAM
 #include <iostream>
 #endif
index 74c92135c0d29f3c5783f4bd8dda75927ed0fffe..84054b716b0e9fec7f31cedacb337dc41f9e38fa 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef SQUID_NEW_H
 #define SQUID_NEW_H
 
-#include "config.h"
-
 #ifndef __SUNPRO_CC
 /* Any code using libstdc++ must have externally resolvable overloads
  * for void * operator new - which means in the .o for the binary,
index 9dd0684b8668a4cee6be223c0f64283cb9fcd974..c9e7138b252c1c38f2582848f264a2c9d2fc035b 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef SQUID_SNMP_ASN1_H
 #define SQUID_SNMP_ASN1_H
 
-#include "config.h"
-
 /*
  * Definitions for Abstract Syntax Notation One, ASN.1
  * As defined in ISO/IS 8824 and ISO/IS 8825
index e0b2fee3fe115f64d537c04dd5cc3e1fc390880d..6a887308df6f3d0f22094d60137274ddafc9ed9a 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef SQUID_FATAL_H
 #define SQUID_FATAL_H
 
-#include "config.h"
-
 SQUIDCEXTERN void fatal(const char *message);
 SQUIDCEXTERN void fatalf(const char *fmt,...) PRINTF_FORMAT_ARG1;
 SQUIDCEXTERN void fatal_dump(const char *message);
index 2099980df71bb92ccd69f49b1e8c731539e31096..64f8ac9f9d4fc31aab67820256210ba8ab9001a4 100644 (file)
@@ -4,8 +4,6 @@
 #ifndef _SQUID_GETFULLHOSTNAME_H
 #define _SQUID_GETFULLHOSTNAME_H
 
-#include "config.h"
-
 SQUIDCEXTERN const char *getfullhostname(void);
 
 #endif /* _SQUID_GETFULLHOSTNAME_H */
index 19ad3a5a6951b492ecfbb3ec90e6ca6cd4e250b1..3ac7838b8989b6c373ddc7836f7fe965286bdf9d 100644 (file)
@@ -4,8 +4,6 @@
 #ifndef SQUID_HASH_H
 #define SQUID_HASH_H
 
-#include "config.h"
-
 typedef void HASHFREE(void *);
 typedef int HASHCMP(const void *, const void *);
 typedef unsigned int HASHHASH(const void *, unsigned int);
index 41e65b1f810355226929c5a66c3e01c3b8e939e3..ae0c8b10e169bc20b726f626cd19f1d6d2562fcf 100644 (file)
@@ -43,9 +43,6 @@
 #ifndef        SQUID_HEAP_H
 #define        SQUID_HEAP_H
 
-/* Squid autoconf definitions */
-#include "config.h"
-
 /*
  * Function for generating heap keys.  The first argument will typically be
  * a dws_md_p passed in as a void *.  Should find a way to get type safety
index bd2ae36304014687fd990a793c0c84e6cab3ef4b..cedcbf1b4318b91890931c42496503bd93c03bab 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef SQUID_MD5_H
 #define SQUID_MD5_H
 
-#include "config.h"
-
 /*
  * This is the header file for the MD5 message-digest algorithm.
  * The algorithm is due to Ron Rivest.  This code was
index 1550ab5a72bef225c81470355b6267a680aa905c..4d684b5e55397b0230f6a10e41192c3adcf82b0e 100644 (file)
@@ -4,8 +4,6 @@
 #ifndef _MEM_METER_H_
 #define _MEM_METER_H_
 
-#include "config.h"
-
 /* object to track per-action memory usage (e.g. #idle objects) */
 class MemMeter
 {
index 497078ce062c608417b222ba9df57ca6bee928c7..aafc3e90c2671e5df55bd8aacd8fb412faa7f14b 100644 (file)
@@ -4,8 +4,6 @@
 #ifndef SQUID_RADIX_H
 #define        SQUID_RADIX_H
 
-#include "config.h"
-
 /*
  * Copyright (c) 1988, 1989, 1993
  *      The Regents of the University of California.  All rights reserved.
index e922c15d3882841811c64c3cb4c8c9776fca0cde..a8b71a12f0830414cf864217dd3a21ebe837322c 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef SQUID_RFC1035_H
 #define SQUID_RFC1035_H
 
-#include "config.h"
-
 #if HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
index dd704faa2ef3b99b326e65c165b8f3709a1eb172..49e71e91440a383bda4a5ad519b8ec48b2487559 100644 (file)
@@ -49,8 +49,6 @@
 #ifndef SQUID_RFC2617_H
 #define SQUID_RFC2617_H
 
-#include "config.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
index de25eef78eb1b8a9b1375d65b5259079cfcc54f3..0f9f6e538b9a74d984af6a63633a3e68886d0d75 100644 (file)
@@ -38,8 +38,6 @@
 #ifndef SQUID_RFC2671_H
 #define SQUID_RFC2671_H
 
-#include "config.h"
-
 /* RFC2671 section 7 defines new RR type OPT as 41 */
 #define RFC1035_TYPE_OPT 41
 
index 1379bf6bdd0985ddd546874cb6e53a86039dcfcf..10ccd288ff9ee3799f42825e792eeb162c5c0969 100644 (file)
@@ -38,8 +38,6 @@
 #ifndef SQUID_RFC3596_H
 #define SQUID_RFC3596_H
 
-#include "config.h"
-
 /* RFC 3596 extends RFC 1035 */
 #include "rfc1035.h"
 
index da69dbfd9ec1640b4789e5d7acb03ac7615794db..573ea8d7e172e92487bcc030f432f3287d7a9410 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef SQUID_SNMP_API_H
 #define SQUID_SNMP_API_H
 
-#include "config.h"
-
 /***********************************************************
        Copyright 1989 by Carnegie Mellon University
 
index 40a7a99d971a270aff05935c3d17214e748fe15a..0f012179b28fcde585a4992af0412391d5cc4127 100644 (file)
@@ -4,7 +4,7 @@
 #ifndef SQUID_SNMP_API_UTIL_H
 #define SQUID_SNMP_API_UTIL_H
 
-/* NP: required for typedef ipaddr and indirect config.h */
+/* NP: required for typedef ipaddr */
 #include "snmp_pdu.h"
 
 /***********************************************************
index 1e88785d8e5a9f15ab11f8fb6e91384427b596b5..d82bb6eadfa6714f82836568916428737f7ea374 100644 (file)
@@ -4,8 +4,6 @@
 #ifndef SQUID_SNMP_DEBUG_H
 #define SQUID_SNMP_DEBUG_H
 
-#include "config.h"
-
 SQUIDCEXTERN void snmplib_debug(int, const char *,...) PRINTF_FORMAT_ARG2;
 
 #endif /* SQUID_SNMP_DEBUG_H */
index b2ba6a783a5817c9990967f4dec7e195e75f9f3b..414d18f5227b37207d701e4bc3faf7a56bf01f58 100644 (file)
@@ -2,8 +2,6 @@
 #ifndef SQUID_SNMP_MSG_H
 #define SQUID_SNMP_MSG_H
 
-#include "config.h"
-
 /**********************************************************************
  *
  *           Copyright 1997 by Carnegie Mellon University
index c5b2179e17e83cceaa53caf2e80c21425a3d909a..5048e8fe107a1f67514b396ae5508224af20372b 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SQUID_SNMP_PDU_H
 #define SQUID_SNMP_PDU_H
 
-#include "config.h"
 /* required for oid typedef */
 #include "asn1.h"
 
index f46e455b1d21d8c102c56dcdb1f5fc9c1d232b75..c5f64067605fb69ea57e3681af9322a0e3e0d6a5 100644 (file)
@@ -2,8 +2,6 @@
 #ifndef SQUID_SNMP_SESSION_H
 #define SQUID_SNMP_SESSION_H
 
-#include "config.h"
-
 /**********************************************************************
  *
  *           Copyright 1997 by Carnegie Mellon University
index c733420b8c2c1a979ffeddd7d30b6b4a81912c73..f03f4535a21c302adec0124a83c7ec7c23f1dc5b 100644 (file)
@@ -4,8 +4,6 @@
 #ifndef SQUID_SNMP_UTIL_H
 #define SQUID_SNMP_UTIL_H
 
-#include "config.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
index 54e0f9a6b8e0039d71cadc133a5cf442750996fd..74040330f88f0dc7857f6318db813961825aefe2 100644 (file)
@@ -55,8 +55,6 @@
  * uint32_t le32toh(uint32_t);
  */
 
-#include "config.h"
-
 /*
  * Some systems define bswap_16() and bswap_32() in <byteswap.h>
  *
index 14c4959a18d191082208e4fdaf32e89deb828d38..5cf14de50404fdc053c3717e1b98ee3dd87f8018 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef _INC_SQUID_WINDOWS_H
 #define _INC_SQUID_WINDOWS_H
 
-#include "config.h"
-
 #ifdef _SQUID_WIN32_
 
 #ifndef ACL
index 63724a19970e5465e3a9eeac586eba3c709ef417..41731606bdcff8ac309e01ff6d672294fc69707d 100644 (file)
@@ -1,5 +1,3 @@
-#include "config.h"
-
 #if HAVE_STRNSTR
 
 /* Is strnstr exists and is usable we do so. */
index 300affb74596d7ab13767d49585a512e0c66cb9f..f3d1c40c5c887818a9b534dca91fbd40db3d2835 100644 (file)
@@ -34,8 +34,6 @@
 #ifndef SQUID_UTIL_H
 #define SQUID_UTIL_H
 
-#include "config.h"
-
 #if HAVE_STDIO_H
 #include <stdio.h>
 #endif
index 23d4c65341376863ea32b1599e41184c150f9dba..32f955514484ccf674e7aa7bc6bb80fe63040abd 100644 (file)
@@ -4,8 +4,6 @@
 #ifndef _INC_XUSLEEP_H
 #define _INC_XUSLEEP_H
 
-#include "config.h"
-
 SQUIDCEXTERN int xusleep(unsigned int);
 
 #endif /* _INC_XUSLEEP_H */
index 14ff8636e4117ab12230d82f2721e6fb1d4581c9..1f64866573c896b0e9c23a3cb935b637ce54ffde 100644 (file)
@@ -55,8 +55,6 @@
 #ifndef SQUID_NTLMAUTH_H
 #define SQUID_NTLMAUTH_H
 
-#include "config.h"
-
 /* NP: All of this cruft is little endian */
 
 #ifdef __cplusplus
index e05e493de0c6242ac59084326646424e5eb579a7..70f101380adefebbc0c4aa1d468f37ef5adc52bc 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _PROFILER_GET_TICK_H_
 #define _PROFILER_GET_TICK_H_
 
-#include "config.h"
-
 #if USE_XPROF_STATS
 
 #if !_SQUID_SOLARIS_
index 977ffbd84eb046095619aa26038f4bbf8cef65ea..9cac7b1e3327b867de30070f020a2d78eb3c181a 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _SMBLIB_STD_DEFINES_H
 #define _SMBLIB_STD_DEFINES_H
 
-#include "config.h"
-
 /* RFCNB Standard includes ... */
 /*
 
index 3a3725bf1a35f89655c0ffcd9b6d1db9aa897f80..8b039c49e858e8c148c1962aa9f9175cce29b909 100644 (file)
 
 class MemBuf;
 
-#if 0
-#include "RefCount.h"
-#endif
-
-/* for size_t */
-#include "config.h"
-
 /**
  \ingroup ChunkEncodingAPI Chunked Encoding API
  \par
index 98acd4ec7aae27b8dbab2aae7e2cc4d4682b1186..f6b94a2d69755fbf1614200826c7c74e65267a66 100644 (file)
@@ -4,7 +4,6 @@
 class ACLChecklist;
 class ClientHttpRequest;
 
-#include "config.h"
 /* for RefCountable */
 #include "RefCount.h"
 /* for CBDATA_CLASS() */
index 0d36677538b2c725093aac369821425828a47f70..1c0f6fc3356401d49f92f98fe9782d18b09f7424 100644 (file)
@@ -33,9 +33,6 @@
  *
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
-
-#include "config.h"
-
 #ifndef COMMREAD_H
 #define COMMREAD_H
 
index fb24c43bde8df6a3e68bc9d3ea674d459bbcea1c..8154578587d3d2e87f770b7d40ee37da7364933e 100644 (file)
@@ -35,9 +35,6 @@
  *
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
-
-#include "config.h"
-
 #ifndef COMMONPOOL_H
 #define COMMONPOOL_H
 #if DELAY_POOLS
index 904395de0b54ab4f083db58cf3c88f777a6c8133..89ad43b1891f4814030b3122c254334af9ef8654 100644 (file)
@@ -33,9 +33,6 @@
  *
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
-
-#include "config.h"
-
 #ifndef COMPOSITEPOOLNODE_H
 #define COMPOSITEPOOLNODE_H
 
index 0b6d39ab509143a812e2ca487a215e0066518f9a..fdd89cf8f34b596b3f206bd3a4e22849cc10a41b 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef SQUID_CPU_AFFINITY_H
 #define SQUID_CPU_AFFINITY_H
 
-#include "config.h"
-
 /// set CPU affinity for this process on startup
 SQUIDCEXTERN void CpuAffinityInit();
 
index cec111928719ba8e56b0073c3bab45cb097f14b9..c5890f47a11b8e87f572e0bfa89e24ded90f5e79 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef SQUID_CPU_AFFINITY_SET_H
 #define SQUID_CPU_AFFINITY_SET_H
 
-#include "config.h"
 #include "compat/cpu.h"
 
 /// cpu affinity management for a single process
index 484fe459457e0f8aae8b5df11201c3e38f96b945..6e5b90d4128bef0d579ef6a80f1e9ff5efd8263d 100644 (file)
@@ -34,8 +34,6 @@
 #ifndef SQUID_DEBUG_H
 #define SQUID_DEBUG_H
 
-#include "config.h"
-
 #if HAVE_IOSTREAM
 #include <iostream>
 #endif
index 2c3bfe46e6bc21331174e0773b07b9b1a43818d1..9f87e575cdce39400936986258b2c4ede46bbef2 100644 (file)
@@ -36,9 +36,6 @@
  *
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
-
-#include "config.h"
-
 #ifndef DELAYIDCOMPOSITE_H
 #define DELAYIDCOMPOSITE_H
 #if DELAY_POOLS
index f4f73edc0a942537bf6baa8789752fd995bc03f6..815ef32dca26a9b24b8049a1bd09681c4d75876c 100644 (file)
@@ -36,9 +36,6 @@
  *
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
-
-#include "config.h"
-
 #ifndef DELAYPOOL_H
 #define DELAYPOOL_H
 
index a03d0c045e4162b20cd3c5520d2dac27fe2ef666..8d4b67c2e4f8bff8628cc77a921298a11e0f2a55 100644 (file)
@@ -32,9 +32,6 @@
 #ifndef SQUID_DELAYSPEC_H
 #define SQUID_DELAYSPEC_H
 
-/* for int64_t definition */
-#include "config.h"
-
 class StoreEntry;
 
 /// \ingroup DelyPoolsAPI
index b75994fca3d4b446337ba1bef497a0ef545db625..ad2ed7aa7cae447653661f4783d7fe6677b96559 100644 (file)
@@ -36,8 +36,6 @@
 #ifndef DELAYTAGGED_H
 #define DELAYTAGGED_H
 
-#include "config.h"
-
 #if DELAY_POOLS
 
 #include "squid.h"
index 7c41f55e9bfb72d2e08bdfff3ac11f28cd923921..6f37fa26188bbf638d5347b964b960ffdccb51dd 100644 (file)
@@ -36,8 +36,6 @@
 #ifndef DELAYUSER_H
 #define DELAYUSER_H
 
-#include "config.h"
-
 #if DELAY_POOLS
 
 #include "squid.h"
index 2eaf258cd4f5fc56c5c6ca86159ce96a41a43963..7f1002dbe07b767a4ab215035bdcaca2ad5d65fc 100644 (file)
@@ -34,8 +34,6 @@
 #ifndef SQUID_DELAYVECTOR_H
 #define SQUID_DELAYVECTOR_H
 
-#include "config.h"
-
 #if DELAY_POOLS
 
 #include "CompositePoolNode.h"
index 67d8ea76a60ae1beafb90ce969477a48c96dd5e2..1d5e9a195b6c776f29e334c0ec64a36868319e96 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef SQUID_AIODISKFILE_H
 #define SQUID_AIODISKFILE_H
 
-#include "config.h"
-
 #if USE_DISKIO_AIO
 
 #include "DiskIO/DiskFile.h"
index ded883fa779d1510c7c6f802129a7ee49ad99b0c..ae98e6e854edadd569b2b5d37bc07fc71f5c55e0 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef SQUID_AIODISKIOMODULE_H
 #define SQUID_AIODISKIOMODULE_H
 
-#include "config.h"
-
 #if USE_DISKIO_AIO
 
 #include "DiskIO/DiskIOModule.h"
index eeda90f172bc2fea795543563ef1abfdb2adfa27..9d461d0b7e65dac92b2588ea5991c344dff19b37 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef SQUID_AIODISKIOSTRATEGY_H
 #define SQUID_AIODISKIOSTRATEGY_H
 
-#include "config.h"
-
 #if USE_DISKIO_AIO
 
 #include "DiskIO/DiskIOStrategy.h"
index 9bb5f4e6fe7d5dcbac5868ad8e0e9a0a7f2bafff..28f5df80be946e270ef1cc8416b2989d30f6ce2c 100644 (file)
@@ -34,8 +34,6 @@
 #ifndef __WIN32_AIO_H__
 #define __WIN32_AIO_H__
 
-#include "config.h"
-
 #if USE_DISKIO_AIO
 
 #ifdef _SQUID_CYGWIN_
index 24757800c8332002f0f03f9200f55cf3232c1005..94626a1fdf637662fd985f40a2454bc7c95a7e40 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef __ASYNC_IO_H__
 #define __ASYNC_IO_H__
 
-#include "config.h"
-
 #if USE_DISKIO_AIO
 
 #ifdef _SQUID_WIN32_
index 6bc70e9241e223455878c97df3008006a245789f..161d7edde722dc94bdcbea76b2c31d13da544a2a 100644 (file)
@@ -36,8 +36,6 @@
 #ifndef __STORE_DISKDIOSTRATEGY_H__
 #define __STORE_DISKDIOSTRATEGY_H__
 
-#include "config.h"
-
 struct diomsg;
 
 /// \ingroup diskd
index 5827fdbbd757bbd003d6d3c0397ef13ef37197de..5f735b3d4232c5dc71ec7cf3acc78a68c49d5191 100644 (file)
@@ -7,8 +7,6 @@
 #ifndef __SQUID_DIOMSG_H__
 #define __SQUID_DIOMSG_H__
 
-#include "config.h"
-
 enum {
     _MQD_NOP,
     _MQD_OPEN,
index 15210ec97b0d233b7319eb2ee7c01732a32d512d..9b1fbd71e883f2a5277f79496524fe41b7a7923a 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __DISKTHREADS_H__
 #define __DISKTHREADS_H__
 
-#include "config.h"
 #include "dlink.h"
 #include "typedefs.h"
 
index 64ea4b1da737888c4e7dcc8f93818bf863780e2a..58dc4e434fc2f1ade101f689d74184832bd68abe 100644 (file)
@@ -34,9 +34,6 @@
 
 class HttpHeader;
 
-/* for SQUIDCEXTERN */
-#include "config.h"
-
 /* for HttpHdrRangeSpec */
 #include "HttpHeaderRange.h"
 
index 5d05253fa5c5f350a2d6228be185aaf61756b5b1..cefb9423f4e0d000e3cd22780056e17bce0feec6 100644 (file)
@@ -32,9 +32,6 @@
 #ifndef SQUID_HTTPHEADERMASK_H
 #define SQUID_HTTPHEADERMASK_H
 
-/* for SQUIDCEXTERN */
-#include "config.h"
-
 /* big mask for http headers */
 typedef char HttpHeaderMask[12];
 
index 7d34c93f4653a62b8702cd31acf0923bc5988044..afa12261014c602a0ab1c7b13e8ddfa75a40d383 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef SQUID_HTTPREQUEST_H
 #define SQUID_HTTPREQUEST_H
 
-#include "config.h"
-
 #if USE_ADAPTATION
 #include "adaptation/History.h"
 #endif
index 6d969fe0d04be31c81f606c161c0a5f285fe0291..d5dcb7814875e31b80a75238c0545d1af06191ce 100644 (file)
@@ -36,9 +36,6 @@
 class Packer;
 class String;
 
-/* for SQUIDCEXTERN */
-#include "config.h"
-
 /* for http_status and protocol_t */
 #include "enums.h"
 
index 7d0fc25d668acb348398a6402d137271f9f77afb..af74ea071a4a7e49943bbe6a7aeb9d16060d663d 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef SQUID_LEAKFINDER_H
 #define SQUID_LEAKFINDER_H
 
-#include "config.h"
-
 #if USE_LEAKFINDER
 
 #include "hash.h"
index 951db4e70997322a42454f908a120bca04db4717..1c8d0d96e78d2b27d5446b4068740c6139eaf863 100644 (file)
--- a/src/Mem.h
+++ b/src/Mem.h
@@ -34,8 +34,6 @@
 #ifndef SQUID_MEM
 #define SQUID_MEM
 
-#include "config.h"
-
 #if HAVE_OSTREAM
 #include <ostream>
 #endif
index 290e7d29164676415b1b083797dcdafe053370d5..f52c7ec165462f4a6461e153c5038c16c2d4f9f2 100644 (file)
@@ -36,9 +36,6 @@
  *
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
-
-#include "config.h"
-
 #ifndef NULLDELAYID_H
 #define NULLDELAYID_H
 #if DELAY_POOLS
index 2830070f9170e95725304050e0f8bd7321a763f6..761cc99d935643411e9e6a2c02299dc7d0a8cb83 100644 (file)
@@ -32,9 +32,6 @@
 #ifndef SQUID_PACKER_H
 #define SQUID_PACKER_H
 
-/* for SQUIDCEXTERN */
-#include "config.h"
-
 /* see Packer.cc for description */
 class Packer;
 
index 50caacf0113c914bc0d37e86b663e24d5859c260..6a9010763f5d32dbdb908543b6b50d879bb525f3 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef SQUID_PINGDATA_H
 #define SQUID_PINGDATA_H
 
-#include "config.h"
-
 class ping_data
 {
 
index bf947e2d0d77f54c5c2808248830aa4eb4010787..76adafd85d582db21246a798f3f9a57f3a525d76 100644 (file)
@@ -35,8 +35,6 @@
 #ifndef SQUID_STRING_H
 #define SQUID_STRING_H
 
-#include "config.h"
-
 #if HAVE_OSTREAM
 #include <ostream>
 #endif
index 4decb63abe932df2c9c46ea8f71917b557efd00b..47bd9533f17315c9fe6f2e6b980b9d497b46b3fa 100644 (file)
@@ -32,7 +32,6 @@
 #ifndef   SQUID_TIME_H
 #define   SQUID_TIME_H
 
-#include "config.h"
 #include "rfc1123.h"
 
 #if HAVE_TIME_H
index ffe12aea19b6ee89a8f92ddebd64ad28ae94834f..0cecba927e19046f16ba7c28f5c126b04bb56644 100644 (file)
@@ -37,9 +37,6 @@ class StoreEntry;
 // WTF?
 typedef class StoreMeta tlv;
 
-/* for size_t, SQUIDCEXTERN */
-#include "config.h"
-
 /**
  \ingroup SwapStoreAPI
  \todo AYJ: for critical lists like this we should use A=64,B=65 etc to enforce and reserve values.
index 04f1d61ce8fe3967cecabea0515bd9b48f232eec..7bc64fab8f74b07634e587c1c3b33999da5daca1 100644 (file)
@@ -35,9 +35,6 @@
 class StoreMeta;
 class StoreEntry;
 
-/* for ssize_t, SQUIDCEXTERN */
-#include "config.h"
-
 class StoreMetaUnpacker
 {
 
index 4dd09556a8526c6d24fedf14d7a89dc5d145547c..abe17e518402331967900bafde58de31f0a81396 100644 (file)
@@ -32,7 +32,6 @@
  *
  */
 
-#include "config.h"
 #include <cstring>
 
 #if HAVE_STDINT_H
index f6a8956c8b593aba5c57fb8a3322459bdbb16e95..deef46b8b63d9345e324e87251a2ae9673faa42c 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SQUID_ACL_GADGETS_H
 #define SQUID_ACL_GADGETS_H
 
-#include "config.h"
 #include "err_type.h"
 
 struct dlink_list;
index ba641937b5032693cc92ce5727a126d45f29c3c2..6b753d7c9691c76a554b6a72dbf79341b0105274 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef SQUID__ECAP__MESSAGE_REP_H
 #define SQUID__ECAP__MESSAGE_REP_H
 
-#include "config.h"
 #include "HttpHeader.h"
 #include "BodyPipe.h"
 #include "adaptation/forward.h"
index 12370ed4af3809e3080eae10cd97c384c6117ef8..0c3d65103fad017dbc04d16afb9f8b2af43d497b 100644 (file)
@@ -33,7 +33,6 @@
 #ifndef SQUID_AUTHSCHEME_H
 #define SQUID_AUTHSCHEME_H
 
-#include "config.h"
 #include "Array.h"
 #include "RefCount.h"
 
index 865e6fc08a6da3a5b75bdc166ce35ca25642c9bd..d8056bfafc8dbea81386124bbff0e8505986e05b 100644 (file)
@@ -33,8 +33,6 @@
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
 
-#include "config.h"
-
 char const *
 AuthUser::username () const
 {
index db88c54d00a1703d97f32ffe618eae705d792a71..212c7f4f6624545aca6efec5d46e5af9d5e097a5 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SQUID_BASE_INSTANCE_ID_H
 #define SQUID_BASE_INSTANCE_ID_H
 
-#include "config.h"
 #include <iosfwd>
 
 /** Identifier for class instances
index b02c03d548b9cc18f1d1b18b0199fe5cd97ad6bd..89f51680911b0ad222a968561b3730ca42b85a53 100644 (file)
@@ -3,7 +3,6 @@
 
 // Origin: xstd/TextException
 
-#include "config.h"
 #include <exception>
 
 static unsigned int FileNameHashCached(const char *fname);
index 54488744c403c917af70f8854666d5f2e65c84fc..d6621902b3ee9e4a741e0136e0973c34ad3f412b 100644 (file)
@@ -5,8 +5,6 @@
 #ifndef SQUID_BASE_TIDYPOINTER_H
 #define SQUID_BASE_TIDYPOINTER_H
 
-#include "config.h"
-
 /**
  * A pointer that deletes the object it points to when the pointer's owner or
  * context is gone. Similar to std::auto_ptr but without confusing assignment
index b8e3c9057b2a0c8bb5bab16ea013068646642148..d49e317d1316bcc91371a2e9b59fdcba4458c8ab 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SQUID_LISTENERSTATEDATA_H
 #define SQUID_LISTENERSTATEDATA_H
 
-#include "config.h"
 #include "base/AsyncCall.h"
 #include "comm.h"
 #if HAVE_MAP
index c8c8d05e4748a6df2ab1b670f6d978559c480ba0..0e2cf22d04282e2e8b5ff7ca7f61d50c4a16a5cc 100644 (file)
@@ -32,8 +32,6 @@
 #ifndef SQUID_DLINK_H
 #define SQUID_DLINK_H
 
-#include "config.h"
-
 class dlink_node
 {
 
index 76246d75fb318c8eabb13e8b4bb4ee4356cb5459..687f5f6f7725d5ede0474a3038208e484bcc6ede 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef SQUID_ESIEXPATPARSER_H
 #define SQUID_ESIEXPATPARSER_H
 
-#include "config.h"
-
 #if USE_SQUID_ESI && HAVE_LIBEXPAT
 
 #include "esi/Parser.h"
index 1dd093983e81ed2abaaf4a9f185ad79d38dd91e8..7bd6cee92a775d2eb4c54e4a94546c721add2bad 100644 (file)
@@ -40,8 +40,6 @@
 #ifndef SQUID_ESILIBXML2PARSER_H
 #define SQUID_ESILIBXML2PARSER_H
 
-#include "config.h"
-
 #if USE_SQUID_ESI && HAVE_LIBXML2
 
 #include "esi/Parser.h"
index 13ac18d4f331f8391fb909eabce7652db85f7c3c..4bf6c28609dcc355f072028eb7a64feac5ae241d 100644 (file)
@@ -32,9 +32,6 @@
 #ifndef SQUID_ESIPARSER_H
 #define SQUID_ESIPARSER_H
 
-/* for size_t */
-#include "config.h"
-
 class ESIParserClient
 {
 public:
index 023a985a4c89e15eb9891e11aea8cf40208d2e39..b0101a150cb33a508f5493bf52eff3838ce4be62 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _SQUID_EUI_EUI48_H
 #define _SQUID_EUI_EUI48_H
 
-#include "config.h"
-
 #if USE_SQUID_EUI
 
 /* EUI-48 is 6 bytes. */
index 5f9e56d3f6313a87422cebd3b027079d40fab5bb..7669684505f8f623154b8c45d0f209075da4516c 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _SQUID_EUI_EUI64_H
 #define _SQUID_EUI_EUI64_H
 
-#include "config.h"
-
 #if USE_SQUID_EUI
 
 namespace Ip
index 804d97ee7e624647fe624879612cf0b309a31c61..90c66885d1e0bd21549fb207bdcd83d5d6dec24f 100644 (file)
@@ -32,7 +32,6 @@
 #ifndef _INCLUDE_ICMP_H
 #define _INCLUDE_ICMP_H
 
-#include "config.h"
 #include "ip/Address.h"
 
 #define PINGER_PAYLOAD_SZ      8192
index e6e67cce855f6da635b68dd37b91bc2dcbf4d07f..daa34f3d3e819de1963f0bac114bca8b59b627e5 100644 (file)
@@ -34,7 +34,6 @@
 #ifndef _INCLUDE_ICMPV4_H
 #define _INCLUDE_ICMPV4_H
 
-#include "config.h"
 #include "Icmp.h"
 
 #if HAVE_NETINET_IN_H
index a7fc3fad398c492f61ad094d9eb0689a80983b44..bb8f20a2b263e17a3b61181a83d93a02999fc80e 100644 (file)
@@ -32,8 +32,6 @@
 #ifndef _INCLUDE_ICMPV6_H
 #define _INCLUDE_ICMPV6_H
 
-#include "config.h"
-
 #include "Icmp.h"
 
 #if HAVE_NETINET_IN_H
index 71dc258f49e0d18cf41796eba56671952a9b3640..aafa77273a71719831501329d59c6ab8def150f8 100644 (file)
@@ -37,8 +37,6 @@
 #ifndef ICMPCONFIG_H
 #define ICMPCONFIG_H
 
-#include "config.h"
-
 /**
  * Squid pinger Configuration settings
  *
index ef24feabe0c1c982b0a05bb5afeca49275641091..ce3bc2f6eada33b2cb88ed65bd0853c3bfb44353 100644 (file)
@@ -33,8 +33,6 @@
  */
 #ifndef _INCLUDE_ICMPPINGER_H
 #define _INCLUDE_ICMPPINGER_H
-
-#include "config.h"
 #include "Icmp.h"
 
 /**
index ac631eb0748a9b75602548638adcd212ed61d62e..78aaf455fd90663a890609ff8d4df052c2f79625 100644 (file)
@@ -32,7 +32,6 @@
 #ifndef _INCLUDE_ICMPSQUID_H
 #define _INCLUDE_ICMPSQUID_H
 
-#include "config.h"
 #include "Icmp.h"
 
 /**
index 97e1343b633d37373576e9228ab8cbcea9322a6b..616cdbcf55178da719d8604ca6597225dbb22f13 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef ICMP_NET_DB_H
 #define ICMP_NET_DB_H
 
-#include "config.h"
-
 namespace Ip
 {
 class Address;
index 5c4c54d993dc44605e22c51e01dec03ba5adc58d..9d6674e12b88b0a0b8c7ae46920627e7f8e96f02 100644 (file)
@@ -35,8 +35,6 @@
 #ifndef SQUID_IDENT_ACLIDENT_H
 #define SQUID_IDENT_ACLIDENT_H
 
-#include "config.h"
-
 #if USE_IDENT
 
 #include "acl/Checklist.h"
index 5de6c93643854cefbb032f7eb1a442b0920d3a7c..b9a1cc01703041fbb69db95740c06238ebf14273 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef SQUID_IDENT_CONFIG_H
 #define SQUID_IDENT_CONFIG_H
 
-#include "config.h"
-
 #if USE_IDENT
 
 #include "acl/Acl.h"
index 7253a4736d262e4d95fbf3d34e5e07ccc5c8abaa..0814a6e8afe80c056304562efb07590e971ae149 100644 (file)
@@ -9,8 +9,6 @@
  \ingroup SquidComponents
  */
 
-#include "config.h"
-
 #if USE_IDENT
 
 #include "cbdata.h"
index 8fe0125afe02960aaa2a77f2c14758e70ef77679..a1365ca1ecbb3e0055d732eaaea062b112321fc7 100644 (file)
@@ -36,8 +36,6 @@
 #ifndef _SQUID_IP_IPADDRESS_H
 #define _SQUID_IP_IPADDRESS_H
 
-#include "config.h"
-
 #if HAVE_SYS_SOCKET_H
 #include <sys/socket.h>
 #endif
index 654cba36fd9146fe37a1e9a9aea014ed0139fe87..19364746351fc49bbf0b93c2513424763caf20b2 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SQUID_QOSCONFIG_H
 #define SQUID_QOSCONFIG_H
 
-#include "config.h"
 #include "hier_code.h"
 
 #if HAVE_LIBNETFILTER_CONNTRACK_LIBNETFILTER_CONNTRACK_H
index 020a0d736388b42da58a00beafd018778ed1dbeb..99354133b4d2d116a5529974b7d805e8088d2772 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef SQUID_IPC_START_LISTENING_H
 #define SQUID_IPC_START_LISTENING_H
 
-#include "config.h"
 #include "ip/forward.h"
 #include "ipc/FdNotes.h"
 #include "base/AsyncCall.h"
index f7155ace3533ca51156c22a73a13e1f023398fe5..95afe00dd67201606bae090f2e26e68ac79c77fb 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef SQUID_IPC_TYPED_MSG_HDR_H
 #define SQUID_IPC_TYPED_MSG_HDR_H
 
-#include "config.h"
-
 #if HAVE_SYS_SOCKET_H
 #include <sys/socket.h>
 #endif
index d5173075db2d30bec6acc21b0fd5490a62d22c7f..7325abb6bc68c91982783669ce19fa581ebb5464 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef SQUID_IPC_FORWARD_H
 #define SQUID_IPC_FORWARD_H
 
-#include "config.h"
-
 namespace Ipc
 {
 
index 56b690e43e144191a51e04c7a033b492eab3ed5f..8ceb238eb9f8fdb49f4334ae95ede488efcafe45 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SQUID_SRC_LOG_FILE_H
 #define SQUID_SRC_LOG_FILE_H
 
-#include "config.h"
 #include "dlink.h"
 
 #if HAVE_SYS_PARAM_H
index 583a1c27118ad53bc4eccf220f50e2694284fa1c..02971ec8de6c4812f5e4b5043acb7ceccd321d4e 100644 (file)
@@ -32,8 +32,6 @@
 #ifndef _SQUID_SRC_LOG_MODDAEMON_H
 #define _SQUID_SRC_LOG_MODDAEMON_H
 
-#include "config.h"
-
 class Logfile;
 
 extern int logfile_mod_daemon_open(Logfile * lf, const char *path, size_t bufsz, int fatal_flag);
index ca41dbd13b45bbc45371b8fd9d120d30d6245e80..79b41acb305ed11ad86fb32906ccbc3fba564e33 100644 (file)
@@ -34,8 +34,6 @@
 #ifndef _SQUID_SRC_LOG_MODSTDIO_H
 #define _SQUID_SRC_LOG_MODSTDIO_H
 
-#include "config.h"
-
 class Logfile;
 
 extern int logfile_mod_stdio_open(Logfile * lf, const char *path, size_t bufsz, int fatal_flag);
index d31c0a4a8c0c8324218de3e04fe76505e588e22e..69e0d3b4e1b6626f8e475ee0399a18cacffe1d0a 100644 (file)
@@ -34,8 +34,6 @@
 #ifndef _SQUID_SRC_LOG_MODSYSLOG_H
 #define _SQUID_SRC_LOG_MODSYSLOG_H
 
-#include "config.h"
-
 class Logfile;
 
 extern int logfile_mod_syslog_open(Logfile * lf, const char *path, size_t bufsz, int fatal_flag);
index 4e8cd788cb6287d6632e37b777d3dda21056b263..78acf101de1167b2757b896a3e21e4f9fd1c1dd4 100644 (file)
@@ -35,8 +35,6 @@
 #ifndef _SQUID_SRC_LOG_MODTCP_H
 #define _SQUID_SRC_LOG_MODTCP_H
 
-#include "config.h"
-
 class Logfile;
 
 extern int logfile_mod_tcp_open(Logfile * lf, const char *path, size_t bufsz, int fatal_flag);
index 08b5866ebbf499f32c3af4f07f31ae9dfbb24dd9..b04b8e21efac6e91a4c7fbc77bec57c3121b7c22 100644 (file)
@@ -34,8 +34,6 @@
 #ifndef _SQUID_SRC_LOG_MODUDP_H
 #define _SQUID_SRC_LOG_MODUDP_H
 
-#include "config.h"
-
 class Logfile;
 
 extern int logfile_mod_udp_open(Logfile * lf, const char *path, size_t bufsz, int fatal_flag);
index faf66eddde9eed025c51bda13a2cad594553972c..301c6ebf85bb508ff4980862d3bf8e26b27ee372 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  */
-
+#include "config.h"
 #include "ssl/Config.h"
 
 Ssl::Config Ssl::TheConfig;
index 4d5f7f34f9e7840c8b73027a61bfe439d26e906f..a475bd2f20c871704bcbfa9bde12e62e232cae4b 100644 (file)
@@ -5,7 +5,6 @@
 #ifndef SQUID_SSL_CONFIG_H
 #define SQUID_SSL_CONFIG_H
 
-#include "config.h"
 #include "HelperChildConfig.h"
 
 namespace Ssl
index efcb3c70e8e7a8c7565904c259b774afe54bb593..bc02b47cf5d18b0c2095061f73612b3dc9e676a5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  */
-
+#include "config.h"
 #include "Store.h"
 #include "StoreEntryStream.h"
 #include "ssl/context_storage.h"
index e0a45fdfc1f0461e9bb62a2ce11fe418879d03bd..84bdaa661fb4950b0a0a9dda0a0dabd7b7324a71 100644 (file)
@@ -35,7 +35,6 @@
 #ifndef SQUID_SSL_SUPPORT_H
 #define SQUID_SSL_SUPPORT_H
 
-#include "config.h"
 #include "ssl/gadgets.h"
 
 #if HAVE_OPENSSL_SSL_H
index 80e95636584ddb2ce9b161600a534002da3a738b..633e4233c0530632009c1aadbe1ef78e5ca71fa5 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef SQUID_STRUCTS_H
 #define SQUID_STRUCTS_H
 
-#include "config.h"
 #include "RefCount.h"
 #include "cbdata.h"
 #include "dlink.h"
index dfd442f483d2f81b6c15d1b32fb5a173087d2a8f..b727884341dd51b1c58fe6f7faa8b00c1a774c83 100644 (file)
@@ -2,8 +2,6 @@
 #ifndef SQUID_SRC_TEST_AUTH_H
 #define SQUID_SRC_TEST_AUTH_H
 
-#include "config.h"
-
 #include <cppunit/extensions/HelperMacros.h>
 
 /*
index 590efa0c15092d0f8d49c804084c37006507f6a1..0b587fdff15413ec039fa1dace0f4eb937556895 100644 (file)
@@ -90,7 +90,7 @@ my_sock_ntoa( const struct sockaddr_in& a, SockAddress buffer )
 {
     HostAddress host;
     snprintf( buffer, sizeof(SockAddress), "%s:%u",
-             my_inet_ntoa(a.sin_addr,host), ntohs(a.sin_port) );
+              my_inet_ntoa(a.sin_addr,host), ntohs(a.sin_port) );
     return buffer;
 }