summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-28 10:41:12 +1100
committerDamien Miller <djm@mindrot.org>1999-12-28 10:41:12 +1100
commit4ff2b9bf429f40cb4d8119108cd7c4aa76c081ee (patch)
tree1d5585780b56b4296c8dfa43caf69fa0a1b96523 /acconfig.h
parent13bc0be2b65b65ab7ac020bbd0a772ed3abe1738 (diff)
- NetBSD login.c compile fix from David Rankin
<drankin@bohemians.lexington.ky.us> - Fully set ut_tv if present in utmp or utmpx
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 15de34575..f3a7225e2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -36,6 +36,15 @@
36/* Define is utmpx.h has a syslen field */ 36/* Define is utmpx.h has a syslen field */
37#undef HAVE_SYSLEN_IN_UTMPX 37#undef HAVE_SYSLEN_IN_UTMPX
38 38
39/* Define is utmp.h has a ut_pid field */
40#undef HAVE_PID_IN_UTMP
41
42/* Define is utmp.h has a ut_type field */
43#undef HAVE_TYPE_IN_UTMP
44
45/* Define is utmp.h has a ut_tv field */
46#undef HAVE_TV_IN_UTMP
47
39/* Define if you want to use utmpx */ 48/* Define if you want to use utmpx */
40#undef USE_UTMPX 49#undef USE_UTMPX
41 50