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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h
index ca364b5..22d76bc 100644
--- a/lib/bind/config.h
+++ b/lib/bind/config.h
@@ -19,7 +19,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: acconfig.h,v 1.53 2008-12-01 23:47:44 tbox Exp $ */
+/* $Id: acconfig.h,v 1.53 2008/12/01 23:47:44 tbox Exp $ */
/*! \file */
@@ -397,6 +397,9 @@ int sigwait(const unsigned int *set, int *sig);
(O_NDELAY/O_NONBLOCK). */
#define PORT_NONBLOCK O_NONBLOCK
+/* The size of `void *', as computed by sizeof. */
+#define SIZEOF_VOID_P 8
+
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
OpenPOWER on IntegriCloud