]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreClient.h
Policy: use USE_* from code wrappers and ENABLE_* for conditionals.
[thirdparty/squid.git] / src / StoreClient.h
index 4d6429dfbb103e2f979c0df9e9f1910bb49d2962..db1aee6110318cffe726dcb3fdd4fe9f5b5dd010 100644 (file)
@@ -50,7 +50,7 @@ public:
     virtual void created (StoreEntry *newEntry) = 0;
 };
 
-#if DELAY_POOLS
+#if USE_DELAY_POOLS
 #include "DelayId.h"
 #endif
 
@@ -88,8 +88,8 @@ public:
         unsigned int store_copying:1;
         unsigned int copy_event_pending:1;
     } flags;
-#if DELAY_POOLS
 
+#if USE_DELAY_POOLS
     DelayId delayId;
     void setDelayId(DelayId delay_id);
 #endif