1 # mbsnrtowcs.m4 serial 4
2 dnl Copyright (C) 2008, 2010-2018 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
7 AC_DEFUN([gl_FUNC_MBSNRTOWCS],
9 AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
11 dnl Persuade glibc <wchar.h> to declare mbsnrtowcs().
12 AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
14 AC_REQUIRE([AC_TYPE_MBSTATE_T])
17 AC_CHECK_FUNCS_ONCE([mbsnrtowcs])
18 if test $ac_cv_func_mbsnrtowcs = no; then
21 if test $REPLACE_MBSTATE_T = 1; then
27 # Prerequisites of lib/mbsnrtowcs.c.
28 AC_DEFUN([gl_PREREQ_MBSNRTOWCS], [