• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

Meros_Config.h

Go to the documentation of this file.
00001 /* src/Meros_Config.h.  Generated from Meros_Config.h.in by configure.  */
00002 /* src/Meros_Config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* define if bool is a built-in type */
00005 #define HAVE_BOOL 
00006 
00007 /* Define to 1 if you have the <cmath> header file. */
00008 #define HAVE_CMATH 1
00009 
00010 /* Define to 1 if you have the <cstdio> header file. */
00011 #define HAVE_CSTDIO 1
00012 
00013 /* Define to 1 if you have the <cstdlib> header file. */
00014 #define HAVE_CSTDLIB 1
00015 
00016 /* Define if want to build examples */
00017 #define HAVE_EXAMPLES 
00018 
00019 /* Define if you want to build export makefiles. */
00020 #define HAVE_EXPORT_MAKEFILES 
00021 
00022 /* Define if you are using gnumake - this will shorten your link lines. */
00023 #define HAVE_GNUMAKE 
00024 
00025 /* Define to 1 if you have the <inttypes.h> header file. */
00026 #define HAVE_INTTYPES_H 1
00027 
00028 /* Define to 1 if you have the <iostream> header file. */
00029 #define HAVE_IOSTREAM 1
00030 
00031 /* Define to 1 if you have the <iostream.h> header file. */
00032 /* #undef HAVE_IOSTREAM_H */
00033 
00034 /* Define if want to build libcheck */
00035 #define HAVE_LIBCHECK 
00036 
00037 /* Define to 1 if you have the <math.h> header file. */
00038 /* #undef HAVE_MATH_H */
00039 
00040 /* Define to 1 if you have the <memory.h> header file. */
00041 #define HAVE_MEMORY_H 1
00042 
00043 /* Define if want to build meros-examples */
00044 #define HAVE_MEROS_EXAMPLES 
00045 
00046 /* Define if want to build meros-tests */
00047 #define HAVE_MEROS_TESTS 
00048 
00049 /* define if we want to use MPI */
00050 #define HAVE_MPI 
00051 
00052 /* define if the compiler supports the mutable keyword */
00053 #define HAVE_MUTABLE 
00054 
00055 /* define if the compiler implements namespaces */
00056 #define HAVE_NAMESPACES 
00057 
00058 /* define if the compiler accepts the new for scoping rules */
00059 #define HAVE_NEW_FOR_SCOPING 
00060 
00061 /* Define to 1 if you have the <stdint.h> header file. */
00062 #define HAVE_STDINT_H 1
00063 
00064 /* Define to 1 if you have the <stdio.h> header file. */
00065 /* #undef HAVE_STDIO_H */
00066 
00067 /* Define to 1 if you have the <stdlib.h> header file. */
00068 #define HAVE_STDLIB_H 1
00069 
00070 /* define if std::sprintf is supported */
00071 #define HAVE_STD_SPRINTF 
00072 
00073 /* define if the compiler supports Standard Template Library */
00074 #define HAVE_STL 
00075 
00076 /* Define to 1 if you have the <string> header file. */
00077 #define HAVE_STRING 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 if want to build tests */
00092 #define HAVE_TESTS 
00093 
00094 /* Define to 1 if you have the <unistd.h> header file. */
00095 #define HAVE_UNISTD_H 1
00096 
00097 /* Define to the address where bug reports for this package should be sent. */
00098 #define PACKAGE_BUGREPORT "vehowle@sandia.gov"
00099 
00100 /* Define to the full name of this package. */
00101 #define PACKAGE_NAME "meros"
00102 
00103 /* Define to the full name and version of this package. */
00104 #define PACKAGE_STRING "meros 1.0"
00105 
00106 /* Define to the one symbol short name of this package. */
00107 #define PACKAGE_TARNAME "meros"
00108 
00109 /* Define to the version of this package. */
00110 #define PACKAGE_VERSION "1.0"
00111 
00112 /* Define to 1 if you have the ANSI C header files. */
00113 #define STDC_HEADERS 1
00114 
00115 /* Define to `__inline__' or `__inline' if that's what the C compiler
00116    calls it, or to nothing if 'inline' is not supported under any name.  */
00117 #ifndef __cplusplus
00118 /* #undef inline */
00119 #endif