/*
- * $Id: cache_cf.cc,v 1.347 2000/05/31 01:04:49 hno Exp $
+ * $Id: cache_cf.cc,v 1.348 2000/05/31 05:02:11 wessels Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
#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)
#
-# $Id: cf.data.pre,v 1.185 2000/05/31 01:04:49 hno Exp $
+# $Id: cf.data.pre,v 1.186 2000/05/31 05:04:04 wessels Exp $
#
#
# SQUID Internet Object Cache http://squid.nlanr.net/Squid/
NAME: unlinkd_program
-IFDEF: USE_UNLINKD
TYPE: string
DEFAULT: @DEFAULT_UNLINKD@
LOC: Config.Program.unlinkd
/*
- * $Id: main.cc,v 1.311 2000/05/31 01:04:49 hno Exp $
+ * $Id: main.cc,v 1.312 2000/05/31 05:02:11 wessels Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
#endif
if (!configured_once) {
-#if USE_UNLINKD
unlinkdInit();
-#endif
urlInitialize();
cachemgrInit();
statInit();
#endif
releaseServerSockets();
commCloseAllSockets();
-#if USE_UNLINKD
unlinkdClose();
-#endif
storeDirSync(); /* Flush pending object writes/unlinks */
storeDirWriteCleanLogs(0);
PrintRusage();
/*
- * $Id: protos.h,v 1.367 2000/05/31 01:04:50 hno Exp $
+ * $Id: protos.h,v 1.368 2000/05/31 05:02:11 wessels Exp $
*
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
extern int pumpMethod(method_t method);
extern int pumpRestart(request_t *);
-#if USE_UNLINKD
extern void unlinkdInit(void);
extern void unlinkdClose(void);
extern void unlinkdUnlink(const char *);
-#endif
extern char *url_convert_hex(char *org_url, int allocate);
extern char *url_escape(const char *url);
/*
- * $Id: structs.h,v 1.336 2000/05/31 01:04:50 hno Exp $
+ * $Id: structs.h,v 1.337 2000/05/31 05:02:12 wessels Exp $
*
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
#if USE_ICMP
char *pinger;
#endif
-#if USE_UNLINKD
char *unlinkd;
-#endif
} Program;
#if USE_DNSSERVERS
int dnsChildren;