Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117060
Collapse All | Expand All

(-)examples/rlfe/pty.c (-1 / +1 lines)
Lines 34-40 Link Here
34
#endif
34
#endif
35
35
36
/* for solaris 2.1, Unixware (SVR4.2) and possibly others */
36
/* for solaris 2.1, Unixware (SVR4.2) and possibly others */
37
#ifdef HAVE_SVR4_PTYS
37
#if defined(HAVE_SVR4_PTYS) && defined(HAVE_SYS_STROPTS_H)
38
# include <sys/stropts.h>
38
# include <sys/stropts.h>
39
#endif
39
#endif
40
40
(-)configure (-1 / +2 lines)
Lines 4956-4962 done Link Here
4956
4956
4957
4957
4958
4958
4959
for ac_header in sys/pte.h sys/stream.h sys/select.h sys/file.h
4959
4960
for ac_header in sys/pte.h sys/stream.h sys/select.h sys/file.h sys/stropts.h
4960
do
4961
do
4961
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4962
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4962
if eval "test \"\${$as_ac_Header+set}\" = set"; then
4963
if eval "test \"\${$as_ac_Header+set}\" = set"; then
(-)configure.in (-1 / +1 lines)
Lines 148-154 AC_FUNC_STRCOLL Link Here
148
148
149
AC_CHECK_HEADERS(fcntl.h unistd.h stdlib.h varargs.h stdarg.h string.h strings.h \
149
AC_CHECK_HEADERS(fcntl.h unistd.h stdlib.h varargs.h stdarg.h string.h strings.h \
150
		limits.h locale.h pwd.h memory.h termcap.h termios.h termio.h)
150
		limits.h locale.h pwd.h memory.h termcap.h termios.h termio.h)
151
AC_CHECK_HEADERS(sys/pte.h sys/stream.h sys/select.h sys/file.h)
151
AC_CHECK_HEADERS(sys/pte.h sys/stream.h sys/select.h sys/file.h sys/stropts.h)
152
152
153
AC_CHECK_HEADERS(sys/ptem.h,,,
153
AC_CHECK_HEADERS(sys/ptem.h,,,
154
[[
154
[[

Return to bug 117060