From 63e1d11905326c9e1ba8843311b65ecf2f885a62 Mon Sep 17 00:00:00 2001 From: drepper Date: Tue, 7 Apr 1998 10:32:33 +0000 Subject: [PATCH] (MAXPATHLEN): Define correctly. --- iconv/gconv_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.11.0