diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-22 20:17:55 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-22 20:17:55 +0000 |
| commit | 0009715f34b886fbb9f3347a6f9e80429aacb69b (patch) | |
| tree | 1cc01f9e90df021eea1ca7138988183ae9a7f4a7 /gnu | |
| parent | 90ea1c8c7be3c3d2311dae5ca3d927ebace44d04 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/grep/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/config.h b/gnu/usr.bin/grep/config.h index 6f7794e485f1..5f00fb6097ea 100644 --- a/gnu/usr.bin/grep/config.h +++ b/gnu/usr.bin/grep/config.h @@ -98,7 +98,7 @@ #define HAVE_GETUID 1 /* Define if you have the iconv() function. */ -/* #undef HAVE_ICONV */ +#define HAVE_ICONV 1 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and declares uintmax_t. */ @@ -260,7 +260,7 @@ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define as const if the declaration of iconv() needs const. */ -/* #undef ICONV_CONST */ +#define ICONV_CONST /* Name of package */ #define PACKAGE "grep" |
