Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

config.h

Go to the documentation of this file.
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__

Generated on Fri Aug 15 13:45:28 2008 for fastjet by  doxygen 1.4.2