summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2007-09-07 14:08:24 -0600
committerLaMont Jones <lamont@debian.org>2007-09-07 14:08:24 -0600
commitc5b102d4b4b76c54d5cf2576dae9b38d003f39a0 (patch)
tree007a0a3408afda5fd9ec2de4dd66bf32546c940f /acconfig.h
parentfc0b5c902db294dff1930e558f8dce9cf060fd42 (diff)
downloadbind9-c5b102d4b4b76c54d5cf2576dae9b38d003f39a0.tar.gz
9.0.0b5
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 5a256f01..759317dc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
+/* $Id: acconfig.h,v 1.23 2000/06/22 21:48:56 tale Exp $ */
+
/***
*** This file is not to be included by any public header files, because
*** it does not get installed.
@@ -39,6 +41,9 @@
/* define if LinuxThreads is in use */
#undef HAVE_LINUXTHREADS
+/* define if sysconf() is available */
+#undef HAVE_SYSCONF
+
/* define if catgets() is available */
#undef HAVE_CATGETS
@@ -56,6 +61,17 @@
/* define if chroot() is available */
#undef HAVE_CHROOT
+/* define if struct addrinfo exists */
+#undef HAVE_ADDRINFO
+
+/* define is getaddrinfo() exists */
+#undef HAVE_GETADDRINFO
+
+/* define if pthread_setconcurrency() should be called to tell the
+ * OS how many threads we might want to run.
+ */
+#undef CALL_PTHREAD_SETCONCURRENCY
+
/* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
#undef SHUTUP_SPUTAUX
#ifdef SHUTUP_SPUTAUX