--- rpl/src/rpl.c 2016/10/11 11:57:02 1.188 +++ rpl/src/rpl.c 2016/10/11 12:02:46 1.190 @@ -27,11 +27,6 @@ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wclobbered" -#ifdef BROKEN_SIGSEGV -# undef HAVE_STACK_OVERFLOW_RECOVERY -# undef HAVE_SIGSEGV_RECOVERY -#endif - /* ================================================================================ @@ -2457,7 +2452,7 @@ rplinit(int argc, char *argv[], char *en if (debug == d_faux) { -# if defined(HAVE_SIGSEGV_RECOVERY) +# ifdef HAVE_SIGSEGV_RECOVERY if (sigsegv_install_handler(interruption_violation_access) != 0) { # ifndef SEMAPHORES_NOMMES