]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
crypt.h is only needed by some helpers, not the Squid core.
authorhno <>
Sun, 19 May 2002 20:32:09 +0000 (20:32 +0000)
committerhno <>
Sun, 19 May 2002 20:32:09 +0000 (20:32 +0000)
Including it in squid.h only increases compile time and causes
portability issues and conflicts.

src/squid.h

index e99edaeb9ecd9d0e950027c05beff5a5c50908a4..060c24770d724f77fc01d6df25d09f0a89dde19e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.219 2002/04/13 23:07:51 hno Exp $
+ * $Id: squid.h,v 1.220 2002/05/19 14:32:09 hno Exp $
  *
  * AUTHOR: Duane Wessels
  *
 #if HAVE_BSTRING_H
 #include <bstring.h>
 #endif
-#ifdef HAVE_CRYPT_H
-#include <crypt.h>
-#endif
 #if HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif