summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-05 21:50:20 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-05 21:50:20 (GMT)
commitb06df27843611d9b1a9988da7aacf01073a1fbc4 (patch)
tree308687621146f39dba40e33ac15eb425b3303705 /config.h.in
parent3c7c678b943ed8d02561c18506fa88821bf9e5f5 (diff)
downloadcpython-b06df27843611d9b1a9988da7aacf01073a1fbc4.zip
cpython-b06df27843611d9b1a9988da7aacf01073a1fbc4.tar.gz
cpython-b06df27843611d9b1a9988da7aacf01073a1fbc4.tar.bz2
--with-readline is obsolete (and some editorial stuff in README)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index adae370..30512ac 100644
--- a/config.h.in
+++ b/config.h.in
@@ -145,9 +145,6 @@
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
-/* Define if you want to use the GNU readline library */
-#undef WITH_READLINE
-
/* The number of bytes in a int. */
#undef SIZEOF_INT