rivet is hosted by Hepforge, IPPP Durham
Rivet 4.0.2
DummyConfig.hh
1/* include/Rivet/Config/DummyConfig.hh. Generated from DummyConfig.hh.in by configure. */
2/* include/Rivet/Config/DummyConfig.hh.in. Generated from configure.ac by autoheader. */
3
4/* Defined if backtrace() could be fully identified. */
5#define HAVE_BACKTRACE 1
6
7/* define if the compiler supports basic C++17 syntax */
8#define HAVE_CXX17 1
9
10/* Define to 1 if you have the declaration of 'strerror_r', and to 0 if you
11 don't. */
12#define HAVE_DECL_STRERROR_R 1
13
14/* Define to 1 if you have the <dlfcn.h> header file. */
15#define HAVE_DLFCN_H 1
16
17/* Define to 1 if you have the <execinfo.h> header file. */
18#define HAVE_EXECINFO_H 1
19
20/* Defined if you have HDF5 support */
21/* #undef HAVE_H5 */
22
23/* Defined if you have HDF5 support */
24/* #undef HAVE_HDF5 */
25
26/* Define to 1 if you have the <inttypes.h> header file. */
27#define HAVE_INTTYPES_H 1
28
29/* Define to 1 if you have `z' library (-lz) */
30#define HAVE_LIBZ 1
31
32/* Define if you have the MPI library. */
33/* #undef HAVE_MPI */
34
35/* If available, contains the Python version number currently in use. */
36#define HAVE_PYTHON "3.12"
37
38/* Define to 1 if you have the <stdint.h> header file. */
39#define HAVE_STDINT_H 1
40
41/* Define to 1 if you have the <stdio.h> header file. */
42#define HAVE_STDIO_H 1
43
44/* Define to 1 if you have the <stdlib.h> header file. */
45#define HAVE_STDLIB_H 1
46
47/* Define if you have 'strerror_r'. */
48#define HAVE_STRERROR_R 1
49
50/* Define to 1 if you have the <strings.h> header file. */
51#define HAVE_STRINGS_H 1
52
53/* Define to 1 if you have the <string.h> header file. */
54#define HAVE_STRING_H 1
55
56/* Define to 1 if you have the <sys/stat.h> header file. */
57#define HAVE_SYS_STAT_H 1
58
59/* Define to 1 if you have the <sys/types.h> header file. */
60#define HAVE_SYS_TYPES_H 1
61
62/* Define to 1 if you have the <unistd.h> header file. */
63#define HAVE_UNISTD_H 1
64
65/* Define to the sub-directory where libtool stores uninstalled libraries. */
66#define LT_OBJDIR ".libs/"
67
68/* Name of package */
69#define PACKAGE "Rivet"
70
71/* Define to the address where bug reports for this package should be sent. */
72#define PACKAGE_BUGREPORT "rivet@projects.hepforge.org"
73
74/* Define to the full name of this package. */
75#define PACKAGE_NAME "Rivet"
76
77/* Define to the full name and version of this package. */
78#define PACKAGE_STRING "Rivet 4.0.2"
79
80/* Define to the one symbol short name of this package. */
81#define PACKAGE_TARNAME "Rivet"
82
83/* Define to the home page for this package. */
84#define PACKAGE_URL ""
85
86/* Define to the version of this package. */
87#define PACKAGE_VERSION "4.0.2"
88
89/* "Rivet contact email address" */
90#define RIVET_BUGREPORT "rivet@projects.hepforge.org"
91
92/* "Define if version 3 of HepMC is used" */
93#define RIVET_ENABLE_HEPMC_3 1
94
95/* "Rivet name string" */
96#define RIVET_NAME "Rivet"
97
98/* "Rivet name and version string" */
99#define RIVET_STRING "Rivet 4.0.2"
100
101/* "Rivet memory-based merging support" */
102#define RIVET_SUPPORTS_MERGING_IN_MEMORY 1
103
104/* "Rivet short name string" */
105#define RIVET_TARNAME "Rivet"
106
107/* "Rivet version string" */
108#define RIVET_VERSION "4.0.2"
109
110/* "Rivet version int" */
111#define RIVET_VERSION_CODE 40002
112
113/* Define to 1 if all of the C89 standard headers exist (not just the ones
114 required in a freestanding environment). This macro is provided for
115 backward compatibility; new code need not use it. */
116#define STDC_HEADERS 1
117
118/* Define to 1 if strerror_r returns char *. */
119/* #undef STRERROR_R_CHAR_P */
120
121/* Version number of package */
122#define VERSION "4.0.2"
123
124/* Defined to return type of backtrace(). */
125#define backtrace_size_t int