summaryrefslogtreecommitdiffstats
path: root/bin/sh/shell.h
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-21 22:09:40 +0000
committersteve <steve@FreeBSD.org>1996-12-21 22:09:40 +0000
commitcd89de39c0ce0744e9da3e3182885db84fe72fe9 (patch)
tree3f344113428cac8e3035af328195e1a4aea0a72e /bin/sh/shell.h
parent6be6d65a0219c5adcff0f44fe92d1f1911d7d216 (diff)
downloadFreeBSD-src-cd89de39c0ce0744e9da3e3182885db84fe72fe9.zip
FreeBSD-src-cd89de39c0ce0744e9da3e3182885db84fe72fe9.tar.gz
Make sh(1) a little braver in the face of adversity. sh(1)
now handles the getpwd() init problem the same way as bash and ksh do. Also while I was in here, I cleaned up the format a little, removed some unnnecessary #if SYMLINKS cruft, and changed the pwd builtin to use getcwd(3) as Joerg suggested.
Diffstat (limited to 'bin/sh/shell.h')
-rw-r--r--bin/sh/shell.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/sh/shell.h b/bin/sh/shell.h
index 8416a79..e84bd00 100644
--- a/bin/sh/shell.h
+++ b/bin/sh/shell.h
@@ -34,13 +34,12 @@
* SUCH DAMAGE.
*
* @(#)shell.h 8.2 (Berkeley) 5/4/95
- * $Id: shell.h,v 1.6 1996/10/31 07:15:57 ache Exp $
+ * $Id: shell.h,v 1.7 1996/12/14 06:19:30 steve Exp $
*/
/*
* The follow should be set to reflect the type of system you have:
* JOBS -> 1 if you have Berkeley job control, 0 otherwise.
- * SYMLINKS -> 1 if your system includes symbolic links, 0 otherwise.
* SHORTNAMES -> 1 if your linker cannot handle long names.
* define BSD if you are running 4.2 BSD or later.
* define SYSV if you are running under System V.
@@ -53,7 +52,6 @@
#define JOBS 1
-#define SYMLINKS 1
#ifndef BSD
#define BSD 1
#endif
OpenPOWER on IntegriCloud