vasnprintf, u*-asnprintf tests: Add test of huge %ls arguments.
[gnulib.git] / m4 / posixcheck.m4
blob428195e1ba98ecac1838988ba9ed8fcb2d57b7d7
1 # posixcheck.m4
2 # serial 1
3 dnl Copyright (C) 2018-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_POSIXCHECK],
10   AH_VERBATIM([POSIXCHECK],
11     [/* Define to enable warnings for determining which Gnulib modules to use, for
12    portability of POSIX functions.  This does not work well in C++ mode.  */
13 #ifndef __cplusplus
14 # define GNULIB_POSIXCHECK 1
15 #endif