--------------------- PatchSet 177 Date: 2000/04/23 08:32:28 Author: hno Branch: hno-devel Tag: (none) Log: Oops.. I had a couple of more #if USE_UNLINKD.. Thinking about it I'll probably back out the #if UNLINKD removal, and instead add a configure directive for it. Members: src/cache_cf.c:1.1.1.3.10.4->1.1.1.3.10.4.2.1 src/structs.h:1.1.1.3.10.8.2.1->1.1.1.3.10.8.2.2 Index: squid/src/cache_cf.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/cache_cf.c,v retrieving revision 1.1.1.3.10.4 retrieving revision 1.1.1.3.10.4.2.1 diff -u -r1.1.1.3.10.4 -r1.1.1.3.10.4.2.1 --- squid/src/cache_cf.c 20 Apr 2000 18:14:21 -0000 1.1.1.3.10.4 +++ squid/src/cache_cf.c 23 Apr 2000 08:32:28 -0000 1.1.1.3.10.4.2.1 @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.c,v 1.1.1.3.10.4 2000/04/20 18:14:21 hno Exp $ + * $Id: cache_cf.c,v 1.1.1.3.10.4.2.1 2000/04/23 08:32:28 hno Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -360,9 +360,7 @@ #if USE_DNSSERVERS requirePathnameExists("cache_dns_program", Config.Program.dnsserver); #endif -#if USE_UNLINKD requirePathnameExists("unlinkd_program", Config.Program.unlinkd); -#endif if (Config.Program.redirect) requirePathnameExists("redirect_program", Config.Program.redirect->key); if (Config.Program.authenticate) Index: squid/src/structs.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/structs.h,v retrieving revision 1.1.1.3.10.8.2.1 retrieving revision 1.1.1.3.10.8.2.2 diff -u -r1.1.1.3.10.8.2.1 -r1.1.1.3.10.8.2.2 --- squid/src/structs.h 22 Apr 2000 20:02:55 -0000 1.1.1.3.10.8.2.1 +++ squid/src/structs.h 23 Apr 2000 08:32:28 -0000 1.1.1.3.10.8.2.2 @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.1.1.3.10.8.2.1 2000/04/22 20:02:55 hno Exp $ + * $Id: structs.h,v 1.1.1.3.10.8.2.2 2000/04/23 08:32:28 hno Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -311,9 +311,7 @@ #if USE_ICMP char *pinger; #endif -#if USE_UNLINKD char *unlinkd; -#endif } Program; #if USE_DNSSERVERS int dnsChildren;