10 #ifndef BELOS_CONFIGDEFS_HPP
11 #define BELOS_CONFIGDEFS_HPP
21 #ifndef TRILINOS_NO_CONFIG_H
36 #ifdef PACKAGE_BUGREPORT
37 #undef PACKAGE_BUGREPORT
44 #ifdef PACKAGE_TARNAME
45 #undef PACKAGE_TARNAME
48 #ifdef PACKAGE_VERSION
49 #undef PACKAGE_VERSION
56 #include <Belos_config.h>
73 #if defined(SGI) || defined(SGI64) || defined(SGI32) || defined(CPLANT) || defined(TFLOP)
95 #define BELOS_MAX(x,y) (( (x) > (y) ) ? (x) : (y) )
96 #define BELOS_MIN(x,y) (( (x) < (y) ) ? (x) : (y) )
97 #define BELOS_SGN(x) (( (x) < 0.0 ) ? -1.0 : 1.0 )
102 #include "Teuchos_CompilerCodeTweakMacros.hpp"
std::string Belos_Version()