FastJet 3.4.1
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 <memory.h> header file. */
105/* #undef HAVE_MEMORY_H */
106
107/* Define to 1 if you have the <mpfr.h> header file. */
108/* #undef HAVE_MPFR_H */
109
110/* compiler supports the "override" keyword */
111#ifndef FASTJET_HAVE_OVERRIDE
112#define FASTJET_HAVE_OVERRIDE /**/
113#endif
114
115/* Define to 1 if you have the <stdint.h> header file. */
116#ifndef FASTJET_HAVE_STDINT_H
117#define FASTJET_HAVE_STDINT_H 1
118#endif
119
120/* Define to 1 if you have the <stdlib.h> header file. */
121#ifndef FASTJET_HAVE_STDLIB_H
122#define FASTJET_HAVE_STDLIB_H 1
123#endif
124
125/* Define to 1 if you have the <strings.h> header file. */
126#ifndef FASTJET_HAVE_STRINGS_H
127#define FASTJET_HAVE_STRINGS_H 1
128#endif
129
130/* Define to 1 if you have the <string.h> header file. */
131#ifndef FASTJET_HAVE_STRING_H
132#define FASTJET_HAVE_STRING_H 1
133#endif
134
135/* Define to 1 if you have the <sys/stat.h> header file. */
136#ifndef FASTJET_HAVE_SYS_STAT_H
137#define FASTJET_HAVE_SYS_STAT_H 1
138#endif
139
140/* Define to 1 if you have the <sys/types.h> header file. */
141#ifndef FASTJET_HAVE_SYS_TYPES_H
142#define FASTJET_HAVE_SYS_TYPES_H 1
143#endif
144
145/* defined if thread-safety has been enabled */
146/* #undef HAVE_THREAD_SAFETY */
147
148/* Define to 1 if you have the <unistd.h> header file. */
149#ifndef FASTJET_HAVE_UNISTD_H
150#define FASTJET_HAVE_UNISTD_H 1
151#endif
152
153/* Define to the sub-directory where libtool stores uninstalled libraries. */
154#ifndef FASTJET_LT_OBJDIR
155#define FASTJET_LT_OBJDIR ".libs/"
156#endif
157
158/* Name of package */
159#ifndef FASTJET_PACKAGE
160#define FASTJET_PACKAGE "fastjet"
161#endif
162
163/* Define to the address where bug reports for this package should be sent. */
164#ifndef FASTJET_PACKAGE_BUGREPORT
165#define FASTJET_PACKAGE_BUGREPORT ""
166#endif
167
168/* Define to the full name of this package. */
169#ifndef FASTJET_PACKAGE_NAME
170#define FASTJET_PACKAGE_NAME "FastJet"
171#endif
172
173/* Define to the full name and version of this package. */
174#ifndef FASTJET_PACKAGE_STRING
175#define FASTJET_PACKAGE_STRING "FastJet 3.4.1"
176#endif
177
178/* Define to the one symbol short name of this package. */
179#ifndef FASTJET_PACKAGE_TARNAME
180#define FASTJET_PACKAGE_TARNAME "fastjet"
181#endif
182
183/* Define to the home page for this package. */
184#ifndef FASTJET_PACKAGE_URL
185#define FASTJET_PACKAGE_URL ""
186#endif
187
188/* Define to the version of this package. */
189#ifndef FASTJET_PACKAGE_VERSION
190#define FASTJET_PACKAGE_VERSION "3.4.1"
191#endif
192
193/* Define to 1 if you have the ANSI C header files. */
194#ifndef FASTJET_STDC_HEADERS
195#define FASTJET_STDC_HEADERS 1
196#endif
197
198/* Version number of package */
199#ifndef FASTJET_VERSION
200#define FASTJET_VERSION "3.4.1"
201#endif
202
203/* Major version of this package */
204#ifndef FASTJET_VERSION_MAJOR
205#define FASTJET_VERSION_MAJOR 3
206#endif
207
208/* Minor version of this package */
209#ifndef FASTJET_VERSION_MINOR
210#define FASTJET_VERSION_MINOR 4
211#endif
212
213/* Version of the package under the form XYYZZ (instead of X.Y.Z) */
214#ifndef FASTJET_VERSION_NUMBER
215#define FASTJET_VERSION_NUMBER 30401
216#endif
217
218/* Patch version of this package */
219#ifndef FASTJET_VERSION_PATCHLEVEL
220#define FASTJET_VERSION_PATCHLEVEL 1
221#endif
222
223/* Pre-release version of this package */
224/* #undef VERSION_PRERELEASE */
225
226/* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
227#endif