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