Setup an alternative stack for signals on heap.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-04-19 12:03:40 +02:00
parent 2577f8bfa7
commit 03f6e7cc16
5 changed files with 39 additions and 1 deletions

View File

@@ -190,7 +190,7 @@ AC_CHECK_MEMBER([struct sockaddr.sa_len],
AC_CHECK_HEADERS([net/if_tun.h linux/if_tun.h netinet/in_systm.h], [], [], [])
AC_CHECK_FUNCS([setproctitle clock_gettime isatty pselect getpeereid])
AC_CHECK_FUNCS([setproctitle clock_gettime isatty pselect getpeereid sigaltstack])
if [ test -z "$LIBWRAP" ];then
libwrap_enabled="no"