* m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
[gnulib.git] / m4 / signal_h.m4
1 # signal_h.m4 serial 3
2 dnl Copyright (C) 2007 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 AC_DEFUN([gl_SIGNAL_H],
8 [
9   AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
10   gl_CHECK_NEXT_HEADERS([signal.h])
11 ])
12
13 AC_DEFUN([gl_SIGNAL_MODULE_INDICATOR],
14 [
15   dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
16   AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
17   GNULIB_[]m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./-],[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])=1
18 ])
19
20 AC_DEFUN([gl_SIGNAL_H_DEFAULTS],
21 [
22   GNULIB_SIGPROCMASK=0;        AC_SUBST([GNULIB_SIGPROCMASK])
23   dnl Assume proper GNU behavior unless another module says otherwise.
24   HAVE_POSIX_SIGNALBLOCKING=1; AC_SUBST([HAVE_POSIX_SIGNALBLOCKING])
25   HAVE_SIGSET_T=1;             AC_SUBST([HAVE_SIGSET_T])
26 ])