EvolvingObjects
config.h
00001 /* config.h.cmake */
00002 
00003 /* Debugging flag */
00004 /* #undef DEBUG */
00005 
00006 /* gnuplot graphical display */
00007 /* #undef HAVE_GNUPLOT */
00008 
00009 /* Define to 1 if you have the <inttypes.h> header file. */
00010 /* #undef HAVE_INTTYPES_H */
00011 
00012 /* Define to 1 if you have the `m' library (-lm). */
00013 #define HAVE_LIBM
00014 
00015 /* Define to 1 if you have the <memory.h> header file. */
00016 /* #undef HAVE_MEMORY_H */
00017 
00018 /* Define to 1 if you have the <stdint.h> header file. */
00019 /* #undef HAVE_STDINT_H */
00020 
00021 /* Define to 1 if you have the <stdlib.h> header file. */
00022 /* #undef HAVE_STDLIB_H */
00023 
00024 /* Define to 1 if you have the <strings.h> header file. */
00025 /* #undef HAVE_STRINGS_H */
00026 
00027 /* Define to 1 if you have the <string.h> header file. */
00028 /* #undef HAVE_STRING_H */
00029 
00030 /* Define to 1 if you have the <sys/stat.h> header file. */
00031 /* #undef HAVE_SYS_STAT_H */
00032 
00033 /* Define to 1 if you have the <sys/types.h> header file. */
00034 /* #undef HAVE_SYS_TYPES_H */
00035 
00036 /* Define to 1 if the system has the type `uint32_t'. */
00037 /* #undef HAVE_UINT32_T */
00038 
00039 /* Define to 1 if you have the <unistd.h> header file. */
00040 /* #undef HAVE_UNISTD_H */
00041 
00042 /* no debugging */
00043 /* #undef NDEBUG */
00044 
00045 /* no debugging */
00046 /* #undef NODEBUG */
00047 
00048 /* Name of package */
00049 /* #undef PACKAGE */
00050 
00051 /* Define to the address where bug reports for this package should be sent. */
00052 #define PACKAGE_BUGREPORT "eodev-help@sourceforge.net"
00053 
00054 /* Define to the full name of this package. */
00055 #define PACKAGE_NAME "Evolving Objects"
00056 
00057 /* Define to the full name and version of this package. */
00058 #define PACKAGE_STRING "Evolving Objects "
00059 
00060 /* Define to the one symbol short name of this package. */
00061 #define PACKAGE_TARNAME "eo"
00062 
00063 /* Define to the version of this package. */
00064 /* #undef PACKAGE_VERSION */
00065 
00066 /* Define to 1 if you have the ANSI C header files. */
00067 /* #undef STDC_HEADERS */
00068 
00069 /* Version number of package */
00070 /* #undef  */
00071 
00072 /* Define to `unsigned int' if <sys/types.h> does not define. */
00073 /* #undef size_t */
 All Classes Namespaces Files Functions Variables Typedefs Friends