Paul Cercueil / libiio

Dependencies:   libserialport libxml2

iio-config.h

Committer:
pcercuei
Date:
2017-06-26
Revision:
4:ad69b39bf124
Parent:
3:d147beabba0e

File content as of revision 4:ad69b39bf124:

#ifndef IIO_CONFIG_H
#define IIO_CONFIG_H

#include "iio-errno.h"

#define LIBIIO_VERSION_MAJOR	0
#define LIBIIO_VERSION_MINOR	10
#define LIBIIO_VERSION_GIT	"v0.10"

#define LOG_LEVEL Info_L

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

/* #undef WITH_NETWORK_GET_BUFFER */
/* #undef WITH_NETWORK_EVENTFD */
/* #undef WITH_LOCAL_CONFIG */
/* #undef HAS_PIPE2 */
/* #undef HAS_STRDUP */
/* #undef HAS_STRERROR_R */
/* #undef HAS_PTHREAD_SETNAME_NP */
/* #undef HAS_IPV6 */
/* #undef HAVE_AVAHI */
#define NO_THREADS

#endif /* IIO_CONFIG_H */