From: Sascha Wildner Date: Wed, 20 Aug 2014 18:45:30 +0000 (+0200) Subject: csh(1): Use iconv(). X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/commitdiff_plain/1b61184e60fcbb6909ad09eb9fe1629c1d2c6576 csh(1): Use iconv(). Dragonfly-bug: Reported-by: s4 --- diff --git a/bin/csh/config.h b/bin/csh/config.h index b8045777c2..4a73fab396 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -59,7 +59,7 @@ #define HAVE_GETUTXENT 1 /* Define if you have the iconv() function and it works. */ -/* #undef HAVE_ICONV */ +#define HAVE_ICONV 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 @@ -197,7 +197,7 @@ #define HAVE_WCWIDTH 1 /* Define as const if the declaration of iconv() needs const. */ -/* #undef ICONV_CONST */ +#define ICONV_CONST const /* Support NLS. */ #define NLS 1