MConfig.h

Go to the documentation of this file.
00001 // @(#)root/smatrix:$Id: MConfig.h 20882 2007-11-19 11:31:26Z rdm $
00002 // Authors: T. Glebe, L. Moneta    2005  
00003 
00004 #ifndef ROOT_Math_MConfig_
00005 #define ROOT_Math_MConfig
00006 
00007 // for alpha streams 
00008 #if defined(__alpha) && !defined(linux)
00009 #   include <standards.h>
00010 #   ifndef __USE_STD_IOSTREAM
00011 #   define __USE_STD_IOSTREAM
00012 #   endif
00013 #endif
00014 
00015 
00016 #if defined(__sun) && !defined(linux) 
00017 #include <stdlib.h>
00018 // Solaris does not support expression like D1*(D1+1)/2 as template parameters
00019 #define UNSUPPORTED_TEMPLATE_EXPRESSION
00020 #endif
00021 
00022 
00023 #endif

Generated on Tue Jul 5 14:25:35 2011 for ROOT_528-00b_version by  doxygen 1.5.1