From: Todd C. Miller Date: Mon, 13 Jun 1994 19:54:58 +0000 (+0000) Subject: no termio(s) for ultrix since it is broken X-Git-Tag: SUDO_1_3_1~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e3502816d1f5d682826ea1ae88fceb119d8ea72;p=sudo no termio(s) for ultrix since it is broken --- diff --git a/configure.in b/configure.in index 340504a7e..098de8232 100644 --- a/configure.in +++ b/configure.in @@ -117,7 +117,10 @@ dnl dnl Header file checks dnl AC_STDC_HEADERS -AC_HAVE_HEADERS(string.h strings.h unistd.h malloc.h paths.h termio.h termios.h) +AC_HAVE_HEADERS(string.h strings.h unistd.h malloc.h paths.h) +if [ "$OS" != "ultrix" ]; then + AC_HAVE_HEADERS(termio.h termios.h) +fi dnl dnl typedef checks dnl