diff options
author | cy <cy@FreeBSD.org> | 2015-07-05 15:42:16 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2015-07-05 15:42:16 +0000 |
commit | 4798ffa9e1d37998fdd0d94d9c2ad9cb3fb5d110 (patch) | |
tree | fb96356e3ef85aaa8d1f5939a9decd315a7ca596 /contrib/ntp/sntp/config.h.in | |
parent | 8920bf0c56d10d9413aa5f7595886836b12c974f (diff) | |
parent | 5ef283fde5be3bb35376b46b0d8cdc0e6dff0ad4 (diff) | |
download | FreeBSD-src-4798ffa9e1d37998fdd0d94d9c2ad9cb3fb5d110.zip FreeBSD-src-4798ffa9e1d37998fdd0d94d9c2ad9cb3fb5d110.tar.gz |
MFV ntp-4.2.8p3 (r284990).
Approved by: roberto, delphij
Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0
Security: http://bugs.ntp.org/show_bug.cgi?id=2853
Security: https://www.kb.cert.org/vuls/id/668167
Security: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2015_NTP_Security_Vulnerabi
Diffstat (limited to 'contrib/ntp/sntp/config.h.in')
-rw-r--r-- | contrib/ntp/sntp/config.h.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/ntp/sntp/config.h.in b/contrib/ntp/sntp/config.h.in index 64279b9..2013ce3 100644 --- a/contrib/ntp/sntp/config.h.in +++ b/contrib/ntp/sntp/config.h.in @@ -92,6 +92,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 @@ -725,9 +728,6 @@ /* Do we need an s_char typedef? */ #undef NEED_S_CHAR_TYPEDEF -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Define this if optional arguments are disallowed */ #undef NO_OPTIONAL_OPT_ARGS @@ -773,8 +773,8 @@ /* define if sched_yield yields the entire process */ #undef REPLACE_BROKEN_YIELD -/* 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 |