added 3dengfx into the repo, probably not the correct version for this
[summerhack] / src / 3dengfx / src / 3dengfx_config.h
1 /* this header is created by the 3dengfx configuration script */
2 #ifndef _3DENGFX_CONFIG_H_
3 #define _3DENGFX_CONFIG_H_
4
5 #define USING_3DENGFX
6 #define VER_STR "0.5"
7 #define PREFIX  "/usr/local"
8
9 #define SDL                                     1
10 #define GLUT                            2
11 #define GTK                                     3
12 #define GTKMM                           4
13 #define NATIVE                          5
14 #define NATIVE_X11                      10
15 #define NATIVE_WIN32            11
16
17 #define GFX_LIBRARY SDL
18
19 #define SINGLE_PRECISION_MATH
20
21 #define COORD_LHS
22
23 #define FXWT_NO_FREETYPE
24
25 #if GFX_LIBRARY == NATIVE
26 #if defined(unix) || defined(__unix__)
27 #define NATIVE_LIB              NATIVE_X11
28 #elif defined(WIN32) || defined(__WIN32__)
29 #define NATIVE_LIB              NATIVE_WIN32
30 #endif  /* unix/win32 */
31 #endif  /* GFX_LIBRARY == NATIVE */
32
33 #endif  /* _3DENGFX_CONFIG_H_ */