[Python-checkins] CVS: python/dist/src configure.in,1.217,1.218 config.h.in,2.92,2.93

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


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

Modified Files:
	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.217
retrieving revision 1.218
diff -C2 -r1.217 -r1.218
*** configure.in	2001/04/21 17:41:16	1.217
--- configure.in	2001/05/11 16:10:56	1.218
***************
*** 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.92
retrieving revision 2.93
diff -C2 -r2.92 -r2.93
*** config.h.in	2001/04/18 04:37:57	2.92
--- config.h.in	2001/05/11 16:10:56	2.93
***************
*** 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