libiio
0.15
Library for interfacing with IIO devices
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 15
6
#define LIBIIO_VERSION_GIT "v0.15"
7
8
#define LOG_LEVEL Info_L
9
10
#define WITH_LOCAL_BACKEND
11
#define WITH_XML_BACKEND
12
#define WITH_NETWORK_BACKEND
13
/* #undef WITH_USB_BACKEND */
14
#define WITH_SERIAL_BACKEND
15
#define WITH_MATLAB_BINDINGS_API
16
17
/* #undef WITH_NETWORK_GET_BUFFER */
18
#define WITH_NETWORK_EVENTFD
19
/* #undef 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
/* #undef HAVE_AVAHI */
28
/* #undef NO_THREADS */
29
30
#endif
/* IIO_CONFIG_H */
Generated on Sat Jul 14 2018 09:37:14 for libiio by
1.8.14