 /*
 |  MAPUX types
*/

#ifndef _HAVE_TYPES_H_
#define _HAVE_TYPES_H_


typedef unsigned char	u_char;
typedef unsigned int	u_int;
typedef unsigned long	u_long;
typedef unsigned short	u_short;
typedef short		int16;
typedef unsigned short	uint16;


#endif

