summaryrefslogtreecommitdiff
path: root/bin/ksh/config.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-12-18 21:04:53 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-12-18 21:04:53 +0000
commitb228348292c4361c750ae05a5597a15e71c5c5da (patch)
treee7527881cd44cefdbbcd11ec8332b581e2e4f8ec /bin/ksh/config.h
parent55e483bc0655baec919e26c2dfcdda314a467a32 (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.h5
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