]> git.deb.at Git - pkg/abook.git/commitdiff
- termios.h is not needed
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Tue, 23 Aug 2005 10:03:34 +0000 (10:03 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Tue, 23 Aug 2005 10:03:34 +0000 (10:03 +0000)
config.h.in
configure
configure.in
ui.c

index 812793bab1c7b77d00f64f45e772d09fa58d6b76..7f64307dc37f31b17785c1775687ca5ed722afcc 100644 (file)
@@ -83,9 +83,6 @@
 /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H
 
-/* Define to 1 if you have the <termios.h> header file. */
-#undef HAVE_TERMIOS_H
-
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
index 7d43b581c80804e292d87c1fb52c535a0b3d19d8..5e87a7c174a4dd36932c83a84a2d3989b279363c 100755 (executable)
--- a/configure
+++ b/configure
@@ -4023,8 +4023,7 @@ fi
 
 
 
-
-for ac_header in unistd.h locale.h termios.h sys/ioctl.h
+for ac_header in unistd.h locale.h sys/ioctl.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
index d75364f6e0b272a110f7e25b0e8a029efb2b05c1..01b21933458ef246ccd25cf6f219d7d81c60765c 100644 (file)
@@ -15,7 +15,7 @@ fi
 AC_C_INLINE
 AC_PROG_INSTALL
 AC_HEADER_STDC
-AC_CHECK_HEADERS(unistd.h locale.h termios.h sys/ioctl.h)
+AC_CHECK_HEADERS(unistd.h locale.h sys/ioctl.h)
 AC_CHECK_HEADER(stdarg.h,AC_DEFINE(HAVE_STDARG_H, 1, [Define if you have the <stdarg.h> header file.]),AC_MSG_ERROR([*** stdarg.h is missing on your system ***]))
 AC_FUNC_STRCOLL
 AC_CHECK_FUNCS(setlocale)
diff --git a/ui.c b/ui.c
index 4f162e179149d68595a518c823e7e2e43de244f1..40dc1e138f5a1344e67764df48676fce631e37f5 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -26,9 +26,6 @@
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 #endif
-#ifdef HAVE_TERMIOS_H
-#      include <termios.h>
-#endif
 #ifdef HAVE_SYS_IOCTL_H
 #      include <sys/ioctl.h>
 #endif