config_option68.h00001
00002
00003 #ifndef _SC68_CONFIG_OPTION68_H_
00004 #define _SC68_CONFIG_OPTION68_H_
00005
00006 #ifdef HAVE_CONFIG_H
00007
00008
00009 #if 1
00010 # define _DEBUG 1
00011 #endif
00012
00013
00014 #if 0
00015 # define ISTREAM_NO_FD 1
00016 #endif
00017
00018
00019 #if 0
00020 # define ISTREAM_NO_FILE 1
00021 #endif
00022
00023
00024 #if 0
00025 # define ISTREAM_NO_MEM 1
00026 #endif
00027
00028
00029 #if 0
00030 # define ISTREAM_NO_CURL 1
00031 #endif
00032
00033 #ifndef REPLAY_RATE_MIN
00034 # define REPLAY_RATE_MIN 25
00035 #endif
00036
00037 #ifndef SAMPLING_RATE_MIN
00038 # define SAMPLING_RATE_MIN 6000
00039 #endif
00040
00041 #ifndef SAMPLING_RATE_MAX
00042 # define SAMPLING_RATE_MAX 50000
00043 #endif
00044
00045 #ifndef SAMPLING_RATE_DEF
00046 # define SAMPLING_RATE_DEF 44100
00047 #endif
00048
00049 #endif
00050
00051
00052 #ifndef NO_FALLBACK_CONFIG
00053
00054 #ifndef REPLAY_RATE_MIN
00055 # define REPLAY_RATE_MIN 25
00056 #endif
00057
00058 #ifndef SAMPLING_RATE_MIN
00059 # define SAMPLING_RATE_MIN 6000
00060 #endif
00061
00062 #ifndef SAMPLING_RATE_MAX
00063 # define SAMPLING_RATE_MAX 50000
00064 #endif
00065
00066 #ifndef SAMPLING_RATE_DEF
00067 # define SAMPLING_RATE_DEF 44100
00068 #endif
00069
00070 #endif
00071
00072 #endif
|