Mercurial > audlegacy-plugins
comparison src/timidity/libtimidity/output.c @ 1942:f14d11bf9cbb
timidity: CONFIG_H define removal
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 01 Oct 2007 16:43:45 -0500 |
| parents | 3da1b8942b8b |
| children |
comparison
equal
deleted
inserted
replaced
| 1941:5412f8c2ec29 | 1942:f14d11bf9cbb |
|---|---|
| 20 output.c | 20 output.c |
| 21 | 21 |
| 22 Audio output (to file / device) functions. | 22 Audio output (to file / device) functions. |
| 23 */ | 23 */ |
| 24 | 24 |
| 25 #if HAVE_CONFIG_H | 25 #include <config.h> |
| 26 # include <config.h> | |
| 27 #endif | |
| 28 | 26 |
| 29 #include "timidity.h" | 27 #include "timidity.h" |
| 30 #include "timidity_internal.h" | 28 #include "timidity_internal.h" |
| 31 #include "options.h" | 29 #include "options.h" |
| 32 #include "output.h" | 30 #include "output.h" |
