 |
AmpTools
|
Go to the documentation of this file. 11 #ifndef UPROOT_RConfig 12 #define UPROOT_RConfig 26 #define R__USE_SHADOW_CLASS 41 # define NEED_SNPRINTF 49 # define NEED_STRCASECMP 58 #if defined(__CYGWIN__) && defined(__GNUC__) 68 #if defined(__alpha) && !defined(linux) 69 # include <standards.h> 71 # if _XOPEN_SOURCE+0 > 0 78 # define NEED_SNPRINTF 84 # if __DECCXX_VER >= 60060002 85 # define R__VECNEWDELETE 86 # define R__PLACEMENTDELETE 87 # define R__PLACEMENTINLINE 88 # define R__THROWNEWDELETE 91 # define R__NAMESPACE_TEMPLATE_IMP_BUG 93 # define R__TEMPLATE_OVERLOAD_BUG 98 # define NEED_STRCASECMP 99 # define R__NONSCALARFPOS 103 #if defined(__sun) && !defined(linux) 118 # if __SUNPRO_CC > 0x420 119 # define R__SOLARIS_CC50 120 # define R__ANSISTREAM 122 # if __SUNPRO_CC >= 0x420 125 # if __GNUC__ >= 3 || __GNUC_MINOR__ >= 90 130 #if defined(__sgi) && !defined(linux) 142 # include <features.h> 143 # if __GNU_LIBRARY__ == 6 148 # if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 2 149 # define R__NONSCALARFPOS2 150 # define R__USESTHROW 154 #if defined(linux) && defined(__i386__) 164 #if defined(linux) && defined(__ia64__) 172 #if defined(linux) && defined(__x86_64__) 180 #if defined(linux) && defined(__alpha__) 188 #if defined(linux) && defined(__arm__) 195 #if defined(linux) && defined(__sparc__) 202 #if defined(linux) && defined(__sgi) 209 #if defined(linux) && defined(__powerpc__) 214 # if __GNUC__ >= 3 || __GNUC_MINOR__ >= 90 219 #if defined(__MACH__) && defined(__i386__) 228 #if defined(__Lynx__) && defined(__powerpc__) 233 # define NEED_STRCASECMP 234 # define NEED_SNPRINTF 237 #if defined(__FreeBSD__) 244 #if defined(__APPLE__) 253 # define NEED_SNPRINTF 260 # if __GNUC__ >= 3 || __GNUC_MINOR__ >= 90 261 # define R__VECNEWDELETE 262 # define R__PLACEMENTDELETE 264 # if __GNUC__ >= 3 || __GNUC_MINOR__ >= 91 265 # define R__ANSISTREAM 267 # if __GNUC__ >= 3 && __GNUC_MINOR__ >=0 && __GNUC_MINOR__ < 8 270 # if defined(__ia64__) && __GNUC__ < 3 271 # define R__VECNEWDELETE 272 # define R__PLACEMENTDELETE 273 # define R__ANSISTREAM 279 # define R__ANSISTREAM 280 # define R__VECNEWDELETE 281 # define R__PLACEMENTDELETE 282 # define R__PLACEMENTINLINE 286 #ifdef __INTEL_COMPILER 287 # define R__INTEL_COMPILER 288 # define R__ANSISTREAM 289 # define R__VECNEWDELETE 290 # define R__PLACEMENTDELETE 296 # define R__VECNEWDELETE 297 # if __HP_aCC >= 53000 298 # define R__PLACEMENTDELETE 299 # define R__PLACEMENTINLINE 300 # define R__THROWNEWDELETE 301 # define R__ANSISTREAM 302 # define R__TMPLTSTREAM 304 # define R__TEMPLATE_OVERLOAD_BUG 305 # define R__GLOBALSTL 307 # ifndef _INCLUDE_LONGLONG 308 # define _INCLUDE_LONGLONG 318 # define R__ACCESS_IN_SYMBOL 332 # if defined(macintosh) 338 # define NEED_STRCASECMP 339 # define NEED_SNPRINTF 343 # define NEED_STRCASECMP 349 # define R__VISUAL_CPLUSPLUS 351 # define NEED_STRCASECMP 352 # define NEED_SNPRINTF 354 # define R__VECNEWDELETE 355 # define R__PLACEMENTDELETE 356 # if _MSC_VER >= 1200 357 # define R__ANSISTREAM 366 # define NEED_STRCASECMP 367 # define NEED_SNPRINTF 380 # define _NAME1_(name) name 381 # define _NAME2_(name1,name2) name1##name2 382 # define _NAME3_(name1,name2,name3) name1##name2##name3 385 # define _QUOTE_(name) #name 389 # define _NAME1_(name) name 390 # define _NAME2_(name1,name2) _NAME1_(name1)name2 391 # define _NAME3_(name1,name2,name3) _NAME2_(name1,name2)name3 393 # define _QUOTE_(name) "name" 399 # define _R__JOIN_(X,Y) _NAME2_(X,Y) 400 # define _R__UNIQUE_(X) _R__JOIN_(X,__LINE__) 404 # define _R__UNIQUE_(X) X 410 # define SafeDelete(p) { if (p) { delete p; p = 0; } } 412 # define SafeDelete(p) { delete p; p = 0; } 416 #define R__LL(longlong) longlong 418 #define R__LL(longlong) _NAME2_(longlong,LL)