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