[Python-checkins] CVS: python/dist/src configure.in,1.215,1.215.2.1 config.h.in,2.91,2.91.2.1

Fred L. Drake fdrake@users.sourceforge.net
Fri, 11 May 2001 09:21:08 -0700


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

Modified Files:
      Tag: release21-maint
	configure.in config.h.in 
Log Message:

Add a check for sys/modem.h, needed by termios on HP-UX.


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.215
retrieving revision 1.215.2.1
diff -C2 -r1.215 -r1.215.2.1
*** configure.in	2001/04/11 20:56:19	1.215
--- configure.in	2001/05/11 16:21:06	1.215.2.1
***************
*** 382,386 ****
  AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h locale.h ncurses.h poll.h pthread.h \
  signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
! sys/audioio.h sys/file.h sys/lock.h db_185.h db.h \
  sys/param.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 \
--- 382,386 ----
  AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h locale.h ncurses.h poll.h pthread.h \
  signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
! sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
  sys/param.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 \

Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.91
retrieving revision 2.91.2.1
diff -C2 -r2.91 -r2.91.2.1
*** config.h.in	2001/04/11 20:56:18	2.91
--- config.h.in	2001/05/11 16:21:06	2.91.2.1
***************
*** 591,594 ****
--- 591,597 ----
  #undef HAVE_SYS_LOCK_H
  
+ /* Define if you have the <sys/modem.h> header file.  */
+ #undef HAVE_SYS_MODEM_H
+ 
  /* Define if you have the <sys/ndir.h> header file.  */
  #undef HAVE_SYS_NDIR_H