thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
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 /* #undef HAVE_HEPMC3 */
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 /* #undef HAVE_HEPMC3_WRITER_H */
30 
31 /* Define to 1 if you have the <HepMC/HepMCDefs.h> header file. */
32 #define HAVE_HEPMC_HEPMCDEFS_H 1
33 
34 /* Define to 1 if you have the <HepMC/PdfInfo.h> header file. */
35 #define HAVE_HEPMC_PDFINFO_H 1
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 <memory.h> header file. */
62 #define HAVE_MEMORY_H 1
63 
64 /* Define to 1 if you have the <readline.h> header file. */
65 /* #undef HAVE_READLINE_H */
66 
67 /* Define if your readline library has \`add_history' */
68 #define HAVE_READLINE_HISTORY 1
69 
70 /* Define to 1 if you have the <readline/history.h> header file. */
71 #define HAVE_READLINE_HISTORY_H 1
72 
73 /* Define to 1 if you have the <readline/readline.h> header file. */
74 #define HAVE_READLINE_READLINE_H 1
75 
76 /* Define to 1 if you have the <stdint.h> header file. */
77 #define HAVE_STDINT_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 /* #undef HEPMC_HAS_CROSS_SECTION */
99 
100 /* Has named weights */
101 /* #undef HEPMC_HAS_NAMED_WEIGHTS */
102 
103 /* Has GenPdfInfo */
104 /* #undef HEPMC_HAS_PDF_INFO */
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.2.1"
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.2.1"
129 
130 /* Define to 1 if you have the ANSI C header files. */
131 #define STDC_HEADERS 1
132 
133 /* The command which, taking the name of a bzipped file as argument, unzips it
134  and prints it to stdout. Default is "bunzip2 -c". */
135 #define ThePEG_BZ2READ_FILE "bunzip2 -c"
136 
137 /* The command which, taking the name of a bzipped file as argument, reads
138  stdin, zips it and writes it to the file. Default is "bzip2 -c > ". */
139 #define ThePEG_BZ2WRITE_FILE "bzip2 -c > "
140 
141 /* The command which, taking the name of a gzipped file as argument, unzips it
142  and prints it to stdout. Default is "gunzip -c" */
143 #define ThePEG_GZREAD_FILE "gunzip -c"
144 
145 /* The command which, taking the name of a gzipped file as argument, reads
146  stdin, zips it and writes it to the file. Default is "gzip -c > ". */
147 #define ThePEG_GZWRITE_FILE "gzip -c > "
148 
149 /* define if dlopen is available */
150 #define ThePEG_HAS_DLOPEN 1
151 
152 /* define if expm1 is available */
153 #define ThePEG_HAS_EXPM1 1
154 
155 /* define if fenv is available */
156 #define ThePEG_HAS_FENV 1
157 
158 /* define if fpucontrol is available */
159 #define ThePEG_HAS_FPU_CONTROL 1
160 
161 /* define if log1p is available */
162 #define ThePEG_HAS_LOG1P 1
163 
164 /* Rivet major version (1,2,3) */
165 #define ThePEG_RIVET_VERSION 3
166 
167 /* Version number of package */
168 #define VERSION "2.2.1"