From 2bd020439ad63aa78333cf0e66f6b8ca0b63685c Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sat, 12 Apr 2003 18:07:06 +0000 Subject: configure.in: Check for wchar.h, mbstowcs, and wcswidth. * configure.in: Check for wchar.h, mbstowcs, and wcswidth. * configure, config.in: Regenerate. * intl.c (gcc_gettext_width): New function. * intl.h: Prototype it. cp: * call.c (print_z_candidates): Use gcc_gettext_width, not strlen, to determine how much padding to use. From-SVN: r65517 --- gcc/config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gcc/config.in') diff --git a/gcc/config.in b/gcc/config.in index 1f190e2..ba0366f 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -162,6 +162,9 @@ /* Define if you have the lstat function. */ #undef HAVE_LSTAT +/* Define if you have the mbstowcs function. */ +#undef HAVE_MBSTOWCS + /* Define if you have the mempcpy function. */ #undef HAVE_MEMPCPY @@ -216,6 +219,9 @@ /* Define if you have the tsearch function. */ #undef HAVE_TSEARCH +/* Define if you have the wcswidth function. */ +#undef HAVE_WCSWIDTH + /* Define if you have the header file. */ #undef HAVE_ARGZ_H @@ -279,6 +285,9 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the header file. */ +#undef HAVE_WCHAR_H + /* Define to enable the use of a default linker. */ #undef DEFAULT_LINKER -- cgit v1.1