solarpowerlog trunk
/home/tobi/workspace/solarpowerlog/src/config.h
Go to the documentation of this file.
00001 /* src/config.h.  Generated from config.h.in by configure.  */
00002 /* src/config.h.in.  Generated from configure.in by autoheader.  */
00003 
00004 /* Defined if the requested minimum BOOST version is satisfied */
00005 #define HAVE_BOOST 1
00006 
00007 /* Define to 1 if you have <boost/asio.hpp> */
00008 #define HAVE_BOOST_ASIO_HPP 1
00009 
00010 /* Define to 1 if you have <boost/date_time/posix_time/posix_time.hpp> */
00011 #define HAVE_BOOST_DATE_TIME_POSIX_TIME_POSIX_TIME_HPP 1
00012 
00013 /* Define to 1 if you have <boost/program_options.hpp> */
00014 #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1
00015 
00016 /* Define to 1 if you have <boost/system/error_code.hpp> */
00017 #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
00018 
00019 /* Define to 1 if you have <boost/thread.hpp> */
00020 #define HAVE_BOOST_THREAD_HPP 1
00021 
00022 /* Use Boost for parsing command line options. */
00023 #define HAVE_CMDLINEOPTS 1
00024 
00025 /* Serial port communication support */
00026 #define HAVE_COMMS_ASIOSERIAL 1
00027 
00028 /* TCP/IP communication support */
00029 #define HAVE_COMMS_ASIOTCPIO 1
00030 
00031 /* Shared communication support */
00032 #define HAVE_COMMS_SHAREDCONNECTION 1
00033 
00034 /* Define to 1 if you have the <dlfcn.h> header file. */
00035 #define HAVE_DLFCN_H 1
00036 
00037 /* CSV Writer Support */
00038 #define HAVE_FILTER_CSVDUMP 1
00039 
00040 /* Dumb Dumper Support */
00041 #define HAVE_FILTER_DUMBDUMP 1
00042 
00043 /* HTML Writer Support */
00044 #define HAVE_FILTER_HTMLWRITER 1
00045 
00046 /* Define to 1 if you have the <inttypes.h> header file. */
00047 #define HAVE_INTTYPES_H 1
00048 
00049 /* Dummy inverter support */
00050 #define HAVE_INV_DUMMY 1
00051 
00052 /* Sputnik inverter support */
00053 #define HAVE_INV_SPUTNIK 1
00054 
00055 /* Logging Library */
00056 #define HAVE_LIBLOG4CXX 1
00057 
00058 /* Define to 1 if you have the <memory.h> header file. */
00059 #define HAVE_MEMORY_H 1
00060 
00061 /* Are the syslog-calls available on this system */
00062 #define HAVE_OPENLOG 1
00063 
00064 /* 1 if open_memstream is available */
00065 #define HAVE_OPEN_MEMSTREAM 1
00066 
00067 /* Define to 1 if stdbool.h conforms to C99. */
00068 #define HAVE_STDBOOL_H 1
00069 
00070 /* Define to 1 if you have the <stdint.h> header file. */
00071 #define HAVE_STDINT_H 1
00072 
00073 /* Define to 1 if you have the <stdlib.h> header file. */
00074 #define HAVE_STDLIB_H 1
00075 
00076 /* Define to 1 if you have the <strings.h> header file. */
00077 #define HAVE_STRINGS_H 1
00078 
00079 /* Define to 1 if you have the <string.h> header file. */
00080 #define HAVE_STRING_H 1
00081 
00082 /* Define to 1 if you have the <sys/stat.h> header file. */
00083 #define HAVE_SYS_STAT_H 1
00084 
00085 /* Define to 1 if you have the <sys/types.h> header file. */
00086 #define HAVE_SYS_TYPES_H 1
00087 
00088 /* Define to 1 if you have the <unistd.h> header file. */
00089 #define HAVE_UNISTD_H 1
00090 
00091 /* Windows API */
00092 /* #undef HAVE_WIN32_API */
00093 
00094 /* Define to 1 if the system has the type `_Bool'. */
00095 /* #undef HAVE__BOOL */
00096 
00097 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00098    */
00099 #define LT_OBJDIR ".libs/"
00100 
00101 /* Define to 1 if assertions should be disabled. */
00102 /* #undef NDEBUG */
00103 
00104 /* Name of package */
00105 #define PACKAGE "solarpowerlog"
00106 
00107 /* Define to the address where bug reports for this package should be sent. */
00108 #define PACKAGE_BUGREPORT "tobi@coldtobi.de"
00109 
00110 /* Define to the full name of this package. */
00111 #define PACKAGE_NAME "solarpowerlog"
00112 
00113 /* Define to the full name and version of this package. */
00114 #define PACKAGE_STRING "solarpowerlog 0.20"
00115 
00116 /* Define to the one symbol short name of this package. */
00117 #define PACKAGE_TARNAME "solarpowerlog"
00118 
00119 /* Define to the home page for this package. */
00120 #define PACKAGE_URL ""
00121 
00122 /* Define to the version of this package. */
00123 #define PACKAGE_VERSION "0.20"
00124 
00125 /* Define to 1 if you have the ANSI C header files. */
00126 #define STDC_HEADERS 1
00127 
00128 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00129 #define TIME_WITH_SYS_TIME 1
00130 
00131 /* Version number of package */
00132 #define VERSION "0.20"
00133 
00134 /* Define to `unsigned int' if <sys/types.h> does not define. */
00135 /* #undef size_t */