summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-12-14 20:48:17 +0000
committerFred Drake <fdrake@acm.org>1999-12-14 20:48:17 +0000
commit3bb3e5773b74ef50cf00053a2b3f638c65c0ed23 (patch)
treeab2df1deb913042ceaaf974bf5405330148ddc88 /configure.in
parentb1b78d85d389c55ba4fb59b581e881c3eac2f03e (diff)
downloadcpython-git-3bb3e5773b74ef50cf00053a2b3f638c65c0ed23.tar.gz
Added detection of getlogin() and getlogin_r().
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 10785bc7af..7c40787a81 100644
--- a/configure.in
+++ b/configure.in
@@ -681,7 +681,8 @@ LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
# checks for library functions
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 \
+ getgroups getlogin getlogin_r 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 \