From 7e54a0bbeda3503cf2d5384591891546aa664103 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 3 Jul 2002 00:12:09 +0000 Subject: - Don't enable OpenSSH's OPIE support, since we let PAM handle OPIE. - We don't have setutent(3) etc., and I have no idea why configure ever thought we did. --- crypto/openssh/config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index a9f5147..38a1deb 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -214,10 +214,10 @@ /* #undef AFS */ /* Define if you want S/Key support */ -#define SKEY 1 +/* #undef SKEY */ /* Define if you want OPIE support */ -#define OPIE 1 +/* #undef OPIE */ /* Define if you want TCP Wrappers support */ #define LIBWRAP 1 @@ -399,7 +399,7 @@ /* #undef HAVE_ENDIAN_H */ /* Define if you have the `endutent' function. */ -#define HAVE_ENDUTENT 1 +/* #undef HAVE_ENDUTENT */ /* Define if you have the `endutxent' function. */ /* #undef HAVE_ENDUTXENT */ @@ -465,7 +465,7 @@ /* #undef HAVE_GETUTID */ /* Define if you have the `getutline' function. */ -#define HAVE_GETUTLINE 1 +/* #undef HAVE_GETUTLINE */ /* Define if you have the `getutxent' function. */ /* #undef HAVE_GETUTXENT */ @@ -606,7 +606,7 @@ /* #undef HAVE_PTY_H */ /* Define if you have the `pututline' function. */ -#define HAVE_PUTUTLINE 1 +/* #undef HAVE_PUTUTLINE */ /* Define if you have the `pututxline' function. */ /* #undef HAVE_PUTUTXLINE */ @@ -678,7 +678,7 @@ #define HAVE_SETSID 1 /* Define if you have the `setutent' function. */ -#define HAVE_SETUTENT 1 +/* #undef HAVE_SETUTENT */ /* Define if you have the `setutxent' function. */ /* #undef HAVE_SETUTXENT */ -- cgit v1.1