libiio
0.18
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 18
6
#define LIBIIO_VERSION_GIT "v0.18"
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
#define 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
/* #undef HAVE_AVAHI */
28
/* #undef NO_THREADS */
29
#define HAS_LIBUSB_GETVERSION
30
31
#endif
/* IIO_CONFIG_H */
Generated on Sun May 12 2019 11:28:47 for libiio by
1.8.14