29 lines
622 B
C
29 lines
622 B
C
|
|
/* epics major release */
|
|
#define EPICS_MAJOR 7
|
|
|
|
/* epics minor release */
|
|
#define EPICS_MINOR 0
|
|
|
|
/* epics patch release */
|
|
#define EPICS_PATCH 6
|
|
|
|
/* epics version */
|
|
#define HAVE_EPICS 7.0.6
|
|
|
|
/* 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 */
|
|
|
|
#ifdef _MSC_VER
|
|
#define _CRT_SECURE_NO_WARNINGS
|
|
#endif
|