diff options
Diffstat (limited to 'sessreg/config.h.in')
-rw-r--r-- | sessreg/config.h.in | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/sessreg/config.h.in b/sessreg/config.h.in index 36fb205..6bcfa0a 100644 --- a/sessreg/config.h.in +++ b/sessreg/config.h.in @@ -9,6 +9,12 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `pututline' function. */ +#undef HAVE_PUTUTLINE + +/* Define to 1 if you have the <pwd.h> header file. */ +#undef HAVE_PWD_H + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -21,6 +27,24 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if the system has the type `struct lastlog'. */ +#undef HAVE_STRUCT_LASTLOG + +/* Define to 1 if `ut_syslen' is a member of `struct utmpx'. */ +#undef HAVE_STRUCT_UTMPX_UT_SYSLEN + +/* Define to 1 if `ut_host' is a member of `struct utmp'. */ +#undef HAVE_STRUCT_UTMP_UT_HOST + +/* Define to 1 if `ut_id' is a member of `struct utmp'. */ +#undef HAVE_STRUCT_UTMP_UT_ID + +/* Define to 1 if `ut_pid' is a member of `struct utmp'. */ +#undef HAVE_STRUCT_UTMP_UT_PID + +/* Define to 1 if `ut_type' is a member of `struct utmp'. */ +#undef HAVE_STRUCT_UTMP_UT_TYPE + /* Define to 1 if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H @@ -42,9 +66,6 @@ /* Define to 1 if you have the <utmpx.h> header file. */ #undef HAVE_UTMPX_H -/* utmpx structure includes ut_syslen field */ -#undef HAVE_UTMPX_UT_SYSLEN - /* Define to 1 if you have the <utmp.h> header file. */ #undef HAVE_UTMP_H |