]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreFileSystem.h
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / StoreFileSystem.h
index 07166cfe6ef32c47bca6217119b9ab04d0324f75..9ab38a5c19e31ab151f88ec33d1106f4f2f3eab4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: StoreFileSystem.h,v 1.2 2006/05/29 00:15:01 robertc Exp $
+ * $Id$
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
@@ -33,7 +33,7 @@
 #ifndef SQUID_STOREFILESYSTEM_H
 #define SQUID_STOREFILESYSTEM_H
 
-#include "squid.h"
+#include "squid-old.h"
 #include "Array.h"
 
 /* ****** DOCUMENTATION ***** */
  \par
  * The storage types live in \em src/fs/. Each subdirectory corresponds
  * to the name of the storage type. When a new storage type is implemented
- * configure.in must be updated to autogenerate a Makefile in
+ * configure.ac must be updated to autogenerate a Makefile in
  * \em src/fs/foo/ from a Makefile.in file.
  *
- \todo DOCS: add template addition to configure.in for storage module addition.
+ \todo DOCS: add template addition to configure.ac for storage module addition.
  \todo DOCS: add template Makefile.am for storage module addition.
  *
  \par