MPD  0.20.18
config.h
Go to the documentation of this file.
1 /* config.h
2 ** Default values for the configuration, and also a few random debug things
3 */
4 
5 #ifndef AC_CONFIG_H
6 #define AC_CONFIG_H
7 
8 /*** Version information ***/
9 #define ACVERSION "2.0"
10 
11 /*** Default configuration stuff ***/
12 #define TARGET 16384
14 #define GAINMAX 32
15 #define GAINSMOOTH 8
16 #define BUCKETS 400
18 #endif
19