--- rpl/src/rpl.c 2016/08/26 08:57:56 1.186 +++ rpl/src/rpl.c 2016/10/11 11:57:02 1.188 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.25 + RPL/2 (R) version 4.1.26 Copyright (C) 1989-2016 Dr. BERTRAND Joël This file is part of RPL/2. @@ -27,6 +27,11 @@ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wclobbered" +#ifdef BROKEN_SIGSEGV +# undef HAVE_STACK_OVERFLOW_RECOVERY +# undef HAVE_SIGSEGV_RECOVERY +#endif + /* ================================================================================ @@ -2452,7 +2457,7 @@ rplinit(int argc, char *argv[], char *en if (debug == d_faux) { -# ifdef HAVE_SIGSEGV_RECOVERY +# if defined(HAVE_SIGSEGV_RECOVERY) if (sigsegv_install_handler(interruption_violation_access) != 0) { # ifndef SEMAPHORES_NOMMES