diff options
author | Fred Drake <fdrake@acm.org> | 1999-12-13 16:23:35 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-12-13 16:23:35 +0000 |
commit | 35a092fece45e9fbff725e932437fe3e848c5d95 (patch) | |
tree | 80e23a7bd52bfb53520283bbe3c1e06b26f6c5e6 /configure.in | |
parent | 60429e055ef92d63347018d239c717d7cc65d174 (diff) | |
download | cpython-git-35a092fece45e9fbff725e932437fe3e848c5d95.tar.gz |
Added detection for getgroups(), fpathconf(), pathconf(),
confstr(), and sysconf().
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 8ba972a948..10785bc7af 100644 --- a/configure.in +++ b/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) |