]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
define MAXPATHLEN if not already
authorwessels <>
Fri, 6 Dec 1996 01:25:20 +0000 (01:25 +0000)
committerwessels <>
Fri, 6 Dec 1996 01:25:20 +0000 (01:25 +0000)
src/squid.h

index 43b4fda52544dc3470be1a0bce596b7df6ecf832..b98c248239b3cbb42003a26d57e314598a9ec19b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.83 1996/12/04 17:51:19 wessels Exp $
+ * $Id: squid.h,v 1.84 1996/12/05 18:25:20 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
 #endif
 
 #define SQUID_MAXPATHLEN 256
+#ifndef MAXPATHLEN
+#define MAXPATHLEN SQUID_MAXPATHLEN
+#endif
 
 #ifndef INADDR_NONE
 #define INADDR_NONE ((unsigned long) -1)