|
|
| version 1.2, 2003/11/16 16:43:45 | version 1.3, 2003/11/17 16:12:27 |
|---|---|
| Line 142 UINT32 gettick(); | Line 142 UINT32 gettick(); |
| * 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 |