summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/iio-config.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/iio-config.h b/src/iio-config.h
new file mode 100644
index 0000000..312c7a7
--- /dev/null
+++ b/src/iio-config.h
@@ -0,0 +1,30 @@
+#ifndef IIO_CONFIG_H
+#define IIO_CONFIG_H
+
+#define LIBIIO_VERSION_MAJOR 0
+#define LIBIIO_VERSION_MINOR 15
+#define LIBIIO_VERSION_GIT "19d8880"
+
+#define LOG_LEVEL Info
+
+#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
+
+#endif /* IIO_CONFIG_H */