#ifndef _UNIX_OSDEPEND_H #define _UNIX_OSDEPEND_H inline void mudpp_exit( int rcode ) { exit(rcode); } typedef unsigned char u8; typedef unsigned short u16; typedef signed short s16; typedef unsigned int u32; typedef signed int s32; #define HAVE_TRAP_PROBLEMS #endif