]> granicus.if.org Git - python/commitdiff
Add a check for sys/modem.h, needed by termios on HP-UX.
authorFred Drake <fdrake@acm.org>
Fri, 11 May 2001 16:10:56 +0000 (16:10 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 May 2001 16:10:56 +0000 (16:10 +0000)
config.h.in
configure.in

index 1e97f97e74c477303afb98eeb52fca5d7f6f0916..6753327247a5dbc1ba2fb2b1f9c296b514f31d2b 100644 (file)
 /* Define if you have the <sys/lock.h> header file.  */
 #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
 
index c17ead759bad6bbfe8e9daf8024f8b7baf959d51..890aae2bd059a6013087a5eed7f592a0b4a57162 100644 (file)
@@ -381,7 +381,7 @@ dnl AC_MSG_RESULT($cpp_type)
 AC_HEADER_STDC
 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/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 \
 ndbm.h db1/ndbm.h gdbm/ndbm.h)