[Python-checkins] python/dist/src pyconfig.h.in,1.20.8.2,1.20.8.3

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 30 Mar 2003 11:26:52 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv14429

Modified Files:
      Tag: release22-maint
	pyconfig.h.in 
Log Message:
Backport Patch 659834 checked in by GvR on 2002/12/30 16:25:38

Check for readline 2.2 features.  This should make it possible to
compile readline.c again with GNU readline versions 2.0 or 2.1; this
ability was removed in readline.c rev. 2.49.  Apparently the older
versions are still in widespread deployment on older Solaris
installations.  With an older readline, completion behavior is subtly
different (a space is always added).


Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.20.8.2
retrieving revision 1.20.8.3
diff -C2 -d -r1.20.8.2 -r1.20.8.3
*** pyconfig.h.in	4 Oct 2002 10:16:27 -0000	1.20.8.2
--- pyconfig.h.in	30 Mar 2003 19:26:50 -0000	1.20.8.3
***************
*** 162,165 ****
--- 162,168 ----
  #undef HAVE_PTH
  
+ /* Define if you have readline 2.2 */
+ #undef HAVE_RL_COMPLETION_APPEND_CHARACTER
+ 
  /* Define if you have readline 4.0 */
  #undef HAVE_RL_PRE_INPUT_HOOK