42 #ifndef BELOS_CONFIGDEFS_HPP
43 #define BELOS_CONFIGDEFS_HPP
53 #ifndef TRILINOS_NO_CONFIG_H
68 #ifdef PACKAGE_BUGREPORT
69 #undef PACKAGE_BUGREPORT
76 #ifdef PACKAGE_TARNAME
77 #undef PACKAGE_TARNAME
80 #ifdef PACKAGE_VERSION
81 #undef PACKAGE_VERSION
88 #include <Belos_config.h>
105 #if defined(SGI) || defined(SGI64) || defined(SGI32) || defined(CPLANT) || defined(TFLOP)
127 #define BELOS_MAX(x,y) (( (x) > (y) ) ? (x) : (y) )
128 #define BELOS_MIN(x,y) (( (x) < (y) ) ? (x) : (y) )
129 #define BELOS_SGN(x) (( (x) < 0.0 ) ? -1.0 : 1.0 )
134 #include "Teuchos_CompilerCodeTweakMacros.hpp"
std::string Belos_Version()