]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
set USE_UNLINKD depending on USE_ASYNC_IO
authorwessels <>
Thu, 5 Feb 1998 06:36:06 +0000 (06:36 +0000)
committerwessels <>
Thu, 5 Feb 1998 06:36:06 +0000 (06:36 +0000)
src/squid.h

index 20a6133350f3f922f7a4b0e3d34d28f6dceff12a..179bee56632274d6bb1fd6c4b1fd37a6574964eb 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.154 1998/02/03 01:17:05 wessels Exp $
+ * $Id: squid.h,v 1.155 1998/02/04 23:36:06 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -299,6 +299,12 @@ struct rusage {
 #include <regex.h>
 #endif
 
+#if USE_ASYNC_IO
+#undef USE_UNLINKD
+#else
+#define USE_UNLINKD 1
+#endif
+
 #include "md5.h"
 
 #ifdef SQUID_SNMP