Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ntp/include There ain't no IEEE FP on a VAX.



details:   https://anonhg.NetBSD.org/src/rev/5e067212e267
branches:  trunk
changeset: 485672:5e067212e267
user:      matt <matt%NetBSD.org@localhost>
date:      Wed May 03 03:26:12 2000 +0000

description:
There ain't no IEEE FP on a VAX.

diffstat:

 usr.sbin/ntp/include/config.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 5c5159ae3b34 -r 5e067212e267 usr.sbin/ntp/include/config.h
--- a/usr.sbin/ntp/include/config.h     Wed May 03 00:10:33 2000 +0000
+++ b/usr.sbin/ntp/include/config.h     Wed May 03 03:26:12 2000 +0000
@@ -497,7 +497,9 @@
 #define HAVE_HSTRERROR 1
 
 /* Define if you have the <ieeefp.h> header file. */
+#if !defined(__vax__)
 #define HAVE_IEEEFP_H 1
+#endif
 
 /* Define if you have the `kvm_open' function. */
 #define HAVE_KVM_OPEN 1



Home | Main Index | Thread Index | Old Index