$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