mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 08:07:12 -04:00
added definitions that had incorrectly been added directly to config.h.in
This commit is contained in:
parent
9bbc786bf0
commit
5dcfb7ce2e
1 changed files with 10 additions and 1 deletions
11
acconfig.h
11
acconfig.h
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: acconfig.h,v 1.35 2001/07/14 01:55:04 gson Exp $ */
|
||||
/* $Id: acconfig.h,v 1.36 2001/10/22 22:52:16 gson Exp $ */
|
||||
|
||||
/***
|
||||
*** This file is not to be included by any public header files, because
|
||||
|
|
@ -23,6 +23,9 @@
|
|||
***/
|
||||
@TOP@
|
||||
|
||||
/* define to `int' if <sys/types.h> doesn't define. */
|
||||
#undef ssize_t
|
||||
|
||||
/* define on DEC OSF to enable 4.4BSD style sa_len support */
|
||||
#undef _SOCKADDR_LEN
|
||||
|
||||
|
|
@ -44,6 +47,9 @@
|
|||
/* define if sysconf() is available */
|
||||
#undef HAVE_SYSCONF
|
||||
|
||||
/* define if sysctlbyname() is available */
|
||||
#undef HAVE_SYSCTLBYNAME
|
||||
|
||||
/* define if catgets() is available */
|
||||
#undef HAVE_CATGETS
|
||||
|
||||
|
|
@ -120,3 +126,6 @@ int sigwait(const unsigned int *set, int *sig);
|
|||
|
||||
/* define if pthread_attr_getstacksize() is available */
|
||||
#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE
|
||||
|
||||
/* define if you have strerror in the C library. */
|
||||
#undef HAVE_STRERROR
|
||||
|
|
|
|||
Loading…
Reference in a new issue