Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:57:17

0001 #ifndef __FASTJET_CONFIG_H__
0002 #define __FASTJET_CONFIG_H__
0003 
0004 // by default, use an automatically generated config_auto.h
0005 // unless it's a windows machine in which case
0006 #ifndef WIN32
0007 #include "config_auto.h"
0008 #else 
0009 #include "fastjet/config_win.h"
0010 #endif // WIN32
0011 
0012 #endif // __FASTJET_CONFIG_H__