/*
- * $Id: rfc1123.c,v 1.17 1998/04/24 05:20:23 wessels Exp $
+ * $Id: rfc1123.c,v 1.18 1998/07/17 00:16:29 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
t = mktime(&tm);
{
time_t dst = 0;
-#if !defined _TIMEZONE && !defined _timezone
+#if defined (_TIMEZONE)
+#elif defined (_timezone)
+#elif defined(_SQUID_AIX_)
+#else
extern time_t timezone;
#endif
/*
/*
- * $Id: dnsserver.cc,v 1.49 1998/04/24 07:09:32 wessels Exp $
+ * $Id: dnsserver.cc,v 1.50 1998/07/17 00:16:28 wessels Exp $
*
* DEBUG: section 0 DNS Resolver
* AUTHOR: Harvest Derived
#include "util.h"
#include "snprintf.h"
+#if !defined(_SQUID_AIX_)
extern int h_errno;
+#endif
#if LIBRESOLV_DNS_TTL_HACK
extern int _dns_ttl_; /* this is a really *dirty* hack - bne */