/*
- * $Id$
- *
* DEBUG: section 54 Interprocess Communication
- *
*/
#include "squid.h"
#include "CpuAffinityMap.h"
#include "CpuAffinitySet.h"
#include "Debug.h"
+#include "globals.h"
#include "protos.h"
#include "structs.h"
#include "tools.h"
/*
- * $Id$
+ * AUTHOR: Adrian Chadd <adrian@squid-cache.org>
+ * DEBUG: section 79 Disk IO Routines
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
*/
/**
- * Author: Adrian Chadd <adrian@squid-cache.org>
*
\par
* These routines are simple plugin replacements for the file_* routines
#include "DiskIO/ReadRequest.h"
#include "DiskIO/WriteRequest.h"
#include "disk.h"
+#include "globals.h"
#include "protos.h"
#if HAVE_ERRNO_H
/*
- * $Id$
- *
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
*
/*
- * $Id$
- *
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Robert Collins
*
#include "squid.h"
#include "BlockingFile.h"
#include "Debug.h"
+#include "defines.h"
+#include "globals.h"
#include "DiskIO/IORequestor.h"
#include "DiskIO/ReadRequest.h"
#include "DiskIO/WriteRequest.h"
-
/*
- * $Id$
- *
* DEBUG: section 55 HTTP Header
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
- *
*/
#include "squid.h"
#include "base64.h"
+#include "globals.h"
#include "HttpHdrCc.h"
#include "HttpHdrContRange.h"
#include "HttpHdrSc.h"
-
/*
- * $Id$
- *
* DEBUG: section 73 HTTP Request
* AUTHOR: Duane Wessels
*
#include "client_side.h"
#include "DnsLookupDetails.h"
#include "err_detail_type.h"
+#include "globals.h"
#include "gopher.h"
#include "http.h"
#include "HttpHdrCc.h"
/*
- * $Id$
- *
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
- *
*/
/**
#include "fde.h"
#include "forward.h"
#include "fqdncache.h"
+#include "globals.h"
#include "http.h"
#include "HttpHdrContRange.h"
#include "HttpHeaderTools.h"
#include "comm/TcpAcceptor.h"
#include "fd.h"
#include "fde.h"
+#include "globals.h"
#include "ip/Intercept.h"
#include "profiler/Profiler.h"
#include "protos.h"
/*
- * $Id$
- *
* DEBUG: section 06 Disk I/O Routines
* AUTHOR: Harvest Derived
*
#include "comm/Loops.h"
#include "fd.h"
#include "fde.h"
+#include "globals.h"
#include "Mem.h"
#include "MemBuf.h"
#include "profiler/Profiler.h"
#include "fs/rock/RockRebuild.h"
#include "fs/rock/RockSwapDir.h"
#include "fs/rock/RockDbCell.h"
+#include "globals.h"
#include "md5.h"
#include "protos.h"
#include "tools.h"
#include "fs/rock/RockIoState.h"
#include "fs/rock/RockIoRequests.h"
#include "fs/rock/RockRebuild.h"
+#include "globals.h"
#include "ipc/mem/Pages.h"
#include "MemObject.h"
#include "Parsing.h"
/*
- *
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Robert Collins
*
#include "squid.h"
#include "disk.h"
+#include "globals.h"
#include "protos.h"
#include "RebuildState.h"
#include "SquidTime.h"
#include "store_key_md5.h"
-#include "StoreSwapLogData.h"
#include "store_rebuild.h"
+#include "StoreSwapLogData.h"
#include "tools.h"
#include "UFSSwapLogParser.h"
#include "DiskIO/DiskIOModule.h"
#include "FileMap.h"
#include "fde.h"
+#include "globals.h"
#include "Parsing.h"
#include "protos.h"
#include "RebuildState.h"
-
/*
- * $Id$
- *
* DEBUG: section 10 Gopher
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
- *
*/
#include "squid.h"
#include "errorpage.h"
#include "fd.h"
#include "forward.h"
+#include "globals.h"
#include "html_quote.h"
#include "HttpReply.h"
#include "HttpRequest.h"
-
/*
- * $Id$
- *
* DEBUG: section 11 Hypertext Transfer Protocol (HTTP)
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
- *
*/
/*
#include "errorpage.h"
#include "fd.h"
#include "fde.h"
+#include "globals.h"
#include "HttpControlMsg.h"
#include "http.h"
#include "HttpHdrCc.h"
/*
- * $Id$
- *
* DEBUG: section 54 Interprocess Communication
- *
*/
#include "squid.h"
#include "base/TextException.h"
+#include "globals.h"
#include "ipc/Kids.h"
#include "protos.h"
#include "tools.h"
+#include "structs.h"
Kids TheKids;
KidName TheKidName;
#include "fatal.h"
-
-
SQUIDCEXTERN peer_t parseNeighborType(const char *s);
SQUIDCEXTERN int stringHasWhitespace(const char *); //String.cc
-
/*
- * $Id$
- *
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------