diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-03 15:09:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-03 15:09:03 +0000 |
commit | 792d8dab7fdc7425b9c319731346e511d492fcad (patch) | |
tree | 1fb5931653caeaf905ada981e7167d6399ab18a6 /perl.h | |
parent | c631d80af56f85756c1c42a46ff75478e8a18324 (diff) | |
download | perl-792d8dab7fdc7425b9c319731346e511d492fcad.tar.gz |
Introduce i_ieefp because FreeBSD on ix86 needs that
for ftpsetmask(0); regen Configure.
p4raw-id: //depot/cfgperl@5484
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1135,6 +1135,9 @@ typedef UVTYPE UV; typedef NVTYPE NV; +#ifdef I_IEEEFP +# include <ieeefp.h> +#endif #ifdef USE_LONG_DOUBLE # ifdef I_SUNMATH |