summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-03 02:54:58 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-03 02:54:58 (GMT)
commit5dbbf1abba89ef1766759fbc9d5a5af02db49505 (patch)
treecac2c9b19d50a3cd7593a9a28359b3a952bda79e /pyconfig.h.in
parentacc03195b0609490a4e5f8b1d9eb504c22c6526e (diff)
downloadcpython-5dbbf1abba89ef1766759fbc9d5a5af02db49505.zip
cpython-5dbbf1abba89ef1766759fbc9d5a5af02db49505.tar.gz
cpython-5dbbf1abba89ef1766759fbc9d5a5af02db49505.tar.bz2
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index e017d4e..d432a82 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -735,6 +735,9 @@
/* Define if you have readline 4.0 */
#undef HAVE_RL_PRE_INPUT_HOOK
+/* Define if you have readline 4.0 */
+#undef HAVE_RL_RESIZE_TERMINAL
+
/* Define to 1 if you have the `round' function. */
#undef HAVE_ROUND