Squid-2.3.DEVEL3: Major update of squid.conf template generation
There were some remains from that patch that didn't make it as part
of the previous commit (rejects which I forgot to merge manually)
/*
- * $Id: dns_internal.cc,v 1.20 2000/05/02 20:58:30 hno Exp $
+ * $Id: dns_internal.cc,v 1.21 2000/05/02 21:04:01 hno Exp $
*
* DEBUG: section 78 DNS lookups; interacts with lib/rfc1035.c
* AUTHOR: Duane Wessels
nns++;
}
-#if UNUSED_CODE
static void
idnsFreeNameservers(void)
{
safe_free(nameservers);
nns = nns_alloc = 0;
}
-#endif
static void
idnsParseNameservers(void)
/*
- * $Id: structs.h,v 1.325 2000/05/02 20:58:30 hno Exp $
+ * $Id: structs.h,v 1.326 2000/05/02 21:04:01 hno Exp $
*
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
char *access;
char *store;
char *swap;
+#if USE_USERAGENT_LOG
char *useragent;
+#endif
int rotateNumber;
} Log;
char *adminEmail;
char *effectiveUser;
char *effectiveGroup;
struct {
-#if USE_DNSSERVER
+#if USE_DNSSERVERS
char *dnsserver;
#endif
wordlist *redirect;
wordlist *authenticate;
+#if USE_ICMP
char *pinger;
+#endif
+#if USE_UNLINKD
char *unlinkd;
+#endif
} Program;
-#if USE_DNSSERVER
+#if USE_DNSSERVERS
int dnsChildren;
#endif
int redirectChildren;
} Netdb;
struct {
int log_udp;
-#if USE_DNSSERVER
+#if USE_DNSSERVERS
int res_defnames;
#endif
int anonymizer;