From bb93c9f4e45412bd30feb7eef7afe6fba3b9937d Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Fri, 22 Sep 2000 17:11:58 +0000 Subject: [PATCH] - added ENABLE_VOSF - added HAVE_SIGINFO_T - added HAVE_SIGCONTEXT_SUBTERFUGE --- BasiliskII/src/Unix/acconfig.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BasiliskII/src/Unix/acconfig.h b/BasiliskII/src/Unix/acconfig.h index 64a2fc18..5049c6e3 100644 --- a/BasiliskII/src/Unix/acconfig.h +++ b/BasiliskII/src/Unix/acconfig.h @@ -41,6 +41,15 @@ /* Define if pthreads are available. */ #undef HAVE_PTHREADS +/* Define if using video enabled on SEGV signals */ +#undef ENABLE_VOSF + +/* Define if your system support extended signals */ +#undef HAVE_SIGINFO_T + +/* Define if we know a hack to replace siginfo_t::si_addr member */ +#undef HAVE_SIGCONTEXT_SUBTERFUGE + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: