rivet is hosted by Hepforge, IPPP Durham
Rivet 4.0.0
RivetConfig.hh
1/* include/Rivet/Config/RivetConfig.hh. Generated from RivetConfig.hh.in by configure. */
2#ifndef RIVET_CONFIG_RIVETCONFIG_HH
3#define RIVET_CONFIG_RIVETCONFIG_HH
4
5
6/* Define to the address where bug reports for this package should be sent. */
7#define RIVET_BUGREPORT "rivet@projects.hepforge.org"
8
9/* Define to the full name of this package. */
10#define RIVET_NAME "Rivet"
11
12/* Define to the full name and version of this package. */
13#define RIVET_STRING "Rivet 4.0.0"
14
15/* Define to the one symbol short name of this package. */
16#define RIVET_TARNAME "Rivet"
17
18/* Define to the version of this package. */
19#define RIVET_VERSION "4.0.0"
20
21/* Define to the version of this package as a comparable integer. */
22#define RIVET_VERSION_CODE
23
24/* Define if version 3 of HepMC is used. */
25/* #undef RIVET_ENABLE_HEPMC_3 */
26
27/* Define if version 2.06.10 of HepMC is used. */
28/* #undef RIVET_ENABLE_HEPMC_20610 */
29
30/* Define if Rivet supports in-memory merging of AnalysisHandlers. */
31#define RIVET_SUPPORTS_MERGING_IN_MEMORY 1
32
33/* Defined if backtrace() could be fully identified. */
34#define HAVE_BACKTRACE 1
35
36/* Define to 1 if you have the <execinfo.h> header file. */
37#define HAVE_EXECINFO_H 1
38
39#endif