The "_res" structure used by the BIND DNS Client library is defined
in the OS/2 libraries. It is exported from TCP32DLL.DLL. The import
library for this is, of course, TCP32DLL.LIB.
Confirmed in IBM OS/2 documentation:
http://www.warpspeed.com.au/cgi-bin/inf2html.cmd?../html/book/Toolkt40/TCPPR.INF
/*
- * $Id: dnsserver.cc,v 1.70 2005/04/18 21:52:42 hno Exp $
+ * $Id: dnsserver.cc,v 1.71 2006/08/13 20:21:19 serassio Exp $
*
* DEBUG: section 0 DNS Resolver
* AUTHOR: Harvest Derived
static struct IN_ADDR no_addr;
-#ifdef _SQUID_OS2_
-
-struct state _res =
- {0}
-
- ; /* it's not in any of the libraries */
-#endif
-
/* error messages from gethostbyname() */
static char *
my_h_msgs(int x)