From 165b7b2e7f95b31e4f0ff641c16f77f0e60af46e Mon Sep 17 00:00:00 2001 From: dougb Date: Mon, 29 Jan 2007 18:33:18 +0000 Subject: Update generated files for BIND 9.3.4 --- lib/bind/bind/config.h | 317 ++++++----------------------------------- lib/bind/config.h | 2 +- lib/bind/dns/code.h | 2 +- lib/bind/dns/dns/enumclass.h | 2 +- lib/bind/dns/dns/enumtype.h | 2 +- lib/bind/dns/dns/rdatastruct.h | 2 +- 6 files changed, 45 insertions(+), 282 deletions(-) (limited to 'lib') diff --git a/lib/bind/bind/config.h b/lib/bind/bind/config.h index bf50257..18c2c39 100644 --- a/lib/bind/bind/config.h +++ b/lib/bind/bind/config.h @@ -1,98 +1,47 @@ /* $FreeBSD$ */ /* config.h. Generated by configure. */ -/* config.h.in. Generated from configure.in by autoheader. */ -/* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") - * Copyright (C) 1999-2003 Internet Software Consortium. - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - * PERFORMANCE OF THIS SOFTWARE. - */ - -/* $Id: acconfig.h,v 1.35.2.4.2.10 2004/12/04 06:50:02 marka Exp $ */ - -/*** - *** This file is not to be included by any public header files, because - *** it does not get installed. - ***/ - -/* define to `int' if doesn't define. */ -/* #undef ssize_t */ - -/* define on DEC OSF to enable 4.4BSD style sa_len support */ /* #undef _SOCKADDR_LEN */ - -/* define if your system needs pthread_init() before using pthreads */ -/* #undef NEED_PTHREAD_INIT */ - -/* define if your system has sigwait() */ -/* #undef HAVE_SIGWAIT */ - -/* define if sigwait() is the UnixWare flavor */ -/* #undef HAVE_UNIXWARE_SIGWAIT */ - -/* define on Solaris to get sigwait() to work using pthreads semantics */ +#define HAVE_FCNTL_H 1 +#define HAVE_PATHS_H 1 +#define HAVE_INTTYPES_H 1 +/* #undef HAVE_STROPTS_H */ +#define HAVE_SYS_TIMERS_H 1 +#define HAVE_SYS_SELECT_H 1 +/* #undef SYS_CDEFS_H */ /* #undef _POSIX_PTHREAD_SEMANTICS */ +/* #undef POSIX_GETPWUID_R */ +/* #undef POSIX_GETPWNAM_R */ +/* #undef POSIX_GETGRGID_R */ +/* #undef POSIX_GETGRNAM_R */ -/* define if LinuxThreads is in use */ -/* #undef HAVE_LINUXTHREADS */ +/* #undef NEED_SETGROUPENT */ +/* #undef NEED_GETGROUPLIST */ -/* define if sysconf() is available */ -/* #undef HAVE_SYSCONF */ +/* define if prototype for getgrnam_r() is required */ +/* #undef NEED_GETGRNAM_R */ +/* #undef NEED_GETGRGID_R */ +/* #undef NEED_GETGRENT_R */ +#define NEED_SETGRENT_R 1 +#define NEED_ENDGRENT_R 1 -/* define if sysctlbyname() is available */ -#define HAVE_SYSCTLBYNAME 1 +#define NEED_INNETGR_R 1 +/* #undef NEED_SETNETGRENT_R */ +#define NEED_ENDNETGRENT_R 1 -/* define if catgets() is available */ -#define HAVE_CATGETS 1 +/* #undef NEED_GETPWNAM_R */ +/* #undef NEED_GETPWUID_R */ +#define NEED_SETPWENT_R 1 +#define NEED_SETPASSENT_R 1 +#define NEED_SETPWENT_R 1 +/* #undef NEED_GETPWENT_R */ +#define NEED_ENDPWENT_R 1 -/* define if getifaddrs() exists */ -#define HAVE_GETIFADDRS 1 +/* #undef NEED_SETPASSENT */ -/* define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */ -#define HAVE_IFLIST_SYSCTL 1 +#define HAS_PW_CLASS 1 -/* define if chroot() is available */ -#define HAVE_CHROOT 1 - -/* define if tzset() is available */ -#define HAVE_TZSET 1 - -/* define if struct addrinfo exists */ -#define HAVE_ADDRINFO 1 - -/* define if getaddrinfo() exists */ -#define HAVE_GETADDRINFO 1 - -/* define if gai_strerror() exists */ -#define HAVE_GAISTRERROR 1 - -/* define if arc4random() exists */ -#define HAVE_ARC4RANDOM 1 - -/* define if pthread_setconcurrency() should be called to tell the - * OS how many threads we might want to run. - */ -/* #undef CALL_PTHREAD_SETCONCURRENCY */ - -/* define if IPv6 is not disabled */ -/* #undef WANT_IPV6 */ - -/* define if flockfile() is available */ -#define HAVE_FLOCKFILE 1 - -/* define if getc_unlocked() is available */ -#define HAVE_GETCUNLOCKED 1 +/* #undef uintptr_t */ /* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */ /* #undef SHUTUP_SPUTAUX */ @@ -100,199 +49,13 @@ struct __sFILE; extern __inline int __sputaux(int _c, struct __sFILE *_p); #endif - -/* Shut up warnings about missing sigwait prototype on BSD/OS 4.0* */ -/* #undef SHUTUP_SIGWAIT */ -#ifdef SHUTUP_SIGWAIT -int sigwait(const unsigned int *set, int *sig); -#endif - -/* Shut up warnings from gcc -Wcast-qual on BSD/OS 4.1. */ -/* #undef SHUTUP_STDARG_CAST */ -#if defined(SHUTUP_STDARG_CAST) && defined(__GNUC__) -#include /* Grr. Must be included *every time*. */ -/* - * The silly continuation line is to keep configure from - * commenting out the #undef. - */ -#undef \ - va_start -#define va_start(ap, last) \ - do { \ - union { const void *konst; long *var; } _u; \ - _u.konst = &(last); \ - ap = (va_list)(_u.var + __va_words(__typeof(last))); \ - } while (0) -#endif /* SHUTUP_STDARG_CAST && __GNUC__ */ - -/* define if the system has a random number generating device */ -#define PATH_RANDOMDEV "/dev/random" - -/* define if pthread_attr_getstacksize() is available */ -/* #undef HAVE_PTHREAD_ATTR_GETSTACKSIZE */ - -/* define if pthread_attr_setstacksize() is available */ -/* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */ - -/* define if you have strerror in the C library. */ -#define HAVE_STRERROR 1 - -/* Define if you are running under Compaq TruCluster. */ -/* #undef HAVE_TRUCLUSTER */ - -/* Define if OpenSSL includes DSA support */ -#define HAVE_OPENSSL_DSA 1 - -/* Define to the length type used by the socket API (socklen_t, size_t, int). */ -#define ISC_SOCKADDR_LEN_T socklen_t - -/* Define if threads need PTHREAD_SCOPE_SYSTEM */ -/* #undef NEED_PTHREAD_SCOPE_SYSTEM */ - -/* Define if recvmsg() does not meet all of the BSD socket API specifications. - */ -/* #undef BROKEN_RECVMSG */ - -/* Define if you cannot bind() before connect() for TCP sockets. */ -/* #undef BROKEN_TCP_BIND_BEFORE_CONNECT */ - -/* Define if libcrypto has DH_generate_parameters */ -#define HAVE_DH_GENERATE_PARAMETERS 1 - -/* Define if libcrypto has DSA_generate_parameters */ -#define HAVE_DSA_GENERATE_PARAMETERS 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define to 1 if you have the `c' library (-lc). */ -/* #undef HAVE_LIBC */ - -/* Define to 1 if you have the `c_r' library (-lc_r). */ -/* #undef HAVE_LIBC_R */ - -/* Define to 1 if you have the `nsl' library (-lnsl). */ -/* #undef HAVE_LIBNSL */ - -/* Define to 1 if you have the `pthread' library (-lpthread). */ -/* #undef HAVE_LIBPTHREAD */ - -/* Define to 1 if you have the `scf' library (-lscf). */ -/* #undef HAVE_LIBSCF */ - -/* Define to 1 if you have the `socket' library (-lsocket). */ -/* #undef HAVE_LIBSOCKET */ - -/* Define to 1 if you have the `thr' library (-lthr). */ -/* #undef HAVE_LIBTHR */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_LINUX_CAPABILITY_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_NET_IF6_H */ - -/* Define if libcrypto has RSA_generate_key */ -#define HAVE_RSA_GENERATE_KEY 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_PRCTL_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_SELECT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_SOCKIO_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_SYSCTL_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define if running under Compaq TruCluster */ -/* #undef HAVE_TRUCLUSTER */ - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Defined if extern char *optarg is not declared. */ -/* #undef NEED_OPTARG */ - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "" - -/* Sets which flag to pass to open/fcntl to make non-blocking - (O_NDELAY/O_NONBLOCK). */ -#define PORT_NONBLOCK O_NONBLOCK - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define to 1 if you can safely include both and . */ -#define TIME_WITH_SYS_TIME 1 - -/* Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make - non-blocking. */ -/* #undef USE_FIONBIO_IOCTL */ - -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef WORDS_BIGENDIAN */ - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -/* #undef inline */ +/* #undef BROKEN_IN6ADDR_INIT_MACROS */ +#define HAVE_STRLCAT 1 +/* Shut up warnings about missing braces */ +/* #undef SHUTUP_MUTEX_INITIALIZER */ +#ifdef SHUTUP_MUTEX_INITIALIZER +#define LIBBIND_MUTEX_INITIALIZER { PTHREAD_MUTEX_INITIALIZER } +#else +#define LIBBIND_MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER #endif -/* Define to `unsigned' if does not define. */ -/* #undef size_t */ - -/* Define to `int' if does not define. */ -/* #undef ssize_t */ - -/* Define to `unsigned long' if does not define. */ -/* #undef uintptr_t */ diff --git a/lib/bind/config.h b/lib/bind/config.h index bf50257..ea158f8 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -285,7 +285,7 @@ int sigwait(const unsigned int *set, int *sig); /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus -/* #undef inline */ +#define inline #endif /* Define to `unsigned' if does not define. */ diff --git a/lib/bind/dns/code.h b/lib/bind/dns/code.h index 8bb81bb..ff6cb71 100644 --- a/lib/bind/dns/code.h +++ b/lib/bind/dns/code.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any diff --git a/lib/bind/dns/dns/enumclass.h b/lib/bind/dns/dns/enumclass.h index 1ce2513..aa0d3ed 100644 --- a/lib/bind/dns/dns/enumclass.h +++ b/lib/bind/dns/dns/enumclass.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any diff --git a/lib/bind/dns/dns/enumtype.h b/lib/bind/dns/dns/enumtype.h index ae082d7..4f64ecf 100644 --- a/lib/bind/dns/dns/enumtype.h +++ b/lib/bind/dns/dns/enumtype.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any diff --git a/lib/bind/dns/dns/rdatastruct.h b/lib/bind/dns/dns/rdatastruct.h index 96c9f66..cd35ab4 100644 --- a/lib/bind/dns/dns/rdatastruct.h +++ b/lib/bind/dns/dns/rdatastruct.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any -- cgit v1.1