diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:08:49 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:08:49 -0600 |
commit | a80776499e31c00d0c3afdfb4f27504ef56db751 (patch) | |
tree | 7e5c87c8d9e8434b27b662db6b3b13746b12d55a /acconfig.h | |
parent | d366f01c173d7934ac2d28ca66baff57a6baad7e (diff) | |
download | bind9-a80776499e31c00d0c3afdfb4f27504ef56db751.tar.gz |
9.1.1rc1
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. */ |