10#ifndef BELOS_CONFIGDEFS_HPP
11#define BELOS_CONFIGDEFS_HPP
21#ifndef TRILINOS_NO_CONFIG_H
36#ifdef PACKAGE_BUGREPORT
37#undef PACKAGE_BUGREPORT
56#include <Belos_config.h>
64#include "Teuchos_ConfigDefs.hpp"
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()