GNU Radio's OSMOSDR Package
config.h
Go to the documentation of this file.
1 #ifndef CONFIG_H_IN
2 #define CONFIG_H_IN
3 
4 #define GR_OSMOSDR_VERSION "v0.1-compat-xxx-xunknown"
5 #define GR_OSMOSDR_LIBVER "0.1.5git"
6 
7 #define ENABLE_OSMOSDR
8 /* #undef ENABLE_FCD */
9 #define ENABLE_FILE
10 #define ENABLE_RTL
11 #define ENABLE_RTL_TCP
12 #define ENABLE_UHD
13 #define ENABLE_MIRI
14 /* #undef ENABLE_SDRPLAY */
15 #define ENABLE_HACKRF
16 #define ENABLE_BLADERF
17 #define ENABLE_RFSPACE
18 #define ENABLE_AIRSPY
19 #define ENABLE_SOAPY
20 #define ENABLE_REDPITAYA
21 #define ENABLE_FREESRP
22 
23 //provide NAN define for MSVC older than VC12
24 #if defined(_MSC_VER) && (_MSC_VER < 1800)
25 #include <limits>
26 #define NAN std::numeric_limits<double>::quiet_NaN()
27 #endif
28 
29 #endif // CONFIG_H_IN