1 /* $OpenBSD: hpux_exec.h,v 1.7 2004/07/09 21:33:44 mickey Exp $ */ 2 3 #if defined(__hppa__) 4 #include <compat/hpux/hppa/hpux_exec.h> 5 #elif defined(__m68k__) 6 #include <compat/hpux/m68k/hpux_exec.h> 7 #else 8 #error COMPILING FOR UNSUPPORTED ARCHITECTURE 9 #endif