diff options
author | Guido van Rossum <guido@python.org> | 1997-08-05 21:50:20 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-05 21:50:20 (GMT) |
commit | b06df27843611d9b1a9988da7aacf01073a1fbc4 (patch) | |
tree | 308687621146f39dba40e33ac15eb425b3303705 /config.h.in | |
parent | 3c7c678b943ed8d02561c18506fa88821bf9e5f5 (diff) | |
download | cpython-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.in | 3 |
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 |