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 "4e22517" 7 8 #define LOG_LEVEL Info_L 9 10 #define WITH_LOCAL_BACKEND 11 #undef WITH_XML_BACKEND 12 #undef WITH_NETWORK_BACKEND 13 #undef WITH_USB_BACKEND 14 #undef WITH_SERIAL_BACKEND 15 #undef WITH_MATLAB_BINDINGS_API 16 17 #undef WITH_NETWORK_GET_BUFFER 18 #undef 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 #undef HAVE_IPV6 27 #undef HAVE_AVAHI 28 #undef NO_THREADS 29 #undef HAS_LIBUSB_GETVERSION 30 31 #endif /* IIO_CONFIG_H */ 32