libiio  0.10
Library for interfacing with IIO devices
 All Data Structures Files Functions Variables Enumerations Modules
iio-config.h
1 #ifndef IIO_CONFIG_H
2 #define IIO_CONFIG_H
3 
4 #define LIBIIO_VERSION_MAJOR 0
5 #define LIBIIO_VERSION_MINOR 10
6 #define LIBIIO_VERSION_GIT "v0.10"
7 
8 #define LOG_LEVEL Info_L
9 
10 #define WITH_LOCAL_BACKEND
11 #define WITH_XML_BACKEND
12 #define WITH_NETWORK_BACKEND
13 #define WITH_USB_BACKEND
14 /* #undef WITH_SERIAL_BACKEND */
15 #define WITH_MATLAB_BINDINGS_API
16 
17 /* #undef WITH_NETWORK_GET_BUFFER */
18 #define WITH_NETWORK_EVENTFD
19 #define WITH_IIOD_USBD
20 /* #undef WITH_LOCAL_CONFIG */
21 #define HAS_PIPE2
22 #define HAS_STRDUP
23 #define HAS_STRERROR_R
24 #define HAS_NEWLOCALE
25 #define HAS_PTHREAD_SETNAME_NP
26 #define HAVE_IPV6
27 #define HAVE_AVAHI
28 /* #undef NO_THREADS */
29 
30 #endif /* IIO_CONFIG_H */