diff options
Diffstat (limited to 'bin/ksh/config.h')
-rw-r--r-- | bin/ksh/config.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/bin/ksh/config.h b/bin/ksh/config.h index 8feecb3a552..abf6b6374a7 100644 --- a/bin/ksh/config.h +++ b/bin/ksh/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.15 2015/09/14 16:10:55 nicm Exp $ */ +/* $OpenBSD: config.h,v 1.16 2017/08/01 14:30:05 deraadt Exp $ */ /* config.h. NOT generated automatically. */ @@ -11,12 +11,6 @@ #ifndef CONFIG_H #define CONFIG_H -/* Include emacs editing? */ -#define EMACS 1 - -/* Include vi editing? */ -#define VI 1 - /* Include job control? */ #define JOBS 1 @@ -42,13 +36,6 @@ # undef EDIT #endif -/* Super small configuration-- no editing. */ -#if defined(EDIT) && defined(NOEDIT) -# undef EDIT -# undef EMACS -# undef VI -#endif - /* Editing implies history */ #if defined(EDIT) && !defined(HISTORY) # define HISTORY |