summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-20 13:38:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-20 13:38:22 +0000
commite61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1 (patch)
treecc834ac35134d402d3406af67c98fc3c1783bca7 /win32
parent2d84a16a79dbb993063e4052e2e5e7a2dca5effc (diff)
downloadperl-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 'win32')
-rw-r--r--win32/config.bc2
-rw-r--r--win32/config.gc2
-rw-r--r--win32/config.vc2
-rw-r--r--win32/config_H.bc12
-rw-r--r--win32/config_H.gc12
-rw-r--r--win32/config_H.vc12
6 files changed, 0 insertions, 42 deletions
diff --git a/win32/config.bc b/win32/config.bc
index fd795a05b6..8d5c2afe97 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -200,7 +200,6 @@ d_gnulibc='undef'
d_grpasswd='undef'
d_hasmntopt='undef'
d_htonl='define'
-d_iconv='undef'
d_index='undef'
d_inetaton='undef'
d_int64_t='undef'
@@ -476,7 +475,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'
diff --git a/win32/config.gc b/win32/config.gc
index 1cd02b2c50..58645c24c3 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -200,7 +200,6 @@ d_gnulibc='undef'
d_grpasswd='undef'
d_hasmntopt='undef'
d_htonl='define'
-d_iconv='undef'
d_index='undef'
d_inetaton='undef'
d_int64_t='undef'
@@ -476,7 +475,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'
diff --git a/win32/config.vc b/win32/config.vc
index d946051b06..8e27c859cb 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -200,7 +200,6 @@ d_gnulibc='undef'
d_grpasswd='undef'
d_hasmntopt='undef'
d_htonl='define'
-d_iconv='undef'
d_index='undef'
d_inetaton='undef'
d_int64_t='undef'
@@ -476,7 +475,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'
diff --git a/win32/config_H.bc b/win32/config_H.bc
index b35e4ac00a..7b583d6945 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -1615,12 +1615,6 @@
#define HAS_NTOHL /**/
#define HAS_NTOHS /**/
-/* HAS_ICONV:
- * This symbol, if defined, indicates that the iconv routine is
- * available to do character set conversions.
- */
-/*#define HAS_ICONV /**/
-
/* HAS_INT64_T:
* This symbol will defined if the C compiler supports int64_t.
* Usually the <inttypes.h> needs to be included, but sometimes
@@ -2415,12 +2409,6 @@
/*#define I_GRP /**/
/*#define GRPASSWD /**/
-/* I_ICONV:
- * This symbol, if defined, indicates that <iconv.h> exists and
- * should be included.
- */
-/*#define I_ICONV /**/
-
/* I_IEEEFP:
* This symbol, if defined, indicates that <ieeefp.h> exists and
* should be included.
diff --git a/win32/config_H.gc b/win32/config_H.gc
index f06db24076..061acfce71 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -1615,12 +1615,6 @@
#define HAS_NTOHL /**/
#define HAS_NTOHS /**/
-/* HAS_ICONV:
- * This symbol, if defined, indicates that the iconv routine is
- * available to do character set conversions.
- */
-/*#define HAS_ICONV /**/
-
/* HAS_INT64_T:
* This symbol will defined if the C compiler supports int64_t.
* Usually the <inttypes.h> needs to be included, but sometimes
@@ -2415,12 +2409,6 @@
/*#define I_GRP /**/
/*#define GRPASSWD /**/
-/* I_ICONV:
- * This symbol, if defined, indicates that <iconv.h> exists and
- * should be included.
- */
-/*#define I_ICONV /**/
-
/* I_IEEEFP:
* This symbol, if defined, indicates that <ieeefp.h> exists and
* should be included.
diff --git a/win32/config_H.vc b/win32/config_H.vc
index deab1204bb..9eb865ad0a 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -1615,12 +1615,6 @@
#define HAS_NTOHL /**/
#define HAS_NTOHS /**/
-/* HAS_ICONV:
- * This symbol, if defined, indicates that the iconv routine is
- * available to do character set conversions.
- */
-/*#define HAS_ICONV /**/
-
/* HAS_INT64_T:
* This symbol will defined if the C compiler supports int64_t.
* Usually the <inttypes.h> needs to be included, but sometimes
@@ -2415,12 +2409,6 @@
/*#define I_GRP /**/
/*#define GRPASSWD /**/
-/* I_ICONV:
- * This symbol, if defined, indicates that <iconv.h> exists and
- * should be included.
- */
-/*#define I_ICONV /**/
-
/* I_IEEEFP:
* This symbol, if defined, indicates that <ieeefp.h> exists and
* should be included.