comparison src/config.in @ 4501:9352d7d021c2

* 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.
author Jim Blandy <jimb@redhat.com>
date Mon, 09 Aug 1993 06:04:14 +0000
parents aaab60c46bff
children 0e076941d4e3
comparison
equal deleted inserted replaced
4500:56d7c4beae9f 4501:9352d7d021c2
115 115
116 #undef HAVE_MKDIR 116 #undef HAVE_MKDIR
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
123 /* If using GNU, then support inline function declarations. */ 125 /* If using GNU, then support inline function declarations. */
124 #ifdef __GNUC__ 126 #ifdef __GNUC__