doc: Remove references to POSIX 202x.
[gnulib.git] / m4 / mbslen.m4
blob429317c8c02d06444ee65ed491b76f38d2401425
1 # mbslen.m4
2 # serial 3
3 dnl Copyright (C) 2010-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_FUNC_MBSLEN],
10   AC_REQUIRE([gl_STRING_H_DEFAULTS])
11   AC_CHECK_FUNCS_ONCE([mbslen])
12   if test $ac_cv_func_mbslen = yes; then
13     HAVE_MBSLEN=1
14   else
15     HAVE_MBSLEN=0
16   fi