Lines Matching refs:utmp
426 utmp.h \
569 AC_DEFINE([DISABLE_UTMP], [1], [Define if you don't want to use utmp])
680 [Define if you don't want to use utmp])
863 conf_utmp_location=/etc/utmp
901 AC_MSG_CHECKING([for obsolete utmp and wtmp in solaris2.x])
960 conf_utmp_location=/etc/utmp
2013 dnl Checks for utmp functions
3829 OSSH_CHECK_HEADER_FOR_FIELD([ut_host], [utmp.h], [HAVE_HOST_IN_UTMP])
3832 OSSH_CHECK_HEADER_FOR_FIELD([ut_pid], [utmp.h], [HAVE_PID_IN_UTMP])
3833 OSSH_CHECK_HEADER_FOR_FIELD([ut_type], [utmp.h], [HAVE_TYPE_IN_UTMP])
3835 OSSH_CHECK_HEADER_FOR_FIELD([ut_tv], [utmp.h], [HAVE_TV_IN_UTMP])
3836 OSSH_CHECK_HEADER_FOR_FIELD([ut_id], [utmp.h], [HAVE_ID_IN_UTMP])
3838 OSSH_CHECK_HEADER_FOR_FIELD([ut_addr], [utmp.h], [HAVE_ADDR_IN_UTMP])
3840 OSSH_CHECK_HEADER_FOR_FIELD([ut_addr_v6], [utmp.h], [HAVE_ADDR_V6_IN_UTMP])
3842 OSSH_CHECK_HEADER_FOR_FIELD([ut_exit], [utmp.h], [HAVE_EXIT_IN_UTMP])
3843 OSSH_CHECK_HEADER_FOR_FIELD([ut_time], [utmp.h], [HAVE_TIME_IN_UTMP])
4770 AC_ARG_ENABLE([utmp], optenable
4771 [ --disable-utmp disable use of utmp even if detected [no]],
4853 #include <utmp.h>
4870 #include <utmp.h>
4904 dnl utmp detection
4908 #include <utmp.h>
4912 ]], [[ char *utmp = UTMP_FILE; ]])],
4919 for f in /etc/utmp /usr/adm/utmp /var/run/utmp; do
4931 [Define if you want to specify the path to your utmp file])
4938 #include <utmp.h>
4968 #include <utmp.h>
5004 #include <utmp.h>
5014 AC_CHECK_MEMBER([struct utmp.ut_line], [], [
5022 #include <utmp.h>