26 lines
571 B
C
26 lines
571 B
C
|
|
/* epics major release */
|
|
#define EPICS_MAJOR 3
|
|
|
|
/* epics minor release */
|
|
#define EPICS_MINOR 14
|
|
|
|
/* epics patch release */
|
|
#define EPICS_PATCH 12
|
|
|
|
/* epics version */
|
|
#define HAVE_EPICS 3.14.12
|
|
|
|
/* Define to 1 if you have the <epicsTypes.h> header file. */
|
|
#define HAVE_EPICSTYPES_H 1
|
|
|
|
/* Define to 1 if you have the `boost_thread' library (-lboost_thread). */
|
|
#define HAVE_BOOST_THREAD 1
|
|
|
|
/* Define to 1 if you have the `QtXml' library (-lQtXml). */
|
|
/*define HAVE_LIBQTXML 1 */
|
|
|
|
/* Define to 1 if you have the <Python.h> header file. */
|
|
/*#define HAVE_PYTHON_H 1 */
|
|
|