rivet is hosted by Hepforge, IPPP Durham
Rivet 4.0.0
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#define HAVE_HDF5 1
22
23/* Define to 1 if you have the <inttypes.h> header file. */
24#define HAVE_INTTYPES_H 1
25
26/* Define to 1 if you have `z' library (-lz) */
27#define HAVE_LIBZ 1
28
29/* Define if you have the MPI library. */
30/* #undef HAVE_MPI */
31
32/* If available, contains the Python version number currently in use. */
33#define HAVE_PYTHON "3.11"
34
35/* Define to 1 if you have the <stdint.h> header file. */
36#define HAVE_STDINT_H 1
37
38/* Define to 1 if you have the <stdio.h> header file. */
39#define HAVE_STDIO_H 1
40
41/* Define to 1 if you have the <stdlib.h> header file. */
42#define HAVE_STDLIB_H 1
43
44/* Define if you have `strerror_r'. */
45#define HAVE_STRERROR_R 1
46
47/* Define to 1 if you have the <strings.h> header file. */
48#define HAVE_STRINGS_H 1
49
50/* Define to 1 if you have the <string.h> header file. */
51#define HAVE_STRING_H 1
52
53/* Define to 1 if you have the <sys/stat.h> header file. */
54#define HAVE_SYS_STAT_H 1
55
56/* Define to 1 if you have the <sys/types.h> header file. */
57#define HAVE_SYS_TYPES_H 1
58
59/* Define to 1 if you have the <unistd.h> header file. */
60#define HAVE_UNISTD_H 1
61
62/* Define to the sub-directory where libtool stores uninstalled libraries. */
63#define LT_OBJDIR ".libs/"
64
65/* Name of package */
66#define PACKAGE "Rivet"
67
68/* Define to the address where bug reports for this package should be sent. */
69#define PACKAGE_BUGREPORT "rivet@projects.hepforge.org"
70
71/* Define to the full name of this package. */
72#define PACKAGE_NAME "Rivet"
73
74/* Define to the full name and version of this package. */
75#define PACKAGE_STRING "Rivet 4.0.0"
76
77/* Define to the one symbol short name of this package. */
78#define PACKAGE_TARNAME "Rivet"
79
80/* Define to the home page for this package. */
81#define PACKAGE_URL ""
82
83/* Define to the version of this package. */
84#define PACKAGE_VERSION "4.0.0"
85
86/* "Rivet contact email address" */
87#define RIVET_BUGREPORT "rivet@projects.hepforge.org"
88
89/* "Rivet name string" */
90#define RIVET_NAME "Rivet"
91
92/* "Rivet name and version string" */
93#define RIVET_STRING "Rivet 4.0.0"
94
95/* "Rivet memory-based merging support" */
96#define RIVET_SUPPORTS_MERGING_IN_MEMORY 1
97
98/* "Rivet short name string" */
99#define RIVET_TARNAME "Rivet"
100
101/* "Rivet version string" */
102#define RIVET_VERSION "4.0.0"
103
104/* "Rivet version int" */
105#define RIVET_VERSION_CODE
106
107/* Define to 1 if all of the C90 standard headers exist (not just the ones
108 required in a freestanding environment). This macro is provided for
109 backward compatibility; new code need not use it. */
110#define STDC_HEADERS 1
111
112/* Define to 1 if strerror_r returns char *. */
113/* #undef STRERROR_R_CHAR_P */
114
115/* Version number of package */
116#define VERSION "4.0.0"
117
118/* Defined to return type of backtrace(). */
119#define backtrace_size_t int