]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
move math.h to squid.h
authorwessels <>
Tue, 21 Jan 1997 01:47:52 +0000 (01:47 +0000)
committerwessels <>
Tue, 21 Jan 1997 01:47:52 +0000 (01:47 +0000)
src/squid.h
src/store.cc

index 412fa4ba7acf794805bcc584e6302cc081a12cbe..dec82f24d6cafb90317ba4bbfc19634eb3f35cb5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.91 1997/01/07 20:31:23 wessels Exp $
+ * $Id: squid.h,v 1.92 1997/01/20 18:47:52 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
 #include <shadow.h>
 #endif
 
+#if HAVE_MATH_H
+#include <math.h>
+#endif
+
 #if !defined(MAXHOSTNAMELEN) || (MAXHOSTNAMELEN < 128)
 #define SQUIDHOSTNAMELEN 128
 #else
index ed729369746e90dc7d368358597ab5411c178f0e..1fe0b518f0e712a2181ebd9fb82e9a253509efe4 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.197 1997/01/20 18:27:15 wessels Exp $
+ * $Id: store.cc,v 1.198 1997/01/20 18:47:53 wessels Exp $
  *
  * DEBUG: section 20    Storeage Manager
  * AUTHOR: Harvest Derived
 
 #include "squid.h"             /* goes first */
 
-#if HAVE_MATH_H
-#include <math.h>
-#endif
-
 #define REBUILD_TIMESTAMP_DELTA_MAX 2
 #define MAX_SWAP_FILE          (1<<21)
 #define SWAP_BUF               DISK_PAGE_SIZE