rawmemchr.m4 revision 2
0N/A# rawmemchr.m4 serial 1
0N/Adnl Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
0N/Adnl This file is free software; the Free Software Foundation
0N/Adnl gives unlimited permission to copy and/or distribute it,
0N/Adnl with or without modifications, as long as this notice is preserved.
0N/A
0N/AAC_DEFUN([gl_FUNC_RAWMEMCHR],
0N/A[
0N/A dnl Persuade glibc <string.h> to declare rawmemchr().
0N/A AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
0N/A
0N/A AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
0N/A AC_REPLACE_FUNCS([rawmemchr])
0N/A if test $ac_cv_func_rawmemchr = no; then
0N/A HAVE_RAWMEMCHR=0
0N/A gl_PREREQ_RAWMEMCHR
0N/A fi
0N/A])
0N/A
0N/A# Prerequisites of lib/strchrnul.c.
0N/AAC_DEFUN([gl_PREREQ_RAWMEMCHR], [:])
0N/A