summaryrefslogtreecommitdiffstats
path: root/lib/bind/config.h
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2008-12-23 22:50:39 +0000
committerdougb <dougb@FreeBSD.org>2008-12-23 22:50:39 +0000
commit6da056b5342b94c63a1a5fb6102acfbf52a13b44 (patch)
treec15944aa2c21023495da0ee9b9c50e96709cd224 /lib/bind/config.h
parentc673a416c3c80055f220808cf9464c00fa1c5042 (diff)
downloadFreeBSD-src-6da056b5342b94c63a1a5fb6102acfbf52a13b44.zip
FreeBSD-src-6da056b5342b94c63a1a5fb6102acfbf52a13b44.tar.gz
Updates for version 9.4.3
Diffstat (limited to 'lib/bind/config.h')
-rw-r--r--lib/bind/config.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h
index 014ec4e..aa372de 100644
--- a/lib/bind/config.h
+++ b/lib/bind/config.h
@@ -160,6 +160,12 @@ int sigwait(const unsigned int *set, int *sig);
/* Define if you cannot bind() before connect() for TCP sockets. */
/* #undef BROKEN_TCP_BIND_BEFORE_CONNECT */
+/* Solaris hack to get select_large_fdset. */
+/* #undef FD_SETSIZE */
+
+/* Define to 1 if you have the `capset' function. */
+/* #undef HAVE_CAPSET */
+
/* Define to 1 if you have the <dlfcn.h> header file. */
/* #undef HAVE_DLFCN_H */
@@ -217,6 +223,15 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
+/* Define to 1 if you have the <sys/capability.h> header file. */
+/* #undef HAVE_SYS_CAPABILITY_H */
+
+/* Define to 1 if you have the <sys/devpoll.h> header file. */
+/* #undef HAVE_SYS_DEVPOLL_H */
+
+/* Define to 1 if you have the <sys/dyntune.h> header file. */
+/* #undef HAVE_SYS_DYNTUNE_H */
+
/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
@@ -303,7 +318,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
-#define inline
+#define inline /**/
#endif
/* Define to `unsigned int' if <sys/types.h> does not define. */
@@ -314,3 +329,7 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to `unsigned long' if <sys/types.h> does not define. */
/* #undef uintptr_t */
+
+/* Define to empty if the keyword `volatile' does not work. Warning: valid
+ code using `volatile' can become incorrect without. Disable with care. */
+/* #undef volatile */
OpenPOWER on IntegriCloud