]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change #ifdef to #if
authorwessels <>
Mon, 16 Sep 1996 23:16:33 +0000 (23:16 +0000)
committerwessels <>
Mon, 16 Sep 1996 23:16:33 +0000 (23:16 +0000)
src/stat.cc

index 129f62e84c6374d10f8b50a1c6e64752f0f0c905..9aaf545b53897d5ddb2096fd729a73a0fdc31cde 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: stat.cc,v 1.69 1996/09/15 05:41:47 wessels Exp $
+ * $Id: stat.cc,v 1.70 1996/09/16 17:16:33 wessels Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
@@ -662,7 +662,7 @@ info_get(cacheinfo * obj, StoreEntry * sentry)
 {
     char *tod = NULL;
     float f;
-#ifdef HAVE_MALLINFO
+#if HAVE_MALLINFO
     int t;
 #endif