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 /epoc | |
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 'epoc')
-rw-r--r-- | epoc/config.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 7e913d6516..71316834c8 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -191,6 +191,7 @@ d_gnulibc='undef' d_grpasswd='undef' d_hasmntopt='undef' d_htonl='define' +d_iconv='undef' d_index='undef' d_inetaton='define' d_int64t='undef' @@ -415,6 +416,8 @@ i_fcntl='define' i_float='undef' i_gdbm='undef' i_grp='undef' +i_iconv='undef' +i_ieeefp='undef' i_inttypes='undef' i_limits='define' i_locale='undef' @@ -778,7 +781,5 @@ d_strtouq='undef' d_nv_preserves_uv='define' use5005threads='undef' useithreads='undef' -d_iconv='undef' -i_iconv='undef' inc_version_list=' ' inc_version_list_init='0' |