summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-06-24 16:26:49 +0000
committerKevin Steves <stevesk@pobox.com>2002-06-24 16:26:49 +0000
commit34f0d8f4040c3fe55e3a69aa92d18482077dd202 (patch)
tree374cfa778cf5131fab0c8fe90501b9d44228ca94 /defines.h
parent3f58474214de8411e75f28c34511df7ac81d8279 (diff)
- (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/defines.h b/defines.h
index 90825f6b9..b87dbc51e 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.91 2002/06/22 00:27:00 mouring Exp $ */
+/* $Id: defines.h,v 1.92 2002/06/24 16:26:49 stevesk Exp $ */
/* Constants */
@@ -316,14 +316,6 @@ struct winsize {
# define _PATH_MAILDIR MAILDIR
#endif /* !defined(_PATH_MAILDIR) && defined(MAILDIR) */
-#ifndef _PATH_RSH
-# ifdef RSH_PATH
-# define _PATH_RSH RSH_PATH
-# else /* RSH_PATH */
-# define _PATH_RSH "/usr/bin/rsh"
-# endif /* RSH_PATH */
-#endif /* _PATH_RSH */
-
#ifndef _PATH_NOLOGIN
# define _PATH_NOLOGIN "/etc/nologin"
#endif