$NetBSD: patch-af,v 1.1 2005/03/10 15:18:31 tv Exp $ --- config.h.orig 1995-05-30 07:13:53.000000000 -0400 +++ config.h @@ -378,6 +378,15 @@ #endif #endif +#ifdef __INTERIX +#ifndef USE_WAIT3 +#define USE_WAIT3 0 +#endif +#ifndef USE_SIGACTION +#define USE_SIGACTION 1 +#endif +#endif + /* * default defaults -- don't change this section