diff options
author | Chet Ramey <chet.ramey@case.edu> | 2012-04-09 09:59:49 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2012-04-09 09:59:49 -0400 |
commit | 278286c99adbe62dbb7e3c14448d5a1d794ed8a0 (patch) | |
tree | 16f6e6a0bc16f79127afeacd12494750360b70dc /config-top.h | |
parent | e73012f12c908aa39cfe9b95347c8ee6cf85dd76 (diff) | |
download | bash-278286c99adbe62dbb7e3c14448d5a1d794ed8a0.tar.gz |
commit bash-20120309 snapshot
Diffstat (limited to 'config-top.h')
-rw-r--r-- | config-top.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-top.h b/config-top.h index 839774c2..16de2377 100644 --- a/config-top.h +++ b/config-top.h @@ -119,3 +119,7 @@ #ifndef MULTIPLE_COPROCS # define MULTIPLE_COPROCS 0 #endif + +/* Define to 0 if you want the checkwinsize option off by default, 1 if you + want it on. */ +#define CHECKWINSIZE_DEFAULT 0 |