Wed Sep 1 13:46:58 2010 UTC ()
Vax doesn't have IEEE floating point.


(he)
diff -r1.3 -r1.4 src/external/bsd/ntp/include/config.h

cvs diff -r1.3 -r1.4 src/external/bsd/ntp/include/config.h (expand / switch to unified diff)

--- src/external/bsd/ntp/include/config.h 2010/08/29 18:55:51 1.3
+++ src/external/bsd/ntp/include/config.h 2010/09/01 13:46:58 1.4
@@ -378,27 +378,29 @@ @@ -378,27 +378,29 @@
378/* Define to 1 if you have the <histedit.h> header file. */ 378/* Define to 1 if you have the <histedit.h> header file. */
379#define HAVE_HISTEDIT_H 1 379#define HAVE_HISTEDIT_H 1
380 380
381/* Define to 1 if you have the <history.h> header file. */ 381/* Define to 1 if you have the <history.h> header file. */
382/* #undef HAVE_HISTORY_H */ 382/* #undef HAVE_HISTORY_H */
383 383
384/* Define to 1 if you have the `hstrerror' function. */ 384/* Define to 1 if you have the `hstrerror' function. */
385#define HAVE_HSTRERROR 1 385#define HAVE_HSTRERROR 1
386 386
387/* Obvious... */ 387/* Obvious... */
388/* #undef HAVE_HZ_IN_STRUCT_CLOCKINFO */ 388/* #undef HAVE_HZ_IN_STRUCT_CLOCKINFO */
389 389
390/* Define to 1 if you have the <ieeefp.h> header file. */ 390/* Define to 1 if you have the <ieeefp.h> header file. */
 391#ifndef __vax__
391#define HAVE_IEEEFP_H 1 392#define HAVE_IEEEFP_H 1
 393#endif
392 394
393/* have iflist_sysctl? */ 395/* have iflist_sysctl? */
394#define HAVE_IFLIST_SYSCTL 1 396#define HAVE_IFLIST_SYSCTL 1
395 397
396/* inline keyword or macro available */ 398/* inline keyword or macro available */
397#define HAVE_INLINE 1 399#define HAVE_INLINE 1
398 400
399/* Define to 1 if the system has the type `int16_t'. */ 401/* Define to 1 if the system has the type `int16_t'. */
400#define HAVE_INT16_T 1 402#define HAVE_INT16_T 1
401 403
402/* Define to 1 if the system has the type `int32_t'. */ 404/* Define to 1 if the system has the type `int32_t'. */
403#define HAVE_INT32_T 1 405#define HAVE_INT32_T 1
404 406