summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-31 09:42:24 +1100
committerDamien Miller <djm@mindrot.org>1999-12-31 09:42:24 +1100
commit3131d8bc717b2fad9b5e13a1ac1b1c1b726b3dd4 (patch)
treee9376356591e18fa49588564f5167107afea7654 /acconfig.h
parentb2532b3be4133d2ea7bf6acaf2b0edb8217d356e (diff)
- Fill in ut_utaddr utmp field. Report from Benjamin Charron
<iretd@bigfoot.com>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 3331a13f9..d0feb370d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -43,6 +43,12 @@
43/* Define is utmpx.h has a ut_host field */ 43/* Define is utmpx.h has a ut_host field */
44#undef HAVE_HOST_IN_UTMPX 44#undef HAVE_HOST_IN_UTMPX
45 45
46/* Define is utmp.h has a ut_addr field */
47#undef HAVE_ADDR_IN_UTMP
48
49/* Define is utmpx.h has a ut_addr field */
50#undef HAVE_ADDR_IN_UTMPX
51
46/* Define is utmpx.h has a syslen field */ 52/* Define is utmpx.h has a syslen field */
47#undef HAVE_SYSLEN_IN_UTMPX 53#undef HAVE_SYSLEN_IN_UTMPX
48 54