]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add INADDR_NONE
authorwessels <>
Mon, 7 Oct 1996 20:59:30 +0000 (20:59 +0000)
committerwessels <>
Mon, 7 Oct 1996 20:59:30 +0000 (20:59 +0000)
src/cachemgr.cc

index cb4dacf350b31b03c01402eda7e1d281b20ba166..f3832c70dd6b59fe7b1e6f628eb4cd5f09ee3219 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cachemgr.cc,v 1.30 1996/09/24 20:16:39 wessels Exp $
+ * $Id: cachemgr.cc,v 1.31 1996/10/07 14:59:30 wessels Exp $
  *
  * DEBUG: Section 0     CGI Cache Manager
  * AUTHOR: Harvest Derived
 #define LF 10
 #define CR 13
 
+#ifndef INADDR_NONE
+#define INADDR_NONE -1
+#endif
+
 typedef enum {
     INFO,
     CACHED,