From: Christos Zoulas Date: Wed, 7 Apr 2004 14:30:01 +0000 (+0000) Subject: Regen. X-Git-Tag: FILE5_05~870 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1b194a0aa9f478c8c47aa030fc6e6e926f77f5a;p=file Regen. --- diff --git a/config.h.in b/config.h.in index b979d4ec..755f43f5 100644 --- a/config.h.in +++ b/config.h.in @@ -78,6 +78,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H +/* Define to 1 if you have the `mbrtowc' function. */ +#undef HAVE_MBRTOWC + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -148,6 +151,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_WCHAR_H +/* Define to 1 if you have the `wcwidth' function. */ +#undef HAVE_WCWIDTH + /* Define to 1 if `major', `minor', and `makedev' are declared in . */ #undef MAJOR_IN_MKDEV diff --git a/configure b/configure index 794c2016..9c138e0a 100755 --- a/configure +++ b/configure @@ -7811,7 +7811,9 @@ _ACEOF -for ac_func in mmap strerror strtoul mkstemp getopt_long utimes utime + + +for ac_func in mmap strerror strtoul mbrtowc mkstemp getopt_long utimes utime wcwidth do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5