diff options
Diffstat (limited to 'NetWare')
-rw-r--r-- | NetWare/config.wc | 2 | ||||
-rw-r--r-- | NetWare/config_H.wc | 12 |
2 files changed, 0 insertions, 14 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index ff6d3c90ee..381ae3efc1 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -194,7 +194,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' @@ -449,7 +448,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/NetWare/config_H.wc b/NetWare/config_H.wc index b0ddd9e0e4..12e9a57a24 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -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. |