| version 1.2, 2003/11/16 16:43:45 | version 1.5, 2003/11/28 16:29:57 | 
| Line 47 | Line 47 | 
 | #include <unistd.h> | #include <unistd.h> | 
 |  |  | 
 | #define X11 | #define X11 | 
 |  | #define OSLANG_EUC | 
 |  | #define OSLINEBREAK_LF | 
 |  |  | 
 | typedef signed char     CHAR; | typedef signed char     CHAR; | 
 | typedef signed short    SHORT; | typedef signed short    SHORT; | 
| Line 132  UINT32 gettick(); | Line 134  UINT32 gettick(); | 
 |  |  | 
 | #define MEMOPTIMIZE     1 | #define MEMOPTIMIZE     1 | 
 |  |  | 
 |  | #define SUPPORT_EUC | 
 |  |  | 
 | #define SUPPORT_8BPP | #define SUPPORT_8BPP | 
 | #define SUPPORT_24BPP | #define SUPPORT_24BPP | 
 | #define SUPPORT_16BPP | #define SUPPORT_16BPP | 
 | #define SUPPORT_32BPP | #define SUPPORT_32BPP | 
 | #define SUPPORT_NORMALDISP | #define SUPPORT_NORMALDISP | 
 |  |  | 
 |  | #if defined(USE_GTK) | 
 |  | #define SUPPORT_KEYDISP | 
 |  | #endif | 
 |  |  | 
 | /* | /* | 
 | * You could specify a complete path, e.g. "/etc/timidity.cfg", and | * You could specify a complete path, e.g. "/etc/timidity.cfg", and | 
 | * then specify the library directory in the configuration file. | * then specify the library directory in the configuration file. | 
 | */ | */ | 
 | #ifndef TIMIDITY_CFGFILE_PATH |  | 
 | #define TIMIDITY_CFGFILE_PATH   "timidity.cfg" |  | 
 | #endif |  | 
 |  |  | 
 | extern char timidity_cfgfile_path[MAX_PATH]; | extern char timidity_cfgfile_path[MAX_PATH]; | 
 | #define TIMIDITY_CFGFILE        timidity_cfgfile_path | #define TIMIDITY_CFGFILE        timidity_cfgfile_path | 
 |  |  |