summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
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 @@
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