|
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 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 \ |