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 /config.h.in | |
parent | d366f01c173d7934ac2d28ca66baff57a6baad7e (diff) | |
download | bind9-a80776499e31c00d0c3afdfb4f27504ef56db751.tar.gz |
9.1.1rc1
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 18d48362..ba1c6b27 100644 --- a/config.h.in +++ b/config.h.in @@ -1,6 +1,6 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.in,v 1.40 2000/12/23 02:45:43 tale Exp $ */ +/* $Id: config.h.in,v 1.40.2.1 2001/02/07 19:26:19 gson Exp $ */ /*** *** This file is not to be included by any public header files, because @@ -75,9 +75,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. */ |