--- libptytty/ptytty.m4 2006/01/23 10:42:04 1.5 +++ libptytty/ptytty.m4 2007/05/07 13:46:06 1.9 @@ -17,6 +17,10 @@ getpt \ posix_openpt \ isastream \ + setuid \ + seteuid \ + setreuid \ + setresuid \ ) have_clone=no @@ -210,6 +214,7 @@ dnl# find utmp AC_CACHE_CHECK(where utmp is located, path_utmp, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #include #include #include @@ -246,6 +251,7 @@ dnl# a day newer, then dump the utmpx. People leave lots of junk around. AC_CACHE_CHECK(where utmpx is located, path_utmpx, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #include #include #include @@ -291,6 +297,7 @@ dnl# find wtmp AC_CACHE_CHECK(where wtmp is located, path_wtmp, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #include #ifdef HAVE_UTMP_H #include @@ -327,6 +334,7 @@ dnl# find wtmpx AC_CACHE_CHECK(where wtmpx is located, path_wtmpx, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #ifdef HAVE_UTMPX_H #include #endif @@ -362,6 +370,7 @@ dnl# find lastlog AC_CACHE_CHECK(where lastlog is located, path_lastlog, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #include #ifdef HAVE_UTMPX_H #include @@ -405,6 +414,7 @@ dnl# find lastlogx AC_CACHE_CHECK(where lastlogx is located, path_lastlogx, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #ifdef HAVE_UTMPX_H #include #endif @@ -434,26 +444,13 @@ if test x$path_lastlogx != x; then AC_DEFINE_UNQUOTED(LASTLOGX_FILE, "$path_lastlogx", Define location of lastlogx) fi - -if test x$support_utmp != xyes; then - echo " utmp support: disabled" - echo -else - echo " utmp support: enabled - utmp file: $path_utmp - utmpx file: $path_utmpx - wtmp file: $path_wtmp - wtmpx file: $path_wtmpx - lastlog file: $path_lastlog - lastlogx file: $path_lastlogx" -fi ]) AC_DEFUN([SCM_RIGHTS_CHECK], [ AC_CACHE_CHECK(for unix-compliant filehandle passing ability, can_pass_fds, [AC_TRY_LINK([ -#include // broken bsds (is that redundant) need this +#include // broken bsds (is that redundant?) need this #include #include #include