diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-03 23:02:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-03 23:02:21 +0000 |
commit | 579d26db5fe5d3d7a6cb352cc266bbb1120163e4 (patch) | |
tree | c6a97722013e962333d52e2fc460d824ffee7d9b /src | |
parent | df25ea6bb411e07a1b79c7c42649aaa3f3e4887f (diff) | |
download | emacs-579d26db5fe5d3d7a6cb352cc266bbb1120163e4.tar.gz |
(HAVE_RINT): Add #undef.
Diffstat (limited to 'src')
-rw-r--r-- | src/s/hpux9.h | 10 |
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 + + |