FastJet
3.1.3
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
include
fastjet
config.h
1
#ifndef __FASTJET_CONFIG_H__
2
#define __FASTJET_CONFIG_H__
3
4
// by default, use an automatically generated config_auto.h
5
// unless it's a windows machine in which case
6
#ifndef WIN32
7
#include "config_auto.h"
8
#else
9
#include "fastjet/config_win.h"
10
#endif // WIN32
11
12
#endif // __FASTJET_CONFIG_H__
Generated on Sat Jul 4 2015 17:41:29 for FastJet by
1.8.8