summaryrefslogtreecommitdiff
path: root/src/s/hpux9.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-03 23:02:21 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-03 23:02:21 +0000
commit994de0acdf20d9c7c92af4af7ccbead27ab6fe50 (patch)
tree3f748bdbd26b246116fd64c2513f99a46c4c7525 /src/s/hpux9.h
parentdca6c9144c707a8d23ca9c7cdad21554fce464e4 (diff)
downloademacs-994de0acdf20d9c7c92af4af7ccbead27ab6fe50.tar.gz
(HAVE_RINT): Add #undef.
Diffstat (limited to 'src/s/hpux9.h')
-rw-r--r--src/s/hpux9.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index 41063fdd3ce..e2423afd055 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -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
+
+