diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:11:04 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:11:04 -0600 |
commit | 4dd5eedee98c3fc2f40a45078bc7006cd5efd7f0 (patch) | |
tree | 85b4b951eb54c6a7d489139cdc8f8a0b1fb87eeb /config.h.in | |
parent | e71238b670ee683d2177c93695465bb6b181c4b8 (diff) | |
download | bind9-4dd5eedee98c3fc2f40a45078bc7006cd5efd7f0.tar.gz |
9.2.0a1
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 ba1c6b27..c4aa47da 100644 --- a/config.h.in +++ b/config.h.in @@ -16,7 +16,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.in,v 1.40.2.1 2001/02/07 19:26:19 gson Exp $ */ +/* $Id: config.h.in,v 1.42 2001/02/24 23:05:07 bwelling Exp $ */ /*** *** This file is not to be included by any public header files, because @@ -138,8 +138,11 @@ int sigwait(const unsigned int *set, int *sig); /* Define if you have the <linux/capability.h> header file. */ #undef HAVE_LINUX_CAPABILITY_H -/* Define if you have the <linux/prctl.h> header file. */ -#undef HAVE_LINUX_PRCTL_H +/* Define if you have the <sys/prctl.h> header file. */ +#undef HAVE_SYS_PRCTL_H + +/* Define if you have the <sys/select.h> header file. */ +#undef HAVE_SYS_SELECT_H /* Define if you have the <sys/sockio.h> header file. */ #undef HAVE_SYS_SOCKIO_H |