summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-26 14:35:12 -0600
committerBenjamin Peterson <benjamin@python.org>2014-11-26 14:35:12 -0600
commitd1e22ba7db9d8668c486eb77999bbbbdca8b09d3 (patch)
tree6a5b823ea0994796e3a3abd5489b4056cfd273b7 /pyconfig.h.in
parent810aa6db3472e48e182b185cc4375615977c85f5 (diff)
downloadcpython-git-d1e22ba7db9d8668c486eb77999bbbbdca8b09d3.tar.gz
only support append_history if readline has it
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 e469f6abe9..9ebea5db29 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -690,6 +690,9 @@
/* Define to 1 if you have the `renameat' function. */
#undef HAVE_RENAMEAT
+/* Define if readline supports append_history */
+#undef HAVE_RL_APPEND_HISTORY
+
/* Define if you have readline 2.1 */
#undef HAVE_RL_CALLBACK