|
14 | 14 | */ |
15 | 15 | #cmakedefine01 HAVE_DECL_P_UID |
16 | 16 |
|
| 17 | +/* Define to 1 if you have the declaration of 'SYS_pidfd_open', and to 0 if |
| 18 | + you don't. */ |
| 19 | +#cmakedefine01 HAVE_DECL_SYS_PIDFD_OPEN 1 |
| 20 | + |
| 21 | +/* Define to 1 if you have the declaration of 'SYS_waitid', and to 0 if you |
| 22 | + don't. */ |
| 23 | +#cmakedefine01 HAVE_DECL_SYS_WAITID 1 |
| 24 | + |
17 | 25 | /* Define to 1 if you have the declaration of 'WCONTINUED', and to 0 if you |
18 | 26 | don't. */ |
19 | 27 | #cmakedefine01 HAVE_DECL_WCONTINUED |
|
39 | 47 | /* Define to 1 if you have the 'getpriority' function. */ |
40 | 48 | #cmakedefine HAVE_GETPRIORITY 1 |
41 | 49 |
|
42 | | -/* Define to 1 if you have the 'pidfd_open' function. */ |
43 | | -#cmakedefine HAVE_PIDFD_OPEN 1 |
44 | | - |
45 | 50 | /* Define to 1 if you have the 'pset_bind' function. */ |
46 | 51 | #cmakedefine HAVE_PSET_BIND 1 |
47 | 52 |
|
|
66 | 71 | /* Define to 1 if you have the 'sigwaitinfo' function. */ |
67 | 72 | #cmakedefine HAVE_SIGWAITINFO 1 |
68 | 73 |
|
| 74 | +/* Define to 1 if you have the 'syscall' function. */ |
| 75 | +#cmakedefine HAVE_SYSCALL |
| 76 | + |
69 | 77 | /* Define to 1 if you have the 'unshare' function. */ |
70 | 78 | #cmakedefine HAVE_UNSHARE 1 |
71 | 79 |
|
|
75 | 83 | /* Define to 1 if you have the 'wait4' function. */ |
76 | 84 | #cmakedefine HAVE_WAIT4 1 |
77 | 85 |
|
| 86 | +/* Define to 1 if you have the 'wait6' function. */ |
| 87 | +#cmakedefine HAVE_WAIT6 1 |
| 88 | + |
78 | 89 | /* Define to 1 if you have the 'waitid' function. */ |
79 | 90 | #cmakedefine HAVE_WAITID 1 |
80 | 91 |
|
|
0 commit comments