00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef ROOT_Minuit2_MnConfig
00011 #define ROOT_Minuit2_MnConfig
00012
00013
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