From ce86c78a2113df0bde5b20aea872113499c2a871 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sun, 14 Jul 2013 00:57:29 +0000 Subject: [PATCH] Respin configure and defs.h.in for configure.in r273. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@274 13b04d17-f746-0410-82c6-800466cd88b0 --- configure | 5 +++-- include/defs.h.in | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 29cd9c9..d01f8f4 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 270 . +# From configure.in Revision: 273 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -3980,7 +3980,8 @@ done -for ac_header in sys/socket.h sys/time.h sys/fcntl.h fcntl.h sys/file.h netinet/in.h netdb.h sys/un.h sys/filio.h regex.h arpa/nameser.h dirent.h sys/ndir.h sys/dir.h ndir.h + +for ac_header in sys/socket.h sys/time.h sys/fcntl.h fcntl.h sys/file.h netinet/in.h netdb.h sys/un.h sys/filio.h regex.h arpa/nameser.h dirent.h sys/ndir.h sys/dir.h ndir.h termios.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then diff --git a/include/defs.h.in b/include/defs.h.in index 1c563c8..22a2b30 100644 --- a/include/defs.h.in +++ b/include/defs.h.in @@ -291,6 +291,9 @@ /* Define this if you have terminfo support. */ #undef HAVE_TERMINFO +/* Define to 1 if you have the header file. */ +#undef HAVE_TERMIOS_H + /* Define this if you have the tparm function in an included lib. */ #undef HAVE_TPARM