2N/A# sys_wait_h.m4 serial 4
2N/Adnl Copyright (C) 2008-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_SYS_WAIT_H],
2N/A[
2N/A AC_REQUIRE([gl_SYS_WAIT_H_DEFAULTS])
2N/A
2N/A dnl <sys/wait.h> is always overridden, because of GNULIB_POSIXCHECK.
2N/A gl_CHECK_NEXT_HEADERS([sys/wait.h])
2N/A])
2N/A
2N/AAC_DEFUN([gl_SYS_WAIT_MODULE_INDICATOR],
2N/A[
2N/A dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
2N/A AC_REQUIRE([gl_SYS_WAIT_H_DEFAULTS])
2N/A gl_MODULE_INDICATOR_SET_VARIABLE([$1])
2N/A])
2N/A
2N/AAC_DEFUN([gl_SYS_WAIT_H_DEFAULTS],
2N/A[
2N/A dnl Assume proper GNU behavior unless another module says otherwise.
2N/A])