FastJet 3.0.6
config.h
00001 #ifndef __FASTJET_CONFIG_H__
00002 #define __FASTJET_CONFIG_H__
00003 
00004 // by default, use an automatically generated config_auto.h
00005 // unless it's a windows machine in which case
00006 #ifndef WIN32
00007 #include "config_auto.h"
00008 #else 
00009 #include "fastjet/config_win.h"
00010 #endif // WIN32
00011 
00012 #endif // __FASTJET_CONFIG_H__
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends