View | Details | Raw Unified | Return to bug 119650
Collapse All | Expand All

(-)stunnel-4.10.orig/configure.ac (-1 / +1 lines)
Lines 175-181 Link Here
175
# AC_HEADER_DIRENT
175
# AC_HEADER_DIRENT
176
# AC_HEADER_STDC
176
# AC_HEADER_STDC
177
# AC_HEADER_SYS_WAIT
177
# AC_HEADER_SYS_WAIT
178
AC_CHECK_HEADERS(ucontext.h grp.h unistd.h sys/select.h poll.h sys/poll.h tcpd.h pthread.h sys/ioctl.h util.h pty.h stropts.h sys/filio.h sys/resource.h)
178
AC_CHECK_HEADERS(grp.h unistd.h sys/select.h poll.h sys/poll.h tcpd.h pthread.h sys/ioctl.h util.h pty.h stropts.h sys/filio.h sys/resource.h)
179
179
180
AC_MSG_NOTICE([**************************************** library functions])
180
AC_MSG_NOTICE([**************************************** library functions])
181
AC_CHECK_FUNCS(getcontext snprintf vsnprintf openpty _getpty daemon waitpid wait4 sysconf getrlimit pthread_sigmask setgroups localtime_r chroot endhostent setsid getaddrinfo getnameinfo poll)
181
AC_CHECK_FUNCS(getcontext snprintf vsnprintf openpty _getpty daemon waitpid wait4 sysconf getrlimit pthread_sigmask setgroups localtime_r chroot endhostent setsid getaddrinfo getnameinfo poll)

Return to bug 119650