Skip to content
Snippets Groups Projects
Commit 340d8dfa authored by Niels Möller's avatar Niels Möller
Browse files

Check for ut_exit.__e_termination and

ut_exit.ut_termination in struct utmp and struct utmpx.

Rev: configure.ac:1.51
parent 35e4d42a
Branches
Tags
No related merge requests found
...@@ -318,6 +318,8 @@ if test x$have_utmp_h = xyes; then ...@@ -318,6 +318,8 @@ if test x$have_utmp_h = xyes; then
struct utmp.ut_pid, struct utmp.ut_pid,
struct utmp.ut_exit, struct utmp.ut_exit,
struct utmp.ut_exit.e_termination, struct utmp.ut_exit.e_termination,
struct utmp.ut_exit.__e_termination,
struct utmp.ut_exit.ut_termination,
struct utmp.ut_addr, struct utmp.ut_addr,
struct utmp.ut_addr_v6],,, struct utmp.ut_addr_v6],,,
[# if HAVE_UTMP_H [# if HAVE_UTMP_H
...@@ -339,6 +341,8 @@ if test x$have_utmpx_h = xyes; then ...@@ -339,6 +341,8 @@ if test x$have_utmpx_h = xyes; then
struct utmpx.ut_pid, struct utmpx.ut_pid,
struct utmpx.ut_exit, struct utmpx.ut_exit,
struct utmpx.ut_exit.e_termination, struct utmpx.ut_exit.e_termination,
struct utmpx.ut_exit.__e_termination,
struct utmpx.ut_exit.ut_termination,
struct utmpx.ut_addr, struct utmpx.ut_addr,
struct utmpx.ut_addr_v6],,, struct utmpx.ut_addr_v6],,,
[# if HAVE_UTMPX_H [# if HAVE_UTMPX_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment