]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/NullDelayId.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / NullDelayId.cc
index 18c5883de44051d161a5eb3678a9d1a708a13f26..97580eaa8e2a992be16e2d7685db348615c5c599 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: NullDelayId.cc,v 1.3 2003/08/04 22:14:41 robertc Exp $
+ * $Id$
  *
  * DEBUG: section 77    Delay Pools
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
 
-#include "config.h"
-
-#if DELAY_POOLS
 #include "squid.h"
+
+#if USE_DELAY_POOLS
+#include "squid-old.h"
 #include "NullDelayId.h"
 #include "DelayPools.h"
 
@@ -58,5 +58,4 @@ NullDelayId::operator delete (void *address)
     ::operator delete (address);
 }
 
-#endif
-
+#endif /* USE_DELAY_POOLS */