diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,7 +1,7 @@ | |||
1 | #ifndef _DEFINES_H | 1 | #ifndef _DEFINES_H |
2 | #define _DEFINES_H | 2 | #define _DEFINES_H |
3 | 3 | ||
4 | /* $Id: defines.h,v 1.91 2002/06/22 00:27:00 mouring Exp $ */ | 4 | /* $Id: defines.h,v 1.92 2002/06/24 16:26:49 stevesk Exp $ */ |
5 | 5 | ||
6 | 6 | ||
7 | /* Constants */ | 7 | /* Constants */ |
@@ -316,14 +316,6 @@ struct winsize { | |||
316 | # define _PATH_MAILDIR MAILDIR | 316 | # define _PATH_MAILDIR MAILDIR |
317 | #endif /* !defined(_PATH_MAILDIR) && defined(MAILDIR) */ | 317 | #endif /* !defined(_PATH_MAILDIR) && defined(MAILDIR) */ |
318 | 318 | ||
319 | #ifndef _PATH_RSH | ||
320 | # ifdef RSH_PATH | ||
321 | # define _PATH_RSH RSH_PATH | ||
322 | # else /* RSH_PATH */ | ||
323 | # define _PATH_RSH "/usr/bin/rsh" | ||
324 | # endif /* RSH_PATH */ | ||
325 | #endif /* _PATH_RSH */ | ||
326 | |||
327 | #ifndef _PATH_NOLOGIN | 319 | #ifndef _PATH_NOLOGIN |
328 | # define _PATH_NOLOGIN "/etc/nologin" | 320 | # define _PATH_NOLOGIN "/etc/nologin" |
329 | #endif | 321 | #endif |