00001 /* src/Support/SundanceConfig.h. Generated by configure. */ 00002 /* src/Support/SundanceConfig.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to dummy `main' function (if any) required to link to the Fortran 77 00005 libraries. */ 00006 /* #undef F77_DUMMY_MAIN */ 00007 00008 /* Define to a macro mangling the given C identifier (in lower and upper 00009 case), which must not contain underscores, for linking with Fortran. */ 00010 #define F77_FUNC(name,NAME) name ## _ 00011 00012 /* As F77_FUNC, but for C identifiers containing underscores. */ 00013 #define F77_FUNC_(name,NAME) name ## __ 00014 00015 /* Define to 1 if you have the <assert.h> header file. */ 00016 #define HAVE_ASSERT_H 1 00017 00018 /* Define if you have a BLAS library. */ 00019 #define HAVE_BLAS 1 00020 00021 /* define if bool is a built-in type */ 00022 #define HAVE_BOOL 00023 00024 /* Define to 1 if you have the <cassert> header file. */ 00025 #define HAVE_CASSERT 1 00026 00027 /* Define to 1 if you have the <cmath> header file. */ 00028 #define HAVE_CMATH 1 00029 00030 /* Define to 1 if you have the <cstdio> header file. */ 00031 #define HAVE_CSTDIO 1 00032 00033 /* Define to 1 if you have the <cstdlib> header file. */ 00034 #define HAVE_CSTDLIB 1 00035 00036 /* Define to 1 if you have the <inttypes.h> header file. */ 00037 #define HAVE_INTTYPES_H 1 00038 00039 /* Define to 1 if you have the <iostream> header file. */ 00040 #define HAVE_IOSTREAM 1 00041 00042 /* Define to 1 if you have the <iostream.h> header file. */ 00043 #define HAVE_IOSTREAM_H 1 00044 00045 /* Define if you have LAPACK library. */ 00046 #define HAVE_LAPACK 1 00047 00048 /* Define to 1 if you have the <math.h> header file. */ 00049 #define HAVE_MATH_H 1 00050 00051 /* Define to 1 if you have the <memory.h> header file. */ 00052 #define HAVE_MEMORY_H 1 00053 00054 /* define if we want to use MPI */ 00055 #define HAVE_MPI 00056 00057 /* define if the compiler supports the mutable keyword */ 00058 #define HAVE_MUTABLE 00059 00060 /* define if the compiler implements namespaces */ 00061 #define HAVE_NAMESPACES 00062 00063 /* define if the compiler accepts the new for scoping rules */ 00064 #define HAVE_NEW_FOR_SCOPING 00065 00066 /* Define if want to build oldifpack */ 00067 /* #undef HAVE_OLDIFPACK */ 00068 00069 /* Define to 1 if you have the <sstream> header file. */ 00070 #define HAVE_SSTREAM 1 00071 00072 /* Define to 1 if you have the <sstream.h> header file. */ 00073 /* #undef HAVE_SSTREAM_H */ 00074 00075 /* Define to 1 if you have the <stdint.h> header file. */ 00076 #define HAVE_STDINT_H 1 00077 00078 /* Define to 1 if you have the <stdio.h> header file. */ 00079 #define HAVE_STDIO_H 1 00080 00081 /* Define to 1 if you have the <stdlib.h> header file. */ 00082 #define HAVE_STDLIB_H 1 00083 00084 /* define if std::sprintf is supported */ 00085 #define HAVE_STD_SPRINTF 00086 00087 /* define if the compiler supports Standard Template Library */ 00088 #define HAVE_STL 00089 00090 /* Define to 1 if you have the <string> header file. */ 00091 #define HAVE_STRING 1 00092 00093 /* Define to 1 if you have the <strings.h> header file. */ 00094 #define HAVE_STRINGS_H 1 00095 00096 /* Define to 1 if you have the <string.h> header file. */ 00097 #define HAVE_STRING_H 1 00098 00099 /* Define to 1 if you have the <strstream> header file. */ 00100 #define HAVE_STRSTREAM 1 00101 00102 /* Define to 1 if you have the <strstream.h> header file. */ 00103 #define HAVE_STRSTREAM_H 1 00104 00105 /* Define to 1 if you have the <sys/stat.h> header file. */ 00106 #define HAVE_SYS_STAT_H 1 00107 00108 /* Define to 1 if you have the <sys/types.h> header file. */ 00109 #define HAVE_SYS_TYPES_H 1 00110 00111 /* Define to 1 if you have the <unistd.h> header file. */ 00112 #define HAVE_UNISTD_H 1 00113 00114 /* Name of package */ 00115 #define PACKAGE "Sundance" 00116 00117 /* Define to the address where bug reports for this package should be sent. */ 00118 #define PACKAGE_BUGREPORT "krlong@sandia.gov" 00119 00120 /* Define to the full name of this package. */ 00121 #define PACKAGE_NAME "Sundance" 00122 00123 /* Define to the full name and version of this package. */ 00124 #define PACKAGE_STRING "Sundance 1.1" 00125 00126 /* Define to the one symbol short name of this package. */ 00127 #define PACKAGE_TARNAME "sundance" 00128 00129 /* Define to the version of this package. */ 00130 #define PACKAGE_VERSION "1.1" 00131 00132 /* Define to 1 if you have the ANSI C header files. */ 00133 #define STDC_HEADERS 1 00134 00135 /* define if compiling for ASCI Red, aka TFLOP */ 00136 /* #undef TFLOP */ 00137 00138 /* Version number of package */ 00139 #define VERSION "1.1" 00140 00141 /* Define to empty if `const' does not conform to ANSI C. */ 00142 /* #undef const */ 00143 00144 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 00145 if it is not supported. */ 00146 /* #undef inline */