summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h44
1 files changed, 42 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index 308919f90..8720dd664 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -52,10 +52,50 @@
52#undef HAVE_TYPE_IN_UTMP 52#undef HAVE_TYPE_IN_UTMP
53#undef HAVE_TYPE_IN_UTMPX 53#undef HAVE_TYPE_IN_UTMPX
54#undef HAVE_TV_IN_UTMP 54#undef HAVE_TV_IN_UTMP
55#undef HAVE_TV_IN_UTMPX
55#undef HAVE_ID_IN_UTMP 56#undef HAVE_ID_IN_UTMP
57#undef HAVE_EXIT_IN_UTMP
58#undef HAVE_TIME_IN_UTMP
59#undef HAVE_TIME_IN_UTMPX
56 60
57/* Define if you want to use utmpx */ 61/* Define if you don't want to use your system's login() call */
58#undef USE_UTMPX 62#undef DISABLE_LOGIN
63
64/* Define if you don't want to use pututline() etc. to write [uw]tmp */
65#undef DISABLE_PUTUTLINE
66
67/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
68#undef DISABLE_PUTUTXLINE
69
70/* Define if you don't want to use lastlog */
71#undef DISABLE_LASTLOG
72
73/* Define if you don't want to use utmp */
74#undef DISABLE_UTMP
75
76/* Define if you don't want to use utmpx */
77#undef DISABLE_UTMPX
78
79/* Define if you don't want to use wtmp */
80#undef DISABLE_WTMP
81
82/* Define if you don't want to use wtmpx */
83#undef DISABLE_WTMPX
84
85/* Define if you want to specify the path to your lastlog file */
86#undef CONF_LASTLOG_FILE
87
88/* Define if you want to specify the path to your utmp file */
89#undef CONF_UTMP_FILE
90
91/* Define if you want to specify the path to your wtmp file */
92#undef CONF_WTMP_FILE
93
94/* Define if you want to specify the path to your utmpx file */
95#undef CONF_UTMPX_FILE
96
97/* Define if you want to specify the path to your wtmpx file */
98#undef CONF_WTMPX_FILE
59 99
60/* Define is libutil has login() function */ 100/* Define is libutil has login() function */
61#undef HAVE_LIBUTIL_LOGIN 101#undef HAVE_LIBUTIL_LOGIN