summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
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