diff options
author | delphij <delphij@FreeBSD.org> | 2017-04-12 06:24:35 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2017-04-12 06:24:35 +0000 |
commit | b8126de23e957978b4d0403097cd8402f0c1d82a (patch) | |
tree | f1de81f49e9bed94c537e2b96701aa1180fa111c /contrib/ntp/config.h.in | |
parent | 8ec5a888ff17420a447fce1d15a0413c122dd297 (diff) | |
download | FreeBSD-src-b8126de23e957978b4d0403097cd8402f0c1d82a.zip FreeBSD-src-b8126de23e957978b4d0403097cd8402f0c1d82a.tar.gz |
Fix multiple vulnerabilities of ntp. [SA-17:03]
Xen migration enhancements. [EN-17:05]
Approved by: so
Diffstat (limited to 'contrib/ntp/config.h.in')
-rw-r--r-- | contrib/ntp/config.h.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/ntp/config.h.in b/contrib/ntp/config.h.in index ce54cfb..13f9bc8 100644 --- a/contrib/ntp/config.h.in +++ b/contrib/ntp/config.h.in @@ -1342,8 +1342,7 @@ /* Should we align with the NIST lockclock scheme? */ #undef LOCKCLOCK -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Does the target support multicast IP? */ @@ -1395,9 +1394,6 @@ /* Should we NOT read /dev/kmem? */ #undef NOKMEM -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Should we avoid #warning on option name collisions? */ #undef NO_OPTION_NAME_WARNINGS |