diff options
| author | Jim Blandy | 1993-08-09 06:04:14 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-08-09 06:04:14 +0000 |
| commit | 6d3c6adbdf4d047d007473ff693a9fade8563c42 (patch) | |
| tree | 264a5b0e3f992820e35fab734cdf633c1f941911 /src/config.in | |
| parent | 3a0ce8496de4efb386d7c1323b68f0b91b9e0de8 (diff) | |
| download | emacs-6d3c6adbdf4d047d007473ff693a9fade8563c42.tar.gz emacs-6d3c6adbdf4d047d007473ff693a9fade8563c42.zip | |
* config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for the
configuration script to edit.
* floatfns.c (Flogb): Use HAVE_LOGB and HAVE_FREXP, instead of
assuming that all USG systems have FREXP.
Diffstat (limited to 'src/config.in')
| -rw-r--r-- | src/config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index dafb759749a..78635b080fb 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -117,6 +117,8 @@ and this notice must be preserved on all copies. */ | |||
| 117 | #undef HAVE_RMDIR | 117 | #undef HAVE_RMDIR |
| 118 | #undef HAVE_RANDOM | 118 | #undef HAVE_RANDOM |
| 119 | #undef HAVE_BCOPY | 119 | #undef HAVE_BCOPY |
| 120 | #undef HAVE_LOGB | ||
| 121 | #undef HAVE_FREXP | ||
| 120 | 122 | ||
| 121 | #undef HAVE_AIX_SMT_EXP | 123 | #undef HAVE_AIX_SMT_EXP |
| 122 | 124 | ||