aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2016-11-02 05:13:27 +0000
committerXin LI <delphij@FreeBSD.org>2016-11-02 05:13:27 +0000
commit39b043ba14a7b42c8367ed8a91b0da2e82fc46e9 (patch)
tree1da90cbb399f4ea2ca0131ae03a4484c5fd385f9 /lib
parent95e5f2035f1e4b43ebcd0a480abfce6d7ff147cb (diff)
MFV r308191:
BIND 9.9.9-P4.
Notes
svn path=/stable/9/; revision=308193
Diffstat (limited to 'lib')
-rw-r--r--lib/bind/config.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h
index 409a5c53ad75..ed24356d8162 100644
--- a/lib/bind/config.h
+++ b/lib/bind/config.h
@@ -3,7 +3,7 @@
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/*
- * Copyright (C) 2004, 2005, 2007, 2008, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -153,6 +153,9 @@ int sigwait(const unsigned int *set, int *sig);
/* Define if threads need PTHREAD_SCOPE_SYSTEM */
/* #undef NEED_PTHREAD_SCOPE_SYSTEM */
+/* Define to 1 if you have the uname library function. */
+#define HAVE_UNAME 1
+
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
@@ -194,6 +197,9 @@ int sigwait(const unsigned int *set, int *sig);
MSVC and with C++ compilers. */
#define FLEXIBLE_ARRAY_MEMBER /**/
+/* Define to 1 if the compiler supports __builtin_expect. */
+#define HAVE_BUILTIN_EXPECT 1
+
/* Define to 1 if you have the `chroot' function. */
#define HAVE_CHROOT 1