diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-07-03 00:12:09 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-07-03 00:12:09 +0000 |
| commit | b770f258b39973d3aa8376519135f1ffe49ed2a7 (patch) | |
| tree | e79d60e7fdaec1e473946fbe9ccdb955aa432a8a /crypto | |
| parent | 0849c18499d734e3d802a33bbbb3c4212d81a6d2 (diff) | |
Notes
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/openssh/config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index a9f514760480..38a1deb33003 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 */ |
