Rivet  3.1.4
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++14 syntax */
8 #define HAVE_CXX14 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 /* Define to 1 if you have the <inttypes.h> header file. */
21 #define HAVE_INTTYPES_H 1
22 
23 /* Define to 1 if you have `z' library (-lz) */
24 #define HAVE_LIBZ 1
25 
26 /* Define to 1 if you have the <memory.h> header file. */
27 #define HAVE_MEMORY_H 1
28 
29 /* If available, contains the Python version number currently in use. */
30 #define HAVE_PYTHON "2.7"
31 
32 /* Define to 1 if you have the <stdint.h> header file. */
33 #define HAVE_STDINT_H 1
34 
35 /* Define to 1 if you have the <stdlib.h> header file. */
36 #define HAVE_STDLIB_H 1
37 
38 /* Define to 1 if you have the `strerror_r' function. */
39 #define HAVE_STRERROR_R 1
40 
41 /* Define to 1 if you have the <strings.h> header file. */
42 #define HAVE_STRINGS_H 1
43 
44 /* Define to 1 if you have the <string.h> header file. */
45 #define HAVE_STRING_H 1
46 
47 /* Define to 1 if you have the <sys/stat.h> header file. */
48 #define HAVE_SYS_STAT_H 1
49 
50 /* Define to 1 if you have the <sys/types.h> header file. */
51 #define HAVE_SYS_TYPES_H 1
52 
53 /* Define to 1 if you have the <unistd.h> header file. */
54 #define HAVE_UNISTD_H 1
55 
56 /* Define to the sub-directory where libtool stores uninstalled libraries. */
57 #define LT_OBJDIR ".libs/"
58 
59 /* Name of package */
60 #define PACKAGE "Rivet"
61 
62 /* Define to the address where bug reports for this package should be sent. */
63 #define PACKAGE_BUGREPORT "rivet@projects.hepforge.org"
64 
65 /* Define to the full name of this package. */
66 #define PACKAGE_NAME "Rivet"
67 
68 /* Define to the full name and version of this package. */
69 #define PACKAGE_STRING "Rivet 3.1.4"
70 
71 /* Define to the one symbol short name of this package. */
72 #define PACKAGE_TARNAME "Rivet"
73 
74 /* Define to the home page for this package. */
75 #define PACKAGE_URL ""
76 
77 /* Define to the version of this package. */
78 #define PACKAGE_VERSION "3.1.4"
79 
80 /* "Rivet contact email address" */
81 #define RIVET_BUGREPORT "rivet@projects.hepforge.org"
82 
83 /* Defined if version 2.06.10 of HepMC is used. */
84 /* #undef RIVET_ENABLE_HEPMC_20610 */
85 
86 /* Defined if version 3 of HepMC is used. */
87 /* #undef RIVET_ENABLE_HEPMC_3 */
88 
89 /* "Rivet name string" */
90 #define RIVET_NAME "Rivet"
91 
92 /* "Rivet name and version string" */
93 #define RIVET_STRING "Rivet 3.1.4"
94 
95 /* "Rivet short name string" */
96 #define RIVET_TARNAME "Rivet"
97 
98 /* "Rivet version string" */
99 #define RIVET_VERSION "3.1.4"
100 
101 /* "Rivet version int" */
102 #define RIVET_VERSION_CODE 30104
103 
104 /* Define to 1 if you have the ANSI C header files. */
105 #define STDC_HEADERS 1
106 
107 /* Define to 1 if strerror_r returns char *. */
108 #define STRERROR_R_CHAR_P 1
109 
110 /* Version number of package */
111 #define VERSION "3.1.4"
112 
113 /* Defined to return type of backtrace(). */
114 #define backtrace_size_t int