1# getndelim2.m4 serial 8 2dnl Copyright (C) 2003, 2006, 2008-2020 Free Software Foundation, Inc. 3dnl This file is free software; the Free Software Foundation 4dnl gives unlimited permission to copy and/or distribute it, 5dnl with or without modifications, as long as this notice is preserved. 6 7AC_DEFUN([gl_GETNDELIM2], 8[ 9 gl_PREREQ_GETNDELIM2 10 AC_CHECK_FUNCS_ONCE([flockfile]) 11 AC_CHECK_FUNCS_ONCE([funlockfile]) 12]) 13 14# Prerequisites of lib/getndelim2.h and lib/getndelim2.c. 15AC_DEFUN([gl_PREREQ_GETNDELIM2], 16[ 17 dnl Prerequisites of lib/getndelim2.h. 18 AC_REQUIRE([gt_TYPE_SSIZE_T]) 19 dnl No prerequisites of lib/getndelim2.c. 20]) 21