summaryrefslogtreecommitdiffstats
path: root/lib/bind/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bind/config.h')
-rw-r--r--lib/bind/config.h105
1 files changed, 58 insertions, 47 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h
index ea158f8..b248f94 100644
--- a/lib/bind/config.h
+++ b/lib/bind/config.h
@@ -3,7 +3,7 @@
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/*
- * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -19,102 +19,106 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: acconfig.h,v 1.35.2.4.2.10 2004/12/04 06:50:02 marka Exp $ */
+/* $Id: acconfig.h,v 1.44.18.5 2005/04/29 00:15:20 marka Exp $ */
+
+/*! \file */
/***
*** This file is not to be included by any public header files, because
*** it does not get installed.
***/
-/* define to `int' if <sys/types.h> doesn't define. */
+/** 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 */
+/** 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 */
+/** 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 your system has sigwait() */
+#define HAVE_SIGWAIT 1
-/* define if sigwait() is the UnixWare flavor */
+/** define if sigwait() is the UnixWare flavor */
/* #undef HAVE_UNIXWARE_SIGWAIT */
-/* define on Solaris to get sigwait() to work using pthreads semantics */
+/** define on Solaris to get sigwait() to work using pthreads semantics */
/* #undef _POSIX_PTHREAD_SEMANTICS */
-/* define if LinuxThreads is in use */
+/** define if LinuxThreads is in use */
/* #undef HAVE_LINUXTHREADS */
-/* define if sysconf() is available */
-/* #undef HAVE_SYSCONF */
+/** define if sysconf() is available */
+#define HAVE_SYSCONF 1
-/* define if sysctlbyname() is available */
+/** define if sysctlbyname() is available */
#define HAVE_SYSCTLBYNAME 1
-/* define if catgets() is available */
+/** define if catgets() is available */
#define HAVE_CATGETS 1
-/* define if getifaddrs() exists */
+/** define if getifaddrs() exists */
#define HAVE_GETIFADDRS 1
-/* define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
+/** define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
#define HAVE_IFLIST_SYSCTL 1
-/* define if chroot() is available */
+/** define if chroot() is available */
#define HAVE_CHROOT 1
-/* define if tzset() is available */
+/** define if tzset() is available */
#define HAVE_TZSET 1
-/* define if struct addrinfo exists */
+/** define if struct addrinfo exists */
#define HAVE_ADDRINFO 1
-/* define if getaddrinfo() exists */
+/** define if getaddrinfo() exists */
#define HAVE_GETADDRINFO 1
-/* define if gai_strerror() exists */
+/** define if gai_strerror() exists */
#define HAVE_GAISTRERROR 1
-/* define if arc4random() exists */
+/** define if arc4random() exists */
#define HAVE_ARC4RANDOM 1
-/* define if pthread_setconcurrency() should be called to tell the
+/**
+ * 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 */
+/** define if IPv6 is not disabled */
/* #undef WANT_IPV6 */
-/* define if flockfile() is available */
+/** define if flockfile() is available */
#define HAVE_FLOCKFILE 1
-/* define if getc_unlocked() is available */
+/** define if getc_unlocked() is available */
#define HAVE_GETCUNLOCKED 1
-/* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
+/** Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
/* #undef SHUTUP_SPUTAUX */
#ifdef SHUTUP_SPUTAUX
struct __sFILE;
extern __inline int __sputaux(int _c, struct __sFILE *_p);
#endif
-/* Shut up warnings about missing sigwait prototype on BSD/OS 4.0* */
+/** 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. */
+/** Shut up warnings from gcc -Wcast-qual on BSD/OS 4.1. */
/* #undef SHUTUP_STDARG_CAST */
#if defined(SHUTUP_STDARG_CAST) && defined(__GNUC__)
-#include <stdarg.h> /* Grr. Must be included *every time*. */
-/*
+#include <stdarg.h> /** 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) \
@@ -123,21 +127,21 @@ int sigwait(const unsigned int *set, int *sig);
_u.konst = &(last); \
ap = (va_list)(_u.var + __va_words(__typeof(last))); \
} while (0)
-#endif /* SHUTUP_STDARG_CAST && __GNUC__ */
+#endif /** SHUTUP_STDARG_CAST && __GNUC__ */
-/* define if the system has a random number generating device */
+/** 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_getstacksize() is available */
+#define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
-/* define if pthread_attr_setstacksize() is available */
-/* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
+/** define if pthread_attr_setstacksize() is available */
+#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
-/* define if you have strerror in the C library. */
+/** define if you have strerror in the C library. */
#define HAVE_STRERROR 1
-/* Define if you are running under Compaq TruCluster. */
+/** Define if you are running under Compaq TruCluster. */
/* #undef HAVE_TRUCLUSTER */
/* Define if OpenSSL includes DSA support */
@@ -156,12 +160,6 @@ int sigwait(const unsigned int *set, int *sig);
/* 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 <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
@@ -192,14 +190,17 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the <linux/capability.h> header file. */
/* #undef HAVE_LINUX_CAPABILITY_H */
+/* Define to 1 if you have the <locale.h> header file. */
+#define HAVE_LOCALE_H 1
+
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the <net/if6.h> 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 `setlocale' function. */
+#define HAVE_SETLOCALE 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
@@ -237,6 +238,9 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
+/* Define to 1 if you have the <sys/un.h> header file. */
+#define HAVE_SYS_UN_H 1
+
/* Define if running under Compaq TruCluster */
/* #undef HAVE_TRUCLUSTER */
@@ -246,6 +250,10 @@ int sigwait(const unsigned int *set, int *sig);
/* Defined if extern char *optarg is not declared. */
/* #undef NEED_OPTARG */
+/* Define if connect does not honour the permission on the UNIX domain socket.
+ */
+/* #undef NEED_SECURE_DIRECTORY */
+
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
@@ -275,6 +283,9 @@ int sigwait(const unsigned int *set, int *sig);
non-blocking. */
/* #undef USE_FIONBIO_IOCTL */
+/* define if idnkit support is to be included. */
+/* #undef WITH_IDN */
+
/* 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 */
OpenPOWER on IntegriCloud