libiio
0.25
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 25
6
#define LIBIIO_VERSION_GIT "a015afe"
7
8
#define LOG_LEVEL Info_L
9
10
#define LIBIIO_SCAN_BACKENDS "usb,local,ip"
11
12
#define WITH_LOCAL_BACKEND 1
13
#define WITH_XML_BACKEND 1
14
#define WITH_NETWORK_BACKEND 1
15
#define WITH_USB_BACKEND 1
16
#define WITH_SERIAL_BACKEND 0
17
18
/* #undef WITH_NETWORK_GET_BUFFER */
19
#define WITH_NETWORK_EVENTFD 1
20
#define WITH_IIOD_USBD 1
21
#define WITH_IIOD_SERIAL 1
22
#define WITH_LOCAL_CONFIG 1
23
#define WITH_LOCAL_MMAP_API 1
24
#define WITH_HWMON 1
25
#define WITH_AIO 1
26
#define HAVE_DNS_SD 1
27
#define HAVE_AVAHI 1
28
#define WITH_ZSTD 0
29
30
/* #undef HAS_PIPE2 */
31
#define HAS_STRDUP
32
#define HAS_STRNDUP
33
#define HAS_STRTOK_R
34
#define HAS_STRERROR_R
35
#define HAS_NEWLOCALE
36
/* #undef HAS_PTHREAD_SETNAME_NP */
37
#define HAVE_IPV6
38
/* #undef NO_THREADS */
39
#define HAS_LIBUSB_GETVERSION
40
41
#endif
/* IIO_CONFIG_H */
iio-config.h
Copyright
libIIO Contributors
1.9.1