diff options
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 2165a69ef0c..9c9e35f3ac5 100644 --- a/bin/ksh/config.h +++ b/bin/ksh/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.17 2018/01/05 15:44:31 jca Exp $ */ +/* $OpenBSD: config.h,v 1.18 2018/01/14 16:04:21 anton Exp $ */ /* config.h. NOT generated automatically. */ @@ -11,9 +11,6 @@ #ifndef CONFIG_H #define CONFIG_H -/* Include brace-expansion? */ -#define BRACE_EXPAND 1 - /* Include any history? */ #define HISTORY 1 |