summaryrefslogtreecommitdiffstats
path: root/defines.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-19 10:09:27 +1100
committerDamien Miller <djm@mindrot.org>2001-03-19 10:09:27 +1100
commit9de61e8c596e1f7e52f780dd87bde2df779b1237 (patch)
tree99e0f2e4bccb64f63b793197b3b1a31f7a5080f4 /defines.h
parenta2dc6030f769d7737bf481d2d4c77f82bc4b7965 (diff)
- (djm) Add getusershell() functions from OpenBSD CVS
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 5b89765d..9e493238 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.56 2001/02/24 00:55:05 mouring Exp $ */
+/* $Id: defines.h,v 1.57 2001/03/18 23:09:28 djm Exp $ */
/* Some platforms need this for the _r() functions */
#if !defined(_REENTRANT) && !defined(SNI)
@@ -274,6 +274,12 @@ 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