Released version 3-2014010504
[notion/jeffpc.git] / libextl / types.h
blobf6236e0c3deb3e17b64b000398e5a6757356d38b
1 /*
2 * libextl/types.h
4 * Copyright (c) Tuomo Valkonen 2004-2005.
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
12 #ifndef LIBEXTL_TYPES_H
13 #define LIBEXTL_TYPES_H
15 #if 1
17 #include <libtu/types.h>
18 #include <libtu/obj.h>
20 #else
22 #ifndef bool
23 #define bool int
24 #define TRUE 1
25 #define FALSE 0
26 #endif
28 /*typedef ? Obj;*/
30 #endif
32 #endif /* LIBEXTL_TYPES_H */