MnConfig.h

Go to the documentation of this file.
00001 // @(#)root/minuit2:$Id: MnConfig.h 20880 2007-11-19 11:23:41Z rdm $
00002 // Authors: M. Winkler, F. James, L. Moneta, A. Zsenei   2003-2005  
00003 
00004 /**********************************************************************
00005  *                                                                    *
00006  * Copyright (c) 2005 LCG ROOT Math team,  CERN/PH-SFT                *
00007  *                                                                    *
00008  **********************************************************************/
00009 
00010 #ifndef ROOT_Minuit2_MnConfig
00011 #define ROOT_Minuit2_MnConfig
00012 
00013 // for alpha streams 
00014 #if defined(__alpha) && !defined(linux)
00015 #   include <standards.h>
00016 #   ifndef __USE_STD_IOSTREAM
00017 #   define __USE_STD_IOSTREAM
00018 #   endif
00019 #endif
00020 
00021 
00022 #ifdef _MSC_VER
00023 # pragma warning(disable:4244)  // conversion from __w64 to int
00024 #endif
00025 
00026 #if defined(__sun) && !defined(linux) 
00027 #include <stdlib.h>
00028 #endif
00029 
00030 #endif

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