diff options
author | Kevin Steves <stevesk@pobox.com> | 2002-06-24 18:26:49 +0200 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2002-06-24 18:26:49 +0200 |
commit | 34f0d8f4040c3fe55e3a69aa92d18482077dd202 (patch) | |
tree | 374cfa778cf5131fab0c8fe90501b9d44228ca94 /acconfig.h | |
parent | - deraadt@cvs.openbsd.org 2002/06/23 21:10:02 (diff) | |
download | openssh-34f0d8f4040c3fe55e3a69aa92d18482077dd202.tar.xz openssh-34f0d8f4040c3fe55e3a69aa92d18482077dd202.zip |
- (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h index 713b094d6..682e2754c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.138 2002/06/12 16:57:15 mouring Exp $ */ +/* $Id: acconfig.h,v 1.139 2002/06/24 16:26:49 stevesk Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -228,9 +228,6 @@ /* Define if xauth is found in your path */ #undef XAUTH_PATH -/* Define if rsh is found in your path */ -#undef RSH_PATH - /* Define if you want to allow MD5 passwords */ #undef HAVE_MD5_PASSWORDS |