Fork me on GitHub

source: svn/trunk/external/fastjet/config.h@ 1393

Last change on this file since 1393 was 859, checked in by Pavel Demin, 12 years ago

update fastjet to version 3.0.3

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision Date
File size: 292 bytes
Line 
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__
Note: See TracBrowser for help on using the repository browser.