blob: d0b99413a6979754eeb72f104235a222426aeae3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
$NetBSD: patch-aa,v 1.3 2003/08/12 19:08:56 seb Exp $
--- acconfig.h.orig 2003-06-30 12:22:25.000000000 +0000
+++ acconfig.h
@@ -253,6 +253,10 @@ library. */
and logwtmp() calls. */
#undef HAVE_LIBUTIL_LOGIN
+/* Define this if libutil.a contains loginx(), logoutx(),
+ and logwtmpx() calls. */
+#undef HAVE_LIBUTIL_LOGINX
+
/* Location of system mail spool directory. */
#undef MAIL_SPOOL_DIRECTORY
@@ -268,9 +272,15 @@ library. */
/* Define this if a prototype for logout() is defined in system headers. */
#undef HAVE_PROTO_LOGOUT
+/* Define this if a prototype for logoutx() is defined in system headers. */
+#undef HAVE_PROTO_LOGOUTX
+
/* Define this if a prototype for logwtmp() is defined in system headers. */
#undef HAVE_PROTO_LOGWTMP
+/* Define this if a prototype for logwtmpx() is defined in system headers. */
+#undef HAVE_PROTO_LOGWTMPX
+
/* Define this if a prototype for initgroups() is defined in system headers. */
#undef HAVE_PROTO_INITGROUPS
@@ -425,6 +435,8 @@ library. */
/* Define this to point to where sshd2 should store it's pidfile. */
#undef SSHD_PIDDIR
+/* Define if both utmp and utmpx entries should be handled */
+#undef SSH_UTMP_UTMPX
|