diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:08:40 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:08:40 -0600 |
commit | c380ae240a9a3b5e71bfb604936b73aae6a49d5e (patch) | |
tree | 7b0bde489fb07de552f095d4616fccdd4386f89e /acconfig.h | |
parent | 1430f0bc941f5280d1359e99a8db3f8cddf028ef (diff) | |
download | bind9-c380ae240a9a3b5e71bfb604936b73aae6a49d5e.tar.gz |
9.1.0b2
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: acconfig.h,v 1.29 2000/09/22 18:52:32 bwelling Exp $ */ +/* $Id: acconfig.h,v 1.31 2000/12/23 02:45:41 tale Exp $ */ /*** *** This file is not to be included by any public header files, because @@ -78,6 +78,9 @@ /* define if flockfile() is available */ #undef HAVE_FLOCKFILE +/* define if rlim_t is defined via sys/types.h or sys/resource.h */ +#undef HAVE_RLIM_T + /* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */ #undef SHUTUP_SPUTAUX #ifdef SHUTUP_SPUTAUX @@ -111,3 +114,6 @@ int sigwait(const unsigned int *set, int *sig); /* define if the system has a random number generating device */ #undef PATH_RANDOMDEV + +/* define if pthread_attr_getstacksize() is available */ +#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE |