aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2016-04-27 05:37:54 +0000
committerXin LI <delphij@FreeBSD.org>2016-04-27 05:37:54 +0000
commitc1950318d1af96666bb3a80bf73cb4790f6dbcea (patch)
tree5ecca25ff6220a3f621f68d501903e6b8f1206ab /config.h.in
parentcbb26d1b6673ba1c6efd6e36a06fb6a56263b5fc (diff)
downloadsrc-c1950318d1af96666bb3a80bf73cb4790f6dbcea.tar.gz
src-c1950318d1af96666bb3a80bf73cb4790f6dbcea.zip
Vendor import of ntp-4.2.8p7.vendor/ntp/4.2.8p7
Notes
Notes: svn path=/vendor/ntp/dist/; revision=298691 svn path=/vendor/ntp/4.2.8p7/; revision=298692; tag=vendor/ntp/4.2.8p7
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 81867c7b0771..ce54cfb258c8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -302,9 +302,15 @@
/* The number of minutes in a DST adjustment */
#undef DSTMINUTES
+/* support dynamic interleave? */
+#undef DYNAMIC_INTERLEAVE
+
/* number of args to el_init() */
#undef EL_INIT_ARGS
+/* Provide the explicit 127.0.0.0/8 martian filter? */
+#undef ENABLE_BUG3020_FIX
+
/* nls support in libopts */
#undef ENABLE_NLS
@@ -830,7 +836,7 @@
/* Define to 1 if you have the <stdatomic.h> header file. */
#undef HAVE_STDATOMIC_H
-/* Define to 1 if you have the <stdbool.h> header file. */
+/* Define to 1 if stdbool.h conforms to C99. */
#undef HAVE_STDBOOL_H
/* Define to 1 if you have the <stddef.h> header file. */
@@ -1201,6 +1207,9 @@
/* define if select implicitly yields */
#undef HAVE_YIELDING_SELECT
+/* Define to 1 if the system has the type `_Bool'. */
+#undef HAVE__BOOL
+
/* Define to 1 if you have the `_exit' function. */
#undef HAVE__EXIT
@@ -1347,6 +1356,9 @@
initialization. */
#undef MISSING_C99_STRUCT_INIT
+/* having to fork the DNS worker early when doing chroot? */
+#undef NEED_EARLY_FORK
+
/* Do we need HPUX adjtime() library support? */
#undef NEED_HPUX_ADJTIME