summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-07-03 00:12:09 +0000
committerdes <des@FreeBSD.org>2002-07-03 00:12:09 +0000
commit7e54a0bbeda3503cf2d5384591891546aa664103 (patch)
treee79d60e7fdaec1e473946fbe9ccdb955aa432a8a /crypto
parent2bdfbbf7e6746eff9bf55002b637a536af1f9724 (diff)
downloadFreeBSD-src-7e54a0bbeda3503cf2d5384591891546aa664103.zip
FreeBSD-src-7e54a0bbeda3503cf2d5384591891546aa664103.tar.gz
- 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.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/config.h12
1 files 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 */
OpenPOWER on IntegriCloud