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 /config_h.SH | |
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 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 9d3ec3d4e5..d452aa9fa1 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3028,6 +3028,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_getfsstat HAS_GETFSSTAT /**/ +/* I_IEEEFP: + * This symbol, if defined, indicates that <ieeefp.h> exists and + * should be included. + */ +#$i_ieeefp I_IEEEFP /**/ + /* HAS_LSEEK_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the lseek() function. Otherwise, it is up |