--- rpl/Attic/configure.in 2011/09/10 20:44:48 1.79 +++ rpl/Attic/configure.in 2011/09/14 14:34:26 1.80 @@ -939,22 +939,6 @@ AC_CACHE_CHECK([return type of signal ha AC_DEFINE_UNQUOTED([RETSIGTYPE],[$ac_cv_type_signal],[Define as the return type of signal handlers (`int' or `void').]) -dnl Checks for broken siginfo structure -AC_MSG_CHECKING([for broken siginfo->si_pid]) -AC_RUN_IFELSE([AC_LANG_PROGRAM([#include -#include -int flag; -void handler(int signal, siginfo_t *siginfo, void *context) -{ flag = ((*siginfo).si_pid == getpid()) ? 0 : 1; }], -[struct sigaction action; -action.sa_sigaction = handler; -action.sa_flags = SA_SIGINFO; -sigaction(SIGUSR1, &action, NULL); -raise(SIGUSR1); -return(flag);])], -[BROKEN_SIGINFO=-U_BROKEN_SIGINFO; AC_MSG_RESULT(no)], -[BROKEN_SIGINFO=-D_BROKEN_SIGINFO; AC_MSG_RESULT(yes)]) - AC_FUNC_STRCOLL AC_FUNC_STRFTIME AC_FUNC_VPRINTF @@ -1219,7 +1203,6 @@ AC_SUBST(SEMAPHORES_NOMMES) AC_SUBST(IPCS_SYSV) AC_SUBST(SEMUN) AC_SUBST(IPV6) -AC_SUBST(BROKEN_SIGINFO) AC_SUBST(BSH_PATH) AC_SUBST(ELF)