summaryrefslogtreecommitdiffstats
path: root/lib/bind/config.h
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-12-02 19:13:58 +0000
committerdougb <dougb@FreeBSD.org>2007-12-02 19:13:58 +0000
commit475b1eb4b268dca03c0dc03b6cf87b918ba80099 (patch)
treebf74f37221d23e3a7d3b042fe7305678904d5dd4 /lib/bind/config.h
parent28c10a16444a5616d2d1883cd0f8ec60d95ca5f5 (diff)
downloadFreeBSD-src-475b1eb4b268dca03c0dc03b6cf87b918ba80099.zip
FreeBSD-src-475b1eb4b268dca03c0dc03b6cf87b918ba80099.tar.gz
Update glue for BIND 9.4.2
Diffstat (limited to 'lib/bind/config.h')
-rw-r--r--lib/bind/config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h
index b248f94..cffb26c 100644
--- a/lib/bind/config.h
+++ b/lib/bind/config.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
-/* config.h. Generated by configure. */
+/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
@@ -118,7 +118,7 @@ int sigwait(const unsigned int *set, int *sig);
* The silly continuation line is to keep configure from
* commenting out the #undef.
*/
-
+
#undef \
va_start
#define va_start(ap, last) \
@@ -160,6 +160,9 @@ 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 to 1 if you have the <dlfcn.h> header file. */
+/* #undef HAVE_DLFCN_H */
+
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
@@ -299,7 +302,7 @@ int sigwait(const unsigned int *set, int *sig);
#define inline
#endif
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to `int' if <sys/types.h> does not define. */
OpenPOWER on IntegriCloud