00001 /* src/Ifpack_config.h. Generated from Ifpack_config.h.in by configure. */ 00002 /* src/Ifpack_config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if you have the <algorithm> header file. */ 00005 #define HAVE_ALGORITHM 1 00006 00007 /* Define to 1 if you have the <algorithm.h> header file. */ 00008 /* #undef HAVE_ALGORITHM_H */ 00009 00010 /* Define to 1 if you have the <algo.h> header file. */ 00011 /* #undef HAVE_ALGO_H */ 00012 00013 /* Define to 1 if you have the <assert.h> header file. */ 00014 /* #undef HAVE_ASSERT_H */ 00015 00016 /* define if bool is a built-in type */ 00017 #define HAVE_BOOL 00018 00019 /* Define to 1 if you have the <cassert> header file. */ 00020 #define HAVE_CASSERT 1 00021 00022 /* Define to 1 if you have the <cmath> header file. */ 00023 #define HAVE_CMATH 1 00024 00025 /* Define to 1 if you have the <cstdio> header file. */ 00026 #define HAVE_CSTDIO 1 00027 00028 /* Define to 1 if you have the <cstdlib> header file. */ 00029 #define HAVE_CSTDLIB 1 00030 00031 /* Define if want to build examples */ 00032 #define HAVE_EXAMPLES 00033 00034 /* Define if you want to build export makefiles. */ 00035 #define HAVE_EXPORT_MAKEFILES 00036 00037 /* Define if you are using gnumake - this will shorten your link lines. */ 00038 #define HAVE_GNUMAKE 00039 00040 /* Define if want to build with ifpack enabled */ 00041 #define HAVE_IFPACK_AMESOS 1 00042 00043 /* Define if want to build with ifpack enabled */ 00044 #define HAVE_IFPACK_AZTECOO 1 00045 00046 /* Define if want to build with ifpack enabled */ 00047 #define HAVE_IFPACK_EPETRAEXT 1 00048 00049 /* Define if want to build ifpack-examples */ 00050 #define HAVE_IFPACK_EXAMPLES 00051 00052 /* Define if want to build with ifpack enabled */ 00053 #define HAVE_IFPACK_GALERI 1 00054 00055 /* Define if you want to build Ifpack's ParameterList interface */ 00056 #define HAVE_IFPACK_METIS 00057 00058 /* Define if want to build ifpack-tests */ 00059 #define HAVE_IFPACK_TESTS 00060 00061 /* Define to 1 if you have the <inttypes.h> header file. */ 00062 #define HAVE_INTTYPES_H 1 00063 00064 /* Define to 1 if you have the <iostream> header file. */ 00065 #define HAVE_IOSTREAM 1 00066 00067 /* Define to 1 if you have the <iostream.h> header file. */ 00068 /* #undef HAVE_IOSTREAM_H */ 00069 00070 /* Define if want to build libcheck */ 00071 #define HAVE_LIBCHECK 00072 00073 /* Define to 1 if you have the <math.h> header file. */ 00074 /* #undef HAVE_MATH_H */ 00075 00076 /* Define to 1 if you have the <memory.h> header file. */ 00077 #define HAVE_MEMORY_H 1 00078 00079 /* define if we want to use MPI */ 00080 #define HAVE_MPI 00081 00082 /* define if the compiler supports the mutable keyword */ 00083 #define HAVE_MUTABLE 00084 00085 /* define if the compiler implements namespaces */ 00086 #define HAVE_NAMESPACES 00087 00088 /* define if the compiler accepts the new for scoping rules */ 00089 #define HAVE_NEW_FOR_SCOPING 00090 00091 /* Define to 1 if you have the <stdint.h> header file. */ 00092 #define HAVE_STDINT_H 1 00093 00094 /* Define to 1 if you have the <stdio.h> header file. */ 00095 /* #undef HAVE_STDIO_H */ 00096 00097 /* Define to 1 if you have the <stdlib.h> header file. */ 00098 #define HAVE_STDLIB_H 1 00099 00100 /* define if std::sprintf is supported */ 00101 #define HAVE_STD_SPRINTF 00102 00103 /* define if the compiler supports Standard Template Library */ 00104 #define HAVE_STL 00105 00106 /* Define to 1 if you have the <string> header file. */ 00107 #define HAVE_STRING 1 00108 00109 /* Define to 1 if you have the <strings.h> header file. */ 00110 #define HAVE_STRINGS_H 1 00111 00112 /* Define to 1 if you have the <string.h> header file. */ 00113 #define HAVE_STRING_H 1 00114 00115 /* Define to 1 if you have the <sys/stat.h> header file. */ 00116 #define HAVE_SYS_STAT_H 1 00117 00118 /* Define to 1 if you have the <sys/types.h> header file. */ 00119 #define HAVE_SYS_TYPES_H 1 00120 00121 /* Define if want to build tests */ 00122 #define HAVE_TESTS 00123 00124 /* Define to 1 if you have the <unistd.h> header file. */ 00125 #define HAVE_UNISTD_H 1 00126 00127 /* Define to 1 if you have the <vector> header file. */ 00128 #define HAVE_VECTOR 1 00129 00130 /* Define to 1 if you have the <vector.h> header file. */ 00131 /* #undef HAVE_VECTOR_H */ 00132 00133 /* Define to the address where bug reports for this package should be sent. */ 00134 #define PACKAGE_BUGREPORT "maherou@sandia.gov" 00135 00136 /* Define to the full name of this package. */ 00137 #define PACKAGE_NAME "ifpack" 00138 00139 /* Define to the full name and version of this package. */ 00140 #define PACKAGE_STRING "ifpack 3.3" 00141 00142 /* Define to the one symbol short name of this package. */ 00143 #define PACKAGE_TARNAME "ifpack" 00144 00145 /* Define to the version of this package. */ 00146 #define PACKAGE_VERSION "3.3" 00147 00148 /* Define to 1 if you have the ANSI C header files. */ 00149 #define STDC_HEADERS 1 00150 00151 /* define if compiling for ASCI Red, aka TFLOP */ 00152 /* #undef TFLOP */ 00153 00154 /* Define to `__inline__' or `__inline' if that's what the C compiler 00155 calls it, or to nothing if 'inline' is not supported under any name. */ 00156 #ifndef __cplusplus 00157 /* #undef inline */ 00158 #endif