/usr/include/fastjet/config.h is in libfastjet-dev 3.0.6+dfsg-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #ifndef __FASTJET_CONFIG_H__
#define __FASTJET_CONFIG_H__
// by default, use an automatically generated config_auto.h
// unless it's a windows machine in which case
#ifndef WIN32
#include "config_auto.h"
#else
#include "fastjet/config_win.h"
#endif // WIN32
#endif // __FASTJET_CONFIG_H__
|