Kaydet (Commit) 3bb3e577 authored tarafından Fred Drake's avatar Fred Drake

Added detection of getlogin() and getlogin_r().

üst b1b78d85
......@@ -272,6 +272,12 @@
/* Define if you have the getgroups function. */
#undef HAVE_GETGROUPS
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
/* Define if you have the getlogin_r function. */
#undef HAVE_GETLOGIN_R
/* Define if you have the getpgrp function. */
#undef HAVE_GETPGRP
......
This diff is collapsed.
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment