|
Lines 836-841
main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
Link Here
|
| 836 |
dnl Target SUSv3/POSIX.1-2001 plus BSD specifics. |
836 |
dnl Target SUSv3/POSIX.1-2001 plus BSD specifics. |
| 837 |
dnl _DEFAULT_SOURCE is the new name for _BSD_SOURCE |
837 |
dnl _DEFAULT_SOURCE is the new name for _BSD_SOURCE |
| 838 |
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE" |
838 |
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE" |
|
|
839 |
AC_DEFINE([BROKEN_CLOSEFROM], [1], [broken in chroots on older kernels]) |
| 839 |
AC_DEFINE([PAM_TTY_KLUDGE], [1], |
840 |
AC_DEFINE([PAM_TTY_KLUDGE], [1], |
| 840 |
[Work around problematic Linux PAM modules handling of PAM_TTY]) |
841 |
[Work around problematic Linux PAM modules handling of PAM_TTY]) |
| 841 |
AC_DEFINE([LOCKED_PASSWD_PREFIX], ["!"], |
842 |
AC_DEFINE([LOCKED_PASSWD_PREFIX], ["!"], |
|
Lines 871-878
main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
Link Here
|
| 871 |
# include <sys/types.h> |
872 |
# include <sys/types.h> |
| 872 |
#endif |
873 |
#endif |
| 873 |
]) |
874 |
]) |
| 874 |
AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [], |
875 |
AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h \ |
| 875 |
[], [#include <linux/types.h>]) |
876 |
linux/close_range.h], [], [], [#include <linux/types.h>]) |
| 876 |
# Obtain MIPS ABI |
877 |
# Obtain MIPS ABI |
| 877 |
case "$host" in |
878 |
case "$host" in |
| 878 |
mips*) |
879 |
mips*) |
|
Lines 1817-1822
AC_CHECK_FUNCS([ \
Link Here
|
| 1817 |
cap_rights_limit \ |
1818 |
cap_rights_limit \ |
| 1818 |
clock \ |
1819 |
clock \ |
| 1819 |
closefrom \ |
1820 |
closefrom \ |
|
|
1821 |
close_range \ |
| 1820 |
dirfd \ |
1822 |
dirfd \ |
| 1821 |
endgrent \ |
1823 |
endgrent \ |
| 1822 |
err \ |
1824 |
err \ |