svn commit: r224597 - stable/8/lib/bind

Doug Barton dougb at FreeBSD.org
Tue Aug 2 08:08:31 UTC 2011


Author: dougb
Date: Tue Aug  2 08:08:31 2011
New Revision: 224597
URL: http://svn.freebsd.org/changeset/base/224597

Log:
  Update for version 9.6-ESV-R5

Modified:
  stable/8/lib/bind/config.h

Modified: stable/8/lib/bind/config.h
==============================================================================
--- stable/8/lib/bind/config.h	Tue Aug  2 08:07:59 2011	(r224596)
+++ stable/8/lib/bind/config.h	Tue Aug  2 08:08:31 2011	(r224597)
@@ -147,6 +147,9 @@ int sigwait(const unsigned int *set, int
 /* Define if threads need PTHREAD_SCOPE_SYSTEM */
 /* #undef NEED_PTHREAD_SCOPE_SYSTEM */
 
+/* define if ATF unit tests are to be built. */
+/* #undef ATF_TEST */
+
 /* Define if recvmsg() does not meet all of the BSD socket API specifications.
    */
 /* #undef BROKEN_RECVMSG */
@@ -187,6 +190,9 @@ int sigwait(const unsigned int *set, int
 /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1
 
+/* Define to 1 if you have the `getenv' function. */
+#define HAVE_GETENV 1
+
 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
 /* #undef HAVE_GSSAPI_GSSAPI_H */
 
@@ -334,6 +340,9 @@ int sigwait(const unsigned int *set, int
    (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
 


More information about the svn-src-stable-8 mailing list