From: wessels <> Date: Thu, 5 Feb 1998 06:36:06 +0000 (+0000) Subject: set USE_UNLINKD depending on USE_ASYNC_IO X-Git-Tag: SQUID_3_0_PRE1~4178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b4b8ead204fae349dee4918b653c8784f614fab;p=thirdparty%2Fsquid.git set USE_UNLINKD depending on USE_ASYNC_IO --- diff --git a/src/squid.h b/src/squid.h index 20a6133350..179bee5663 100644 --- a/src/squid.h +++ b/src/squid.h @@ -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 #endif +#if USE_ASYNC_IO +#undef USE_UNLINKD +#else +#define USE_UNLINKD 1 +#endif + #include "md5.h" #ifdef SQUID_SNMP