summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authordtucker <dtucker>2007-08-09 04:37:52 +0000
committerdtucker <dtucker>2007-08-09 04:37:52 +0000
commitf7c3a0025571ddd265cfa7ec8469ca96c5d51539 (patch)
treeffee1d0e23ad10101248058f5dbffac96f7f410b /defines.h
parent4fd7b5497dc539399548100d74c85391606e5f4c (diff)
downloadopenssh-f7c3a0025571ddd265cfa7ec8469ca96c5d51539.tar.gz
- (dtucker) [defines.h] Remove _PATH_{CSHELL,SHELLS} which aren't
used anywhere and are a potential source of warnings.
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/defines.h b/defines.h
index 336880c9..5e7d6769 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.142 2007/04/29 05:06:45 dtucker Exp $ */
+/* $Id: defines.h,v 1.143 2007/08/09 04:37:52 dtucker Exp $ */
/* Constants */
@@ -321,12 +321,6 @@ struct winsize {
#ifndef _PATH_BSHELL
# define _PATH_BSHELL "/bin/sh"
#endif
-#ifndef _PATH_CSHELL
-# define _PATH_CSHELL "/bin/csh"
-#endif
-#ifndef _PATH_SHELLS
-# define _PATH_SHELLS "/etc/shells"
-#endif
#ifdef USER_PATH
# ifdef _PATH_STDPATH