# Built in tests of autoconf

# Check the builtins
AC_DEFUN([OE_CHECK_BUILTIN],
[
AC_REQUIRE_CPP
AC_PROG_CC
AC_LANG_C

AC_FUNC_FNMATCH
AC_FUNC_MALLOC
AC_FUNC_GETPGRP
AC_FUNC_LSTAT
AC_FUNC_MMAP
AC_FUNC_MEMCMP
AC_FUNC_REALLOC
AC_FUNC_SETPGRP
AC_FUNC_SETVBUF_REVERSED
])