summaryrefslogtreecommitdiff
path: root/config-top.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2012-04-09 09:59:49 -0400
committerChet Ramey <chet.ramey@case.edu>2012-04-09 09:59:49 -0400
commit278286c99adbe62dbb7e3c14448d5a1d794ed8a0 (patch)
tree16f6e6a0bc16f79127afeacd12494750360b70dc /config-top.h
parente73012f12c908aa39cfe9b95347c8ee6cf85dd76 (diff)
downloadbash-278286c99adbe62dbb7e3c14448d5a1d794ed8a0.tar.gz
commit bash-20120309 snapshot
Diffstat (limited to 'config-top.h')
-rw-r--r--config-top.h4
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