diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-12-18 21:04:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-12-18 21:04:53 +0000 |
commit | b228348292c4361c750ae05a5597a15e71c5c5da (patch) | |
tree | e7527881cd44cefdbbcd11ec8332b581e2e4f8ec /bin/ksh/config.h | |
parent | 55e483bc0655baec919e26c2dfcdda314a467a32 (diff) |
Get rid of #ifdef KSH since we don't care about building a V7 style sh and
the #ifdef KSH code is required to make a POSIX sh. From Matthias Kilian
Diffstat (limited to 'bin/ksh/config.h')
-rw-r--r-- | bin/ksh/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/ksh/config.h b/bin/ksh/config.h index 7c6d96ece92..3cd16b86e23 100644 --- a/bin/ksh/config.h +++ b/bin/ksh/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.11 2004/12/18 20:55:52 millert Exp $ */ +/* $OpenBSD: config.h,v 1.12 2004/12/18 21:04:52 millert Exp $ */ /* config.h. NOT generated automatically. */ @@ -18,9 +18,6 @@ #define HAVE_GCC_FUNC_ATTR 1 -/* Include ksh features? */ -/* #define KSH 1 */ - /* Include emacs editing? */ #define EMACS 1 |