/*
- * $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
/*
- * $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