struct utmp.ut_xtime,
struct utmp.ut_tv],,,[[#include <utmp.h>]])
-AC_CHECK_MEMBERS([struct utmpx.ut_name,
- struct utmpx.ut_host,
- struct utmpx.ut_syslen,
- struct utmpx.ut_addr,
- struct utmpx.ut_addr_v6,
- struct utmpx.ut_time,
- struct utmpx.ut_xtime],,,[[#include <utmpx.h>]])
-
if test "$ac_cv_header_lastlog_h" = "yes"; then
AC_CACHE_CHECK(for ll_host in struct lastlog,
ac_cv_struct_lastlog_ll_host,
- vipw: check password files for errors after editing
- add "maximum time users allowed to stay logged in" limit option to logoutd
- handle quotes in /etc/environment like the shell does (but sshd doesn't...)
-- better utmpx support (logoutd, ...)
- better OPIE support (report number of logins left, etc.)
- new option for /etc/suauth: don't load user's environment (force "su -")
suggested by Ulisses Alonso Camaro
#endif
/* Maximum length of usernames */
-#include <utmpx.h>
-#define USER_NAME_MAX_LENGTH (sizeof (((struct utmpx *)NULL)->ut_user))
+#include <utmp.h>
+#define USER_NAME_MAX_LENGTH (sizeof (((struct utmp *)NULL)->ut_user))
/* Maximum length of passwd entry */
#define PASSWD_ENTRY_MAX_LENGTH 32768