[Python-checkins] CVS: python/dist/src acconfig.h,1.42,1.43

Eric S. Raymond esr@users.sourceforge.net
Tue, 16 Jan 2001 07:00:08 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv26460

Modified Files:
	acconfig.h 
Log Message:
Make HAVE_TERMIOS_H and associated config.sh shell variable available
when configure detects the presence of termios.h; later we'll use this
for correct configuration of edline/readline.

Also, fix a bug in acconfig.h -- somebody forgot to add an undef to
cover the LIBNDBM configure symbol, which was preventing autoheader
from working properly.



Index: acconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/acconfig.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** acconfig.h	2001/01/10 21:09:12	1.42
--- acconfig.h	2001/01/16 15:00:04	1.43
***************
*** 79,82 ****
--- 79,85 ----
  #undef HAVE_STDARG_PROTOTYPES
  
+ /* Define if you have termios available */
+ #undef HAVE_TERMIOS_H
+ 
  /* Define this if you have the type uintptr_t */
  #undef HAVE_UINTPTR_T
***************
*** 169,172 ****
--- 172,178 ----
  /* Define if you want to use BSD db. */
  #undef WITH_LIBDB
+ 
+ /* Define if you want to use ndbm. */
+ #undef WITH_LIBNDBM
  
  /* Define if you want to produce an OpenStep/Rhapsody framework