42#ifndef BELOS_CONFIGDEFS_HPP
43#define BELOS_CONFIGDEFS_HPP
53#ifndef TRILINOS_NO_CONFIG_H
68#ifdef PACKAGE_BUGREPORT
69#undef PACKAGE_BUGREPORT
88#include <Belos_config.h>
96#include "Teuchos_ConfigDefs.hpp"
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()