summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2007-09-07 14:08:40 -0600
committerLaMont Jones <lamont@debian.org>2007-09-07 14:08:40 -0600
commitc380ae240a9a3b5e71bfb604936b73aae6a49d5e (patch)
tree7b0bde489fb07de552f095d4616fccdd4386f89e /acconfig.h
parent1430f0bc941f5280d1359e99a8db3f8cddf028ef (diff)
downloadbind9-c380ae240a9a3b5e71bfb604936b73aae6a49d5e.tar.gz
9.1.0b2
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 864eedcc..de224abf 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -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