thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
config.h
1/* Config/config.h. Generated from config.h.in by configure. */
2/* Config/config.h.in. Generated from configure.ac by autoheader. */
3
4/* Defined if the requested minimum BOOST version is satisfied */
5#define HAVE_BOOST 1
6
7/* Define to 1 if you have <boost/test/unit_test.hpp> */
8#define HAVE_BOOST_TEST_UNIT_TEST_HPP 1
9
10/* Defined if the Boost unit_test_framework library is available */
11#define HAVE_BOOST_UNIT_TEST_FRAMEWORK 1
12
13/* define if the compiler supports basic C++11 syntax */
14#define HAVE_CXX11 1
15
16/* Define to 1 if you have the <dlfcn.h> header file. */
17#define HAVE_DLFCN_H 1
18
19/* We have HepMC3 */
20#define HAVE_HEPMC3 1
21
22/* Define to 1 if you have the <HepMC3/WriterRootTree.h> header file. */
23/* #undef HAVE_HEPMC3_WRITERROOTTREE_H */
24
25/* Define to 1 if you have the <HepMC3/WriterRoot.h> header file. */
26/* #undef HAVE_HEPMC3_WRITERROOT_H */
27
28/* Define to 1 if you have the <HepMC3/Writer.h> header file. */
29#define HAVE_HEPMC3_WRITER_H 1
30
31/* Define to 1 if you have the <HepMC/HepMCDefs.h> header file. */
32/* #undef HAVE_HEPMC_HEPMCDEFS_H */
33
34/* Define to 1 if you have the <HepMC/PdfInfo.h> header file. */
35/* #undef HAVE_HEPMC_PDFINFO_H */
36
37/* Define to 1 if you have the <history.h> header file. */
38/* #undef HAVE_HISTORY_H */
39
40/* Define to 1 if you have the <inttypes.h> header file. */
41#define HAVE_INTTYPES_H 1
42
43/* Define to 1 if you have the `gsl' library (-lgsl). */
44/* #undef HAVE_LIBGSL */
45
46/* Define to 1 if you have the `gslcblas' library (-lgslcblas). */
47/* #undef HAVE_LIBGSLCBLAS */
48
49/* Define to 1 if you have the `m' library (-lm). */
50/* #undef HAVE_LIBM */
51
52/* Define if you have a readline compatible library */
53#define HAVE_LIBREADLINE 1
54
55/* Define to 1 if you have the `Rivet' library (-lRivet). */
56/* #undef HAVE_LIBRIVET */
57
58/* Define to 1 if you have `z' library (-lz) */
59#define HAVE_LIBZ 1
60
61/* Define to 1 if you have the <readline.h> header file. */
62/* #undef HAVE_READLINE_H */
63
64/* Define if your readline library has \`add_history' */
65#define HAVE_READLINE_HISTORY 1
66
67/* Define to 1 if you have the <readline/history.h> header file. */
68#define HAVE_READLINE_HISTORY_H 1
69
70/* Define to 1 if you have the <readline/readline.h> header file. */
71#define HAVE_READLINE_READLINE_H 1
72
73/* Define to 1 if you have the <stdint.h> header file. */
74#define HAVE_STDINT_H 1
75
76/* Define to 1 if you have the <stdio.h> header file. */
77#define HAVE_STDIO_H 1
78
79/* Define to 1 if you have the <stdlib.h> header file. */
80#define HAVE_STDLIB_H 1
81
82/* Define to 1 if you have the <strings.h> header file. */
83#define HAVE_STRINGS_H 1
84
85/* Define to 1 if you have the <string.h> header file. */
86#define HAVE_STRING_H 1
87
88/* Define to 1 if you have the <sys/stat.h> header file. */
89#define HAVE_SYS_STAT_H 1
90
91/* Define to 1 if you have the <sys/types.h> header file. */
92#define HAVE_SYS_TYPES_H 1
93
94/* Define to 1 if you have the <unistd.h> header file. */
95#define HAVE_UNISTD_H 1
96
97/* Has GenCrossection */
98#define HEPMC_HAS_CROSS_SECTION 1
99
100/* Has named weights */
101#define HEPMC_HAS_NAMED_WEIGHTS 1
102
103/* Has GenPdfInfo */
104#define HEPMC_HAS_PDF_INFO 1
105
106/* Define to the sub-directory where libtool stores uninstalled libraries. */
107#define LT_OBJDIR ".libs/"
108
109/* Name of package */
110#define PACKAGE "ThePEG"
111
112/* Define to the address where bug reports for this package should be sent. */
113#define PACKAGE_BUGREPORT "http://www.thep.lu.se/ThePEG/"
114
115/* Define to the full name of this package. */
116#define PACKAGE_NAME "ThePEG"
117
118/* Define to the full name and version of this package. */
119#define PACKAGE_STRING "ThePEG 2.3.0"
120
121/* Define to the one symbol short name of this package. */
122#define PACKAGE_TARNAME "ThePEG"
123
124/* Define to the home page for this package. */
125#define PACKAGE_URL ""
126
127/* Define to the version of this package. */
128#define PACKAGE_VERSION "2.3.0"
129
130/* Define to 1 if all of the C90 standard headers exist (not just the ones
131 required in a freestanding environment). This macro is provided for
132 backward compatibility; new code need not use it. */
133#define STDC_HEADERS 1
134
135/* The command which, taking the name of a bzipped file as argument, unzips it
136 and prints it to stdout. Default is "bunzip2 -c". */
137#define ThePEG_BZ2READ_FILE "bunzip2 -c"
138
139/* The command which, taking the name of a bzipped file as argument, reads
140 stdin, zips it and writes it to the file. Default is "bzip2 -c > ". */
141#define ThePEG_BZ2WRITE_FILE "bzip2 -c > "
142
143/* The command which, taking the name of a gzipped file as argument, unzips it
144 and prints it to stdout. Default is "gunzip -c" */
145#define ThePEG_GZREAD_FILE "gunzip -c"
146
147/* The command which, taking the name of a gzipped file as argument, reads
148 stdin, zips it and writes it to the file. Default is "gzip -c > ". */
149#define ThePEG_GZWRITE_FILE "gzip -c > "
150
151/* define if dlopen is available */
152#define ThePEG_HAS_DLOPEN 1
153
154/* define if expm1 is available */
155#define ThePEG_HAS_EXPM1 1
156
157/* define if fenv is available */
158#define ThePEG_HAS_FENV 1
159
160/* define if fpucontrol is available */
161#define ThePEG_HAS_FPU_CONTROL 1
162
163/* define if log1p is available */
164#define ThePEG_HAS_LOG1P 1
165
166/* Rivet major version (1,2,3) */
167#define ThePEG_RIVET_VERSION 1
168
169/* Version number of package */
170#define VERSION "2.3.0"