doc: Remove references to POSIX 202x.
[gnulib.git] / m4 / strpbrk.m4
blobd913a74bb1adfe6f025436e109a457e3d004ab8c
1 # strpbrk.m4
2 # serial 7
3 dnl Copyright (C) 2002-2003, 2007, 2009-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_STRPBRK],
10   AC_REQUIRE([gl_STRING_H_DEFAULTS])
11   AC_CHECK_FUNCS([strpbrk])
12   if test $ac_cv_func_strpbrk = no; then
13     HAVE_STRPBRK=0
14   fi
17 # Prerequisites of lib/strpbrk.c.
18 AC_DEFUN([gl_PREREQ_STRPBRK], [:])