file-has-acl-tests: omit string.h include
[gnulib.git] / m4 / wcsncpy.m4
blob60e3dbf994a296722e41c0c57724da65e199dffd
1 # wcsncpy.m4
2 # serial 2
3 dnl Copyright (C) 2011-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_WCSNCPY],
10   AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
11   AC_CHECK_FUNCS_ONCE([wcsncpy])
12   if test $ac_cv_func_wcsncpy = no; then
13     HAVE_WCSNCPY=0
14   fi