FastJet  3.4.0
config_auto.h
1 #ifndef _INCLUDE_FASTJET_CONFIG_AUTO_H
2 #define _INCLUDE_FASTJET_CONFIG_AUTO_H 1
3 
4 /* include/fastjet/config_auto.h. Generated automatically at end of configure. */
5 /* include/fastjet/config_raw.h. Generated from config.h.in by configure. */
6 /* config.h.in. Generated from configure.ac by autoheader. */
7 
8 /* The ATLASCone plugin is enabled */
9 #ifndef FASTJET_ENABLE_PLUGIN_ATLASCONE
10 #define FASTJET_ENABLE_PLUGIN_ATLASCONE /**/
11 #endif
12 
13 /* The CDFCones plugin is enabled */
14 #ifndef FASTJET_ENABLE_PLUGIN_CDFCONES
15 #define FASTJET_ENABLE_PLUGIN_CDFCONES /**/
16 #endif
17 
18 /* The CMSIterativeCone plugin is enabled */
19 #ifndef FASTJET_ENABLE_PLUGIN_CMSITERATIVECONE
20 #define FASTJET_ENABLE_PLUGIN_CMSITERATIVECONE /**/
21 #endif
22 
23 /* The D0RunICone plugin is enabled */
24 #ifndef FASTJET_ENABLE_PLUGIN_D0RUNICONE
25 #define FASTJET_ENABLE_PLUGIN_D0RUNICONE /**/
26 #endif
27 
28 /* The D0RunIICone plugin is enabled */
29 #ifndef FASTJET_ENABLE_PLUGIN_D0RUNIICONE
30 #define FASTJET_ENABLE_PLUGIN_D0RUNIICONE /**/
31 #endif
32 
33 /* The EECambridge plugin is enabled */
34 #ifndef FASTJET_ENABLE_PLUGIN_EECAMBRIDGE
35 #define FASTJET_ENABLE_PLUGIN_EECAMBRIDGE /**/
36 #endif
37 
38 /* The GridJet plugin is enabled */
39 #ifndef FASTJET_ENABLE_PLUGIN_GRIDJET
40 #define FASTJET_ENABLE_PLUGIN_GRIDJET /**/
41 #endif
42 
43 /* The Jade plugin is enabled */
44 #ifndef FASTJET_ENABLE_PLUGIN_JADE
45 #define FASTJET_ENABLE_PLUGIN_JADE /**/
46 #endif
47 
48 /* The NestedDefs plugin is enabled */
49 #ifndef FASTJET_ENABLE_PLUGIN_NESTEDDEFS
50 #define FASTJET_ENABLE_PLUGIN_NESTEDDEFS /**/
51 #endif
52 
53 /* The PxCone plugin is enabled */
54 #ifndef FASTJET_ENABLE_PLUGIN_PXCONE
55 #define FASTJET_ENABLE_PLUGIN_PXCONE /**/
56 #endif
57 
58 /* The SISCone plugin is enabled */
59 #ifndef FASTJET_ENABLE_PLUGIN_SISCONE
60 #define FASTJET_ENABLE_PLUGIN_SISCONE /**/
61 #endif
62 
63 /* The TrackJet plugin is enabled */
64 #ifndef FASTJET_ENABLE_PLUGIN_TRACKJET
65 #define FASTJET_ENABLE_PLUGIN_TRACKJET /**/
66 #endif
67 
68 /* compile the deprecated parts of the interface using auto-ptr */
69 #ifndef FASTJET_HAVE_AUTO_PTR_INTERFACE
70 #define FASTJET_HAVE_AUTO_PTR_INTERFACE /**/
71 #endif
72 
73 /* compiler supports c++14 deprecated keyword */
74 #ifndef FASTJET_HAVE_CXX14_DEPRECATED
75 #define FASTJET_HAVE_CXX14_DEPRECATED /**/
76 #endif
77 
78 /* defined if demangling is enabled at configure time and is supported through
79  the GNU C++ ABI */
80 /* #undef HAVE_DEMANGLING_SUPPORT */
81 
82 /* Define to 1 if you have the <dlfcn.h> header file. */
83 #ifndef FASTJET_HAVE_DLFCN_H
84 #define FASTJET_HAVE_DLFCN_H 1
85 #endif
86 
87 /* Define to 1 if you have the <execinfo.h> header file. */
88 #ifndef FASTJET_HAVE_EXECINFO_H
89 #define FASTJET_HAVE_EXECINFO_H 1
90 #endif
91 
92 /* compiler supports the "explicit" keyword for operators */
93 #ifndef FASTJET_HAVE_EXPLICIT_FOR_OPERATORS
94 #define FASTJET_HAVE_EXPLICIT_FOR_OPERATORS /**/
95 #endif
96 
97 /* Define to 1 if you have the <gmp.h> header file. */
98 /* #undef HAVE_GMP_H */
99 
100 /* compiler supports GNU c++ deprecated attribute */
101 #ifndef FASTJET_HAVE_GNUCXX_DEPRECATED
102 #define FASTJET_HAVE_GNUCXX_DEPRECATED /**/
103 #endif
104 
105 /* Define to 1 if you have the <inttypes.h> header file. */
106 #ifndef FASTJET_HAVE_INTTYPES_H
107 #define FASTJET_HAVE_INTTYPES_H 1
108 #endif
109 
110 /* Define to 1 if you have the `m' library (-lm). */
111 #ifndef FASTJET_HAVE_LIBM
112 #define FASTJET_HAVE_LIBM 1
113 #endif
114 
115 /* defined if limited thread-safety has been enabled */
116 /* #undef HAVE_LIMITED_THREAD_SAFETY */
117 
118 /* Define to 1 if you have the <mpfr.h> header file. */
119 /* #undef HAVE_MPFR_H */
120 
121 /* compiler supports the "override" keyword */
122 #ifndef FASTJET_HAVE_OVERRIDE
123 #define FASTJET_HAVE_OVERRIDE /**/
124 #endif
125 
126 /* Define to 1 if you have the <stdint.h> header file. */
127 #ifndef FASTJET_HAVE_STDINT_H
128 #define FASTJET_HAVE_STDINT_H 1
129 #endif
130 
131 /* Define to 1 if you have the <stdio.h> header file. */
132 #ifndef FASTJET_HAVE_STDIO_H
133 #define FASTJET_HAVE_STDIO_H 1
134 #endif
135 
136 /* Define to 1 if you have the <stdlib.h> header file. */
137 #ifndef FASTJET_HAVE_STDLIB_H
138 #define FASTJET_HAVE_STDLIB_H 1
139 #endif
140 
141 /* Define to 1 if you have the <strings.h> header file. */
142 #ifndef FASTJET_HAVE_STRINGS_H
143 #define FASTJET_HAVE_STRINGS_H 1
144 #endif
145 
146 /* Define to 1 if you have the <string.h> header file. */
147 #ifndef FASTJET_HAVE_STRING_H
148 #define FASTJET_HAVE_STRING_H 1
149 #endif
150 
151 /* Define to 1 if you have the <sys/stat.h> header file. */
152 #ifndef FASTJET_HAVE_SYS_STAT_H
153 #define FASTJET_HAVE_SYS_STAT_H 1
154 #endif
155 
156 /* Define to 1 if you have the <sys/types.h> header file. */
157 #ifndef FASTJET_HAVE_SYS_TYPES_H
158 #define FASTJET_HAVE_SYS_TYPES_H 1
159 #endif
160 
161 /* defined if thread-safety has been enabled */
162 /* #undef HAVE_THREAD_SAFETY */
163 
164 /* Define to 1 if you have the <unistd.h> header file. */
165 #ifndef FASTJET_HAVE_UNISTD_H
166 #define FASTJET_HAVE_UNISTD_H 1
167 #endif
168 
169 /* Define to the sub-directory where libtool stores uninstalled libraries. */
170 #ifndef FASTJET_LT_OBJDIR
171 #define FASTJET_LT_OBJDIR ".libs/"
172 #endif
173 
174 /* Name of package */
175 #ifndef FASTJET_PACKAGE
176 #define FASTJET_PACKAGE "fastjet"
177 #endif
178 
179 /* Define to the address where bug reports for this package should be sent. */
180 #ifndef FASTJET_PACKAGE_BUGREPORT
181 #define FASTJET_PACKAGE_BUGREPORT ""
182 #endif
183 
184 /* Define to the full name of this package. */
185 #ifndef FASTJET_PACKAGE_NAME
186 #define FASTJET_PACKAGE_NAME "FastJet"
187 #endif
188 
189 /* Define to the full name and version of this package. */
190 #ifndef FASTJET_PACKAGE_STRING
191 #define FASTJET_PACKAGE_STRING "FastJet 3.4.0"
192 #endif
193 
194 /* Define to the one symbol short name of this package. */
195 #ifndef FASTJET_PACKAGE_TARNAME
196 #define FASTJET_PACKAGE_TARNAME "fastjet"
197 #endif
198 
199 /* Define to the home page for this package. */
200 #ifndef FASTJET_PACKAGE_URL
201 #define FASTJET_PACKAGE_URL ""
202 #endif
203 
204 /* Define to the version of this package. */
205 #ifndef FASTJET_PACKAGE_VERSION
206 #define FASTJET_PACKAGE_VERSION "3.4.0"
207 #endif
208 
209 /* Define to 1 if all of the C90 standard headers exist (not just the ones
210  required in a freestanding environment). This macro is provided for
211  backward compatibility; new code need not use it. */
212 #ifndef FASTJET_STDC_HEADERS
213 #define FASTJET_STDC_HEADERS 1
214 #endif
215 
216 /* Version number of package */
217 #ifndef FASTJET_VERSION
218 #define FASTJET_VERSION "3.4.0"
219 #endif
220 
221 /* Major version of this package */
222 #ifndef FASTJET_VERSION_MAJOR
223 #define FASTJET_VERSION_MAJOR 3
224 #endif
225 
226 /* Minor version of this package */
227 #ifndef FASTJET_VERSION_MINOR
228 #define FASTJET_VERSION_MINOR 4
229 #endif
230 
231 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */
232 #ifndef FASTJET_VERSION_NUMBER
233 #define FASTJET_VERSION_NUMBER 30400
234 #endif
235 
236 /* Patch version of this package */
237 #ifndef FASTJET_VERSION_PATCHLEVEL
238 #define FASTJET_VERSION_PATCHLEVEL 0
239 #endif
240 
241 /* Pre-release version of this package */
242 /* #undef VERSION_PRERELEASE */
243 
244 /* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
245 #endif