From 892b108d78f6c2ed6a4d33c764613c45976d94fd Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 20 Sep 2001 13:38:22 +0000 Subject: 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 --- wince/config.ce | 2 -- wince/config.h | 12 ------------ wince/config_H.ce | 12 ------------ 3 files changed, 26 deletions(-) (limited to 'wince') diff --git a/wince/config.ce b/wince/config.ce index 1b83048f72..57b3ca6bb4 100644 --- a/wince/config.ce +++ b/wince/config.ce @@ -192,7 +192,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' @@ -444,7 +443,6 @@ i_fp='undef' i_fp_class='undef' i_gdbm='undef' i_grp='undef' -i_iconv='undef' i_ieeefp='undef' i_inttypes='undef' i_limits='define' diff --git a/wince/config.h b/wince/config.h index 356f77b777..dbb40198f4 100644 --- a/wince/config.h +++ b/wince/config.h @@ -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 needs to be included, but sometimes @@ -2415,12 +2409,6 @@ /*#define I_GRP /**/ /*#define GRPASSWD /**/ -/* I_ICONV: - * This symbol, if defined, indicates that exists and - * should be included. - */ -/*#define I_ICONV /**/ - /* I_IEEEFP: * This symbol, if defined, indicates that exists and * should be included. diff --git a/wince/config_H.ce b/wince/config_H.ce index e39045ff11..622ccda788 100644 --- a/wince/config_H.ce +++ b/wince/config_H.ce @@ -1609,12 +1609,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 needs to be included, but sometimes @@ -2268,12 +2262,6 @@ /*#define I_GRP /**/ /*#define GRPASSWD /**/ -/* I_ICONV: - * This symbol, if defined, indicates that exists and - * should be included. - */ -/*#define I_ICONV /**/ - /* I_IEEEFP: * This symbol, if defined, indicates that exists and * should be included. -- cgit v1.2.1