diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:08:24 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:08:24 -0600 |
commit | c5b102d4b4b76c54d5cf2576dae9b38d003f39a0 (patch) | |
tree | 007a0a3408afda5fd9ec2de4dd66bf32546c940f /acconfig.h | |
parent | fc0b5c902db294dff1930e558f8dce9cf060fd42 (diff) | |
download | bind9-c5b102d4b4b76c54d5cf2576dae9b38d003f39a0.tar.gz |
9.0.0b5
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |