diff options
Diffstat (limited to 'contrib/ntp/config.h.in')
-rw-r--r-- | contrib/ntp/config.h.in | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/contrib/ntp/config.h.in b/contrib/ntp/config.h.in index 5ca9484..81867c7 100644 --- a/contrib/ntp/config.h.in +++ b/contrib/ntp/config.h.in @@ -333,6 +333,9 @@ /* Define to 1 if you have the <arpa/nameser.h> header file. */ #undef HAVE_ARPA_NAMESER_H +/* Define to 1 if you have the `atomic_thread_fence' function. */ +#undef HAVE_ATOMIC_THREAD_FENCE + /* Do we have audio support? */ #undef HAVE_AUDIO @@ -386,6 +389,9 @@ /* Define to 1 if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H +/* Define to 1 if you have the `EVP_MD_do_all_sorted' function. */ +#undef HAVE_EVP_MD_DO_ALL_SORTED + /* Define to 1 if you have the `fchmod' function. */ #undef HAVE_FCHMOD @@ -821,6 +827,9 @@ /* Define to 1 if you have the <stdarg.h> header file. */ #undef HAVE_STDARG_H +/* 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. */ #undef HAVE_STDBOOL_H @@ -1315,6 +1324,9 @@ /* define to 1 if library is thread safe */ #undef LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE +/* leap smear mechanism */ +#undef LEAP_SMEAR + /* Define to any value to include libseccomp sandboxing. */ #undef LIBSECCOMP @@ -1473,8 +1485,8 @@ /* Do we want the SCO clock hacks? */ #undef SCO5_CLOCK -/* The size of `char*', as computed by sizeof. */ -#undef SIZEOF_CHARP +/* The size of `char *', as computed by sizeof. */ +#undef SIZEOF_CHAR_P /* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT |