summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/config.h.in')
-rw-r--r--contrib/ntp/config.h.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/contrib/ntp/config.h.in b/contrib/ntp/config.h.in
index 81867c7..ce54cfb 100644
--- a/contrib/ntp/config.h.in
+++ b/contrib/ntp/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
OpenPOWER on IntegriCloud