summaryrefslogtreecommitdiffstats
path: root/bin/sh/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/shell.h')
-rw-r--r--bin/sh/shell.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/sh/shell.h b/bin/sh/shell.h
index 07c0ec5..1de36f3 100644
--- a/bin/sh/shell.h
+++ b/bin/sh/shell.h
@@ -40,9 +40,6 @@
/*
* The follow should be set to reflect the type of system you have:
* JOBS -> 1 if you have Berkeley job control, 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.
* define DEBUG=1 to compile in debugging (set global "debug" to turn on)
* define DEBUG=2 to compile in and turn on debugging.
*
@@ -52,9 +49,6 @@
#define JOBS 1
-#ifndef BSD
-#define BSD 1
-#endif
/* #define DEBUG 1 */
typedef void *pointer;
OpenPOWER on IntegriCloud