//
// Types.hh for pekwm
// Copyright (C)  2003-2004 Claes Nasten <pekdon{@}pekdon{.}net>
//
// This program is licensed under the GNU GPL.
// See the LICENSE file for more information.
//

#ifndef _TYPES_HH_
#define _TYPES_HH_

extern "C" {
#include <sys/types.h>
}

#ifndef ushort
#define ushort unsigned short
#endif // ushort

#ifndef uint
#define uint unsigned int
#endif // uint

#ifndef ulong
#define ulong unsigned long
#endif // ulong

#ifndef uchar
#define uchar unsigned char
#endif // uchar

#endif // _TYPES_HH_


syntax highlighted by Code2HTML, v. 0.9.1