forked from analogdevicesinc/libiio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiio-config.h.cmakein
More file actions
31 lines (26 loc) · 830 Bytes
/
iio-config.h.cmakein
File metadata and controls
31 lines (26 loc) · 830 Bytes
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 @LIBIIO_VERSION_MAJOR@
#define LIBIIO_VERSION_MINOR @LIBIIO_VERSION_MINOR@
#define LIBIIO_VERSION_GIT "@LIBIIO_VERSION_GIT@"
#define LOG_LEVEL @LOG_LEVEL@_L
#cmakedefine WITH_LOCAL_BACKEND
#cmakedefine WITH_XML_BACKEND
#cmakedefine WITH_NETWORK_BACKEND
#cmakedefine WITH_USB_BACKEND
#cmakedefine WITH_SERIAL_BACKEND
#cmakedefine WITH_MATLAB_BINDINGS_API
#cmakedefine WITH_NETWORK_GET_BUFFER
#cmakedefine WITH_NETWORK_EVENTFD
#cmakedefine WITH_IIOD_USBD
#cmakedefine WITH_LOCAL_CONFIG
#cmakedefine HAS_PIPE2
#cmakedefine HAS_STRDUP
#cmakedefine HAS_STRERROR_R
#cmakedefine HAS_NEWLOCALE
#cmakedefine HAS_PTHREAD_SETNAME_NP
#cmakedefine HAVE_IPV6
#cmakedefine HAVE_AVAHI
#cmakedefine NO_THREADS
#cmakedefine HAS_LIBUSB_GETVERSION
#endif /* IIO_CONFIG_H */