[Python-checkins] CVS: python/dist/src pyconfig.h.in,1.13,1.14 configure,1.258,1.259 configure.in,1.266,1.267

Martin v. L?wis loewis@users.sourceforge.net
Sat, 13 Oct 2001 02:12:43 -0700


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

Modified Files:
	pyconfig.h.in configure configure.in 
Log Message:
Check for term.h and include it on non-ncurses system to get a declaration
for tigetstr.


Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** pyconfig.h.in	2001/10/04 22:44:26	1.13
--- pyconfig.h.in	2001/10/13 09:12:40	1.14
***************
*** 700,703 ****
--- 700,706 ----
  #undef HAVE_SYS_WAIT_H
  
+ /* Define if you have the <term.h> header file.  */
+ #undef HAVE_TERM_H
+ 
  /* Define if you have the <termios.h> header file.  */
  #undef HAVE_TERMIOS_H

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.258
retrieving revision 1.259
diff -C2 -d -r1.258 -r1.259
*** configure	2001/10/08 13:17:28	1.258
--- configure	2001/10/13 09:12:40	1.259
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.265 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.266 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 1904,1908 ****
  sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
  sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
! sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
  ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h
  do
--- 1904,1908 ----
  sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
  sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
! sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
  ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h
  do

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.266
retrieving revision 1.267
diff -C2 -d -r1.266 -r1.267
*** configure.in	2001/10/08 13:17:28	1.266
--- configure.in	2001/10/13 09:12:41	1.267
***************
*** 449,453 ****
  sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
  sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
! sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
  ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h)
  AC_HEADER_DIRENT
--- 449,453 ----
  sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
  sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
! sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
  ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h)
  AC_HEADER_DIRENT