summaryrefslogtreecommitdiff
path: root/src/iio-config.h
blob: a689f8501d74cd100875a7e59db27cf1bea6013f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef IIO_CONFIG_H
#define IIO_CONFIG_H

#define LIBIIO_VERSION_MAJOR	0
#define LIBIIO_VERSION_MINOR	18
#define LIBIIO_VERSION_GIT	"4e22517"

#define LOG_LEVEL Info_L

#define WITH_LOCAL_BACKEND
#undef WITH_XML_BACKEND
#undef WITH_NETWORK_BACKEND
#undef WITH_USB_BACKEND
#undef WITH_SERIAL_BACKEND
#undef WITH_MATLAB_BINDINGS_API

#undef WITH_NETWORK_GET_BUFFER
#undef WITH_NETWORK_EVENTFD
#undef WITH_IIOD_USBD
#undef WITH_LOCAL_CONFIG
#define HAS_PIPE2
#define HAS_STRDUP
#define HAS_STRERROR_R
#define HAS_NEWLOCALE
#define HAS_PTHREAD_SETNAME_NP
#undef HAVE_IPV6
#undef HAVE_AVAHI
#undef NO_THREADS
#undef HAS_LIBUSB_GETVERSION

#endif /* IIO_CONFIG_H */