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 /* Availability of curl */ 00023 #define HAVE_CURL 1 00024 00025 /* Define to 1 if you have the <curl/curl.h> header file. */ 00026 #define HAVE_CURL_CURL_H 1 00027 00028 /* Define to 1 if you have the <dlfcn.h> header file. */ 00029 #define HAVE_DLFCN_H 1 00030 00031 /* epics version */ 00032 #define HAVE_EPICS 3.14.12 00033 00034 /* Define to 1 if you have the <epicsTypes.h> header file. */ 00035 #define HAVE_EPICSTYPES_H 1 00036 00037 /* Define to 1 if you have the <inttypes.h> header file. */ 00038 #define HAVE_INTTYPES_H 1 00039 00040 /* Availability of json */ 00041 #define HAVE_JSON 1 00042 00043 /* Define to 1 if you have the <json/json.h> header file. */ 00044 #define HAVE_JSON_JSON_H 1 00045 00046 /* Define to 1 if you have the `boost_thread' library (-lboost_thread). */ 00047 /* #undef HAVE_LIBBOOST_THREAD */ 00048 00049 /* Define to 1 if you have the `curl' library (-lcurl). */ 00050 #define HAVE_LIBCURL 1 00051 00052 /* Define to 1 if you have the `json_linux-gcc-4.4.7_libmt' library 00053 (-ljson_linux-gcc-4.4.7_libmt). */ 00054 #define HAVE_LIBJSON_LINUX_GCC_4_4_7_LIBMT 1 00055 00056 /* Define to 1 if you have the `python2.7' library (-lpython2.7). */ 00057 /* #undef HAVE_LIBPYTHON2_7 */ 00058 00059 /* Define to 1 if you have the `python3.5m' library (-lpython3.5m). */ 00060 #define HAVE_LIBPYTHON3_5M 1 00061 00062 /* Define to 1 if you have the `QtCore' library (-lQtCore). */ 00063 #define HAVE_LIBQTCORE 1 00064 00065 /* Define to 1 if you have the `QtXml' library (-lQtXml). */ 00066 #define HAVE_LIBQTXML 1 00067 00068 /* Define to 1 if you have the `zmq' library (-lzmq). */ 00069 #define HAVE_LIBZMQ 1 00070 00071 /* linux dependency (sleep) */ 00072 #define HAVE_LINUX 1 00073 00074 /* Define to 1 if you have the <memory.h> header file. */ 00075 #define HAVE_MEMORY_H 1 00076 00077 /* Define to 1 if you have the <multi_index_container.hpp> header file. */ 00078 #define HAVE_MULTI_INDEX_CONTAINER_HPP 1 00079 00080 /* pycafe extern C */ 00081 #define HAVE_PYCAFE_EXT 0 00082 00083 /* Availability of python2 */ 00084 #define HAVE_PYTHON 1 00085 00086 /* Define to 1 if you have the <Python.h> header file. */ 00087 #define HAVE_PYTHON_H 1 00088 00089 /* Availability of Qt version 4 confirmed */ 00090 #define HAVE_QT4 1 00091 00092 /* Define to 1 if you have the <qxml.h> header file. */ 00093 #define HAVE_QXML_H 1 00094 00095 /* Define to 1 if you have the <stdint.h> header file. */ 00096 #define HAVE_STDINT_H 1 00097 00098 /* Define to 1 if you have the <stdlib.h> header file. */ 00099 #define HAVE_STDLIB_H 1 00100 00101 /* Define to 1 if you have the <strings.h> header file. */ 00102 #define HAVE_STRINGS_H 1 00103 00104 /* Define to 1 if you have the <string.h> header file. */ 00105 #define HAVE_STRING_H 1 00106 00107 /* Define to 1 if you have the <sys/stat.h> header file. */ 00108 #define HAVE_SYS_STAT_H 1 00109 00110 /* Define to 1 if you have the <sys/types.h> header file. */ 00111 #define HAVE_SYS_TYPES_H 1 00112 00113 /* Define to 1 if you have the <unistd.h> header file. */ 00114 #define HAVE_UNISTD_H 1 00115 00116 /* Availability of zeromq */ 00117 #define HAVE_ZEROMQ 1 00118 00119 /* Define to 1 if you have the <zmq.h> header file. */ 00120 #define HAVE_ZMQ_H 1 00121 00122 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00123 */ 00124 #define LT_OBJDIR ".libs/" 00125 00126 /* Name of package */ 00127 #define PACKAGE "cafe" 00128 00129 /* Define to the address where bug reports for this package should be sent. */ 00130 #define PACKAGE_BUGREPORT "Bug reports to: jan.chrin@psi.ch" 00131 00132 /* Define to the full name of this package. */ 00133 #define PACKAGE_NAME "CAFE" 00134 00135 /* Define to the full name and version of this package. */ 00136 #define PACKAGE_STRING "CAFE 1.5.0" 00137 00138 /* Define to the one symbol short name of this package. */ 00139 #define PACKAGE_TARNAME "cafe" 00140 00141 /* Define to the version of this package. */ 00142 #define PACKAGE_VERSION "1.5.0" 00143 00144 /* Define to 1 if you have the ANSI C header files. */ 00145 #define STDC_HEADERS 1 00146 00147 /* Version number of package */ 00148 #define VERSION "1.5.0"