Check for constants used by waitid function
* configure.ac (AC_CHECK_DECLS): Add P_* constants.
This commit is contained in:
parent
baf60d92f1
commit
d8ad1ddc76
12
configure.ac
12
configure.ac
@ -292,6 +292,18 @@ AC_CHECK_DECLS(m4_normalize([
|
||||
PTRACE_SETOPTIONS
|
||||
]),,, [#include <sys/ptrace.h>])
|
||||
|
||||
AC_CHECK_DECLS(m4_normalize([
|
||||
P_PID,
|
||||
P_PPID,
|
||||
P_PGID,
|
||||
P_SID,
|
||||
P_CID,
|
||||
P_UID,
|
||||
P_GID,
|
||||
P_ALL,
|
||||
P_LWPID
|
||||
]),,, [#include <sys/wait.h>])
|
||||
|
||||
AC_CHECK_DECLS(m4_normalize([
|
||||
LO_FLAGS_READ_ONLY,
|
||||
LO_FLAGS_AUTOCLEAR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user