(jm_CHECK_DECLS): Add getutent to the list of functions.
(_jm_DECL_HEADERS): Add utmpx.h.
-#serial 9
+#serial 10
dnl This is just a wrapper function to encapsulate this kludge.
dnl Putting it in a separate file like this helps share it between
# include <time.h>
# endif
#endif
+
+#if !HAVE_UTMPX_H
+# include <utmp.h>
+#endif
'
AC_CHECK_DECLS((
getenv,
geteuid,
getlogin,
+ getutent
lseek,
malloc,
memchr,
AC_DEFUN(_jm_DECL_HEADERS,
[
AC_REQUIRE([AC_HEADER_STDC])
- AC_CHECK_HEADERS(memory.h string.h strings.h stdlib.h unistd.h sys/time.h)
+ AC_CHECK_HEADERS(memory.h string.h strings.h stdlib.h unistd.h sys/time.h
+ utmpx.h)
])