00001 /* ./include/config.h. Generated from config.in by configure. */ 00002 /* ./include/config.in. Generated from configure.ac by autoheader. */ 00003 00004 /* epics major release */ 00005 #define EPICS_MAJOR 3 00006 00007 /* epics minor release */ 00008 #define EPICS_MINOR 14 00009 00010 /* epics patch release */ 00011 #define EPICS_PATCH 12 00012 00013 /* Availability of boost */ 00014 #define HAVE_BOOST 1 00015 00016 /* boost thread library */ 00017 /* #undef HAVE_BOOST_THREAD */ 00018 00019 /* Define to 1 if you have the <cadef.h> header file. */ 00020 #define HAVE_CADEF_H 1 00021 00022 /* Define to 1 if you have the <dlfcn.h> header file. */ 00023 #define HAVE_DLFCN_H 1 00024 00025 /* epics version */ 00026 #define HAVE_EPICS 3.14.12 00027 00028 /* Define to 1 if you have the <epicsTypes.h> header file. */ 00029 #define HAVE_EPICSTYPES_H 1 00030 00031 /* Define to 1 if you have the <inttypes.h> header file. */ 00032 #define HAVE_INTTYPES_H 1 00033 00034 /* Define to 1 if you have the `boost_thread' library (-lboost_thread). */ 00035 /* #undef HAVE_LIBBOOST_THREAD */ 00036 00037 /* Define to 1 if you have the `python2.7' library (-lpython2.7). */ 00038 /* #undef HAVE_LIBPYTHON2_7 */ 00039 00040 /* Define to 1 if you have the `python3.5m' library (-lpython3.5m). */ 00041 /* #undef HAVE_LIBPYTHON3_5M */ 00042 00043 /* Define to 1 if you have the `QtCore' library (-lQtCore). */ 00044 /* #undef HAVE_LIBQTCORE */ 00045 00046 /* Define to 1 if you have the `QtXml' library (-lQtXml). */ 00047 /* #undef HAVE_LIBQTXML */ 00048 00049 /* linux dependency (sleep) */ 00050 #define HAVE_LINUX 1 00051 00052 /* Define to 1 if you have the <memory.h> header file. */ 00053 #define HAVE_MEMORY_H 1 00054 00055 /* Define to 1 if you have the <multi_index_container.hpp> header file. */ 00056 #define HAVE_MULTI_INDEX_CONTAINER_HPP 1 00057 00058 /* pycafe extern C */ 00059 /* #undef HAVE_PYCAFE_EXT */ 00060 00061 /* Availability of python2 */ 00062 /* #undef HAVE_PYTHON */ 00063 00064 /* Define to 1 if you have the <Python.h> header file. */ 00065 /* #undef HAVE_PYTHON_H */ 00066 00067 /* Availability of Qt version 4 confirmed */ 00068 /* #undef HAVE_QT4 */ 00069 00070 /* Define to 1 if you have the <qxml.h> header file. */ 00071 /* #undef HAVE_QXML_H */ 00072 00073 /* Define to 1 if you have the <stdint.h> header file. */ 00074 #define HAVE_STDINT_H 1 00075 00076 /* Define to 1 if you have the <stdlib.h> header file. */ 00077 #define HAVE_STDLIB_H 1 00078 00079 /* Define to 1 if you have the <strings.h> header file. */ 00080 #define HAVE_STRINGS_H 1 00081 00082 /* Define to 1 if you have the <string.h> header file. */ 00083 #define HAVE_STRING_H 1 00084 00085 /* Define to 1 if you have the <sys/stat.h> header file. */ 00086 #define HAVE_SYS_STAT_H 1 00087 00088 /* Define to 1 if you have the <sys/types.h> header file. */ 00089 #define HAVE_SYS_TYPES_H 1 00090 00091 /* Define to 1 if you have the <unistd.h> header file. */ 00092 #define HAVE_UNISTD_H 1 00093 00094 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00095 */ 00096 #define LT_OBJDIR ".libs/" 00097 00098 /* Name of package */ 00099 #define PACKAGE "cafe" 00100 00101 /* Define to the address where bug reports for this package should be sent. */ 00102 #define PACKAGE_BUGREPORT "Bug reports to: jan.chrin@psi.ch" 00103 00104 /* Define to the full name of this package. */ 00105 #define PACKAGE_NAME "CAFE" 00106 00107 /* Define to the full name and version of this package. */ 00108 #define PACKAGE_STRING "CAFE 1.0.0" 00109 00110 /* Define to the one symbol short name of this package. */ 00111 #define PACKAGE_TARNAME "cafe" 00112 00113 /* Define to the version of this package. */ 00114 #define PACKAGE_VERSION "1.0.0" 00115 00116 /* Define to 1 if you have the ANSI C header files. */ 00117 #define STDC_HEADERS 1 00118 00119 /* Version number of package */ 00120 #define VERSION "1.0.0"