summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2007-09-07 14:08:49 -0600
committerLaMont Jones <lamont@debian.org>2007-09-07 14:08:49 -0600
commita80776499e31c00d0c3afdfb4f27504ef56db751 (patch)
tree7e5c87c8d9e8434b27b662db6b3b13746b12d55a /acconfig.h
parentd366f01c173d7934ac2d28ca66baff57a6baad7e (diff)
downloadbind9-a80776499e31c00d0c3afdfb4f27504ef56db751.tar.gz
9.1.1rc1
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index a0f2bd19..56b1a65b 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: acconfig.h,v 1.31.2.1 2001/01/09 22:31:06 bwelling Exp $ */
+/* $Id: acconfig.h,v 1.31.2.2 2001/02/07 19:26:16 gson Exp $ */
/***
*** This file is not to be included by any public header files, because
@@ -64,9 +64,12 @@
/* define if struct addrinfo exists */
#undef HAVE_ADDRINFO
-/* define is getaddrinfo() exists */
+/* define if getaddrinfo() exists */
#undef HAVE_GETADDRINFO
+/* define if gai_strerror() exists */
+#undef HAVE_GAISTRERROR
+
/* define if pthread_setconcurrency() should be called to tell the
* OS how many threads we might want to run.
*/