aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-03 23:02:21 +0000
committerRichard M. Stallman1997-09-03 23:02:21 +0000
commit994de0acdf20d9c7c92af4af7ccbead27ab6fe50 (patch)
tree3f748bdbd26b246116fd64c2513f99a46c4c7525 /src/s
parentdca6c9144c707a8d23ca9c7cdad21554fce464e4 (diff)
downloademacs-994de0acdf20d9c7c92af4af7ccbead27ab6fe50.tar.gz
emacs-994de0acdf20d9c7c92af4af7ccbead27ab6fe50.zip
(HAVE_RINT): Add #undef.
Diffstat (limited to 'src/s')
-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 @@
59 59
60/* Tested in getloadavg.c. */ 60/* Tested in getloadavg.c. */
61#define HAVE_PSTAT_GETDYNAMIC 61#define HAVE_PSTAT_GETDYNAMIC
62
63/* Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines
64 has a broken `rint' in some library versions including math library
65 version number A.09.05.
66
67 You can fix the math library by installing patch number PHSS_4630.
68 But we can fix it more reliably for Emacs like this. */
69#undef HAVE_RINT
70
71