$ THEN
$ d_isnan = "define"
$ d_isnanl = "define"
+$ d_fp_classify = "define"
$ ELSE
$ d_isnan = "undef"
$ d_isnanl = "undef"
+$ d_fp_classify = "undef"
$ ENDIF
$!
$! Now some that we build up
$ WC "d_flockproto='undef'"
$ WC "d_fork='undef'"
$ WC "d_fp_class='undef'"
+$ WC "d_fp_classify='" + d_fp_classify + "'"
$ WC "d_fp_classify='undef'"
$ WC "d_fp_classl='undef'"
$ WC "d_fpathconf='" + d_fpathconf + "'"
* for the future.) */
/* 2 hexdigits for each byte. */
- need += ((1028 - NVSIZE * 8) / 8) * 2;
+ need += (1028/8 - DOUBLESIZE + 1) * 2;
#endif
#ifdef USE_LOCALE_NUMERIC
STORE_LC_NUMERIC_SET_TO_NEEDED();