diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-20 13:38:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-20 13:38:22 +0000 |
commit | e61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1 (patch) | |
tree | cc834ac35134d402d3406af67c98fc3c1783bca7 /uconfig.sh | |
parent | 2d84a16a79dbb993063e4052e2e5e7a2dca5effc (diff) | |
download | perl-e61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1.tar.gz |
Remove iconv references since we are not using it
and not going to; regen perltoc, perlmodlib.
(Some references still linger in perltoc, have to figure
out where they are coming from.)
p4raw-id: //depot/perl@12095
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uconfig.sh b/uconfig.sh index 4e30aedb9e..634f3e7050 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -147,7 +147,6 @@ d_gnulibc='undef' d_grpasswd='undef' d_hasmntopt='undef' d_htonl='undef' -d_iconv='undef' d_index='undef' d_inetaton='undef' d_int64_t='undef' @@ -401,7 +400,6 @@ i_fp='undef' i_fp_class='undef' i_gdbm='undef' i_grp='undef' -i_iconv='undef' i_ieeefp='undef' i_inttypes='undef' i_langinfo='undef' |