]> granicus.if.org Git - file/commitdiff
Regen.
authorChristos Zoulas <christos@zoulas.com>
Wed, 7 Apr 2004 14:30:01 +0000 (14:30 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 7 Apr 2004 14:30:01 +0000 (14:30 +0000)
config.h.in
configure

index b979d4ec158fcd1e0ded58d1f74de8bc26f5fe62..755f43f5178b21b1b1ce2425d42dd1d202d25824 100644 (file)
@@ -78,6 +78,9 @@
 /* Define to 1 if you have the <locale.h> 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 <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
 /* Define to 1 if you have the <wchar.h> 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 <mkdev.h>.
    */
 #undef MAJOR_IN_MKDEV
index 794c20165e811b9394a4256c35e16a6d80339a82..9c138e0a3bbd4bdfd736e5c6d082322377d9e190 100755 (executable)
--- 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