sc68fordevelopers  2.2.1
/tmp/B.otnhgz8n/BUILD/sc68-2.2.1/config_option68.h
1 /* Configured options for sc68. */
2 
3 #ifndef _SC68_CONFIG_OPTION68_H_
4 #define _SC68_CONFIG_OPTION68_H_
5 
6 #ifdef HAVE_CONFIG_H
7 
8 /* Debug facilities */
9 #if 0
10 # define _DEBUG 1
11 #endif
12 
13 /* Define to prevent fd stream compilation */
14 #if 0
15 # define ISTREAM_NO_FD 1
16 #endif
17 
18 /* Define to prevent FILE stream compilation */
19 #if 0
20 # define ISTREAM_NO_FILE 1
21 #endif
22 
23 /* Define to prevent memory stream compilation */
24 #if 0
25 # define ISTREAM_NO_MEM 1
26 #endif
27 
28 #ifndef REPLAY_RATE_MIN
29 # define REPLAY_RATE_MIN 25
30 #endif
31 
32 #ifndef SAMPLING_RATE_MIN
33 # define SAMPLING_RATE_MIN 6000
34 #endif
35 
36 #ifndef SAMPLING_RATE_MAX
37 # define SAMPLING_RATE_MAX 50000
38 #endif
39 
40 #ifndef SAMPLING_RATE_DEF
41 # define SAMPLING_RATE_DEF 44100
42 #endif
43 
44 #endif /* #ifndef HAVE_CONFIG_H */
45 
46 /* Fallback */
47 #ifndef NO_FALLBACK_CONFIG
48 
49 #ifndef REPLAY_RATE_MIN
50 # define REPLAY_RATE_MIN 25
51 #endif
52 
53 #ifndef SAMPLING_RATE_MIN
54 # define SAMPLING_RATE_MIN 6000
55 #endif
56 
57 #ifndef SAMPLING_RATE_MAX
58 # define SAMPLING_RATE_MAX 50000
59 #endif
60 
61 #ifndef SAMPLING_RATE_DEF
62 # define SAMPLING_RATE_DEF 44100
63 #endif
64 
65 #endif /* #ifndef NO_FALLBACK_CONFIG */
66 
67 #endif /* #ifndef _SC68_CONFIG_OPTION68_H_ */