diff options
Diffstat (limited to 'iconv/gconv_conf.c')
-rw-r--r-- | iconv/gconv_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 7765efb6d5..252096b9f9 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -400,7 +400,7 @@ __gconv_read_conf (void) { #ifndef MAXPATHLEN /* We define a reasonable limit. */ -# define 4096 +# define MAXPATHLEN 4096 #endif char real_elem[MAXPATHLEN]; |