changeset 19738:ecbb06adc669

(HAVE_RINT): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Sep 1997 23:02:21 +0000
parents cad2a27d4451
children 6bf6679152c5
files src/s/hpux9.h
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux9.h	Wed Sep 03 23:01:57 1997 +0000
+++ b/src/s/hpux9.h	Wed Sep 03 23:02:21 1997 +0000
@@ -59,3 +59,13 @@
 
 /* Tested in getloadavg.c.  */
 #define HAVE_PSTAT_GETDYNAMIC
+
+/* Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines
+   has a broken `rint' in some library versions including math library
+   version number A.09.05.
+
+   You can fix the math library by installing patch number PHSS_4630.
+   But we can fix it more reliably for Emacs like this. */
+#undef HAVE_RINT
+
+