1 #ifndef RBCODECCONFIG_H_INCLUDED
2 #define RBCODECCONFIG_H_INCLUDED
4 #define HAVE_PITCHCONTROL
5 //#define HAVE_SW_VOLUME_CONTROL
6 #define HAVE_SW_TONE_CONTROLS
12 /* {,u}int{8,16,32,64}_t, {,U}INT{8,16,32,64}_{MIN,MAX}, intptr_t, uintptr_t */
15 /* bool, true, false */
18 /* NULL, offsetof, size_t */
21 /* ssize_t, off_t, open, close, read, lseek, SEEK_SET, SEEK_CUR, SEEK_END */
24 /* MAX_PATH, {UCHAR,USHRT,UINT,ULONG,SCHAR,SHRT,INT,LONG}_{MIN,MAX} */
26 // FIXME changing MAX_PATH is broken for now
27 //#define MAX_PATH PATH_MAX
28 // set same as rb to avoid dragons