]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/compat.dox
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / compat / compat.dox
index bcad2effb3c8d7912abc6f8b9738e572b26b097e..a5557a0d707b127e373029351b72f352bfa1fe02 100644 (file)
@@ -69,10 +69,10 @@ The strict dependency requirements which exist within the compat API make includ
 individual part separately a risky operation.
 
 \par
-Squid coding guidelines require each .c and .cc file to include config.h or squid.h first
-in their included files. config.h begin with an order-specific sequence of defines and
+Squid coding guidelines require each .c and .cc file to include squid-old.h or squid.h first
+in their included files. squid.h begin with an order-specific sequence of defines and
 includes compat/compat.h to incorporate the compat layer appropriately in every soure file.
-squid.h begins by including config.h to prepare for its sub-includes and definitions.
+squid.h begins by including squid.h to prepare for its sub-includes and definitions.
 
 \par
 Internally the compat/ directory contains the public API file compat/compat.h which structures