mirror of
https://github.com/mirror/make.git
synced 2025-01-19 08:40:13 +08:00
entered into RCS
This commit is contained in:
parent
3bb79f5823
commit
92c245ab98
@ -54,13 +54,7 @@ pid = waitpid (-1, &status, 0);
|
|||||||
],
|
],
|
||||||
AC_DEFINE(HAVE_UNION_WAIT))
|
AC_DEFINE(HAVE_UNION_WAIT))
|
||||||
|
|
||||||
AC_COMPILE_CHECK(sys_siglist declaration in signal.h or unistd.h,
|
AC_SYS_SIGLIST_DECLARED
|
||||||
[#include <signal.h>
|
|
||||||
/* NetBSD declares sys_siglist in <unistd.h>. */
|
|
||||||
#ifdef HAVE_UNISTD_H
|
|
||||||
#include <unistd.h>
|
|
||||||
#endif], [char *msg = *(sys_siglist + 1);],
|
|
||||||
AC_DEFINE(SYS_SIGLIST_DECLARED))
|
|
||||||
|
|
||||||
# The presence of the following is not meant to imply
|
# The presence of the following is not meant to imply
|
||||||
# that make necessarily works on those systems.
|
# that make necessarily works on those systems.
|
||||||
|
Loading…
Reference in New Issue
Block a user