mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added detection for getgroups(), fpathconf(), pathconf(),
confstr(), and sysconf().
This commit is contained in:
parent
60429e055e
commit
35a092fece
3 changed files with 131 additions and 114 deletions
11
configure.in
11
configure.in
|
@ -679,12 +679,13 @@ DLINCLDIR=${dldir}
|
|||
LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
|
||||
|
||||
# checks for library functions
|
||||
AC_CHECK_FUNCS(alarm chown clock ctermid ctermid_r dlopen execv flock fork \
|
||||
fsync fdatasync ftime ftruncate \
|
||||
getpeername getpgrp getpid getpwent gettimeofday getwd \
|
||||
kill link lstat mkfifo mktime nice pause plock pthread_init putenv readlink \
|
||||
AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r dlopen execv \
|
||||
flock fork fsync fdatasync fpathconf ftime ftruncate \
|
||||
getgroups getpeername getpgrp getpid getpwent gettimeofday getwd \
|
||||
kill link lstat mkfifo mktime nice pathconf pause plock pthread_init \
|
||||
putenv readlink \
|
||||
select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
|
||||
sigaction siginterrupt sigrelse strftime strptime symlink \
|
||||
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
|
||||
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
||||
truncate uname waitpid)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue