summaryrefslogtreecommitdiff
path: root/security/ssh2/patches/patch-ag
blob: 53c31bae90f4893163f32947a2b5a914e4bf3051 (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
41
42
43
44
45
46
47
$NetBSD: patch-ag,v 1.2 2003/08/12 19:08:58 seb Exp $

--- sshconf.h.in.orig	2003-06-30 12:22:30.000000000 +0000
+++ sshconf.h.in
@@ -1,4 +1,4 @@
-/* sshconf.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
+/* sshconf.h.in.  Generated automatically from configure.in by autoheader.  */
 #ifndef SSHCONF_H
 #define SSHCONF_H
 
@@ -256,6 +256,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
 
@@ -271,9 +275,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
 
@@ -407,6 +417,9 @@ 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
+
 /* Enable the RSA code. */
 #undef WITH_RSA