mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 14:56:06 +00:00
Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.
This commit is contained in:
parent
8ed6e13cfe
commit
dc44a79020
1 changed files with 6 additions and 0 deletions
|
@ -3,3 +3,9 @@
|
||||||
|
|
||||||
/* Define this if the SCCS `get' command understands the `-G<file>' option. */
|
/* Define this if the SCCS `get' command understands the `-G<file>' option. */
|
||||||
#undef SCCS_GET_MINUS_G
|
#undef SCCS_GET_MINUS_G
|
||||||
|
|
||||||
|
/* Define this if the C library defines the variable `sys_siglist'. */
|
||||||
|
#undef HAVE_SYS_SIGLIST
|
||||||
|
|
||||||
|
/* Define this if the C library defines the variable `_sys_siglist'. */
|
||||||
|
#undef HAVE__SYS_SIGLIST
|
||||||
|
|
Loading…
Reference in a new issue