Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
006a082f
Commit
006a082f
authored
May 16, 2003
by
Niels Möller
Browse files
Check for struct utmp.ut_exit.e_termination and
struct utmpx.ut_exit.e_termination. Rev: configure.ac:1.42
parent
c0b4b61b
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
006a082f
...
...
@@ -313,6 +313,7 @@ if test x$have_utmp_h = xyes; then
struct utmp.ut_session,
struct utmp.ut_pid,
struct utmp.ut_exit,
struct utmp.ut_exit.e_termination,
struct utmp.ut_addr,
struct utmp.ut_addr_v6],,,
[# if HAVE_UTMP_H
...
...
@@ -333,6 +334,7 @@ if test x$have_utmpx_h = xyes; then
struct utmpx.ut_session,
struct utmpx.ut_pid,
struct utmpx.ut_exit,
struct utmpx.ut_exit.e_termination,
struct utmpx.ut_addr,
struct utmpx.ut_addr_v6],,,
[# if HAVE_UTMPX_H
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment