Fork me on GitHub

source: git/external/fastjet/config_auto.h@ cb80e6f

Last change on this file since cb80e6f was cb80e6f, checked in by Pavel Demin <pavel.demin@…>, 3 years ago

update FastJet library to 3.3.4 and FastJet Contrib library to 1.045

  • Property mode set to 100644
File size: 6.0 KB
Line 
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/* #undef ENABLE_PLUGIN_PXCONE */
55
56/* The SISCone plugin is enabled */
57#ifndef FASTJET_ENABLE_PLUGIN_SISCONE
58#define FASTJET_ENABLE_PLUGIN_SISCONE /**/
59#endif
60
61/* The TrackJet plugin is enabled */
62#ifndef FASTJET_ENABLE_PLUGIN_TRACKJET
63#define FASTJET_ENABLE_PLUGIN_TRACKJET /**/
64#endif
65
66/* compile the deprecated parts of the interface using auto-ptr */
67/* #undef HAVE_AUTO_PTR_INTERFACE */
68
69/* compiler supports c++14 deprecated keyword */
70/* #undef HAVE_CXX14_DEPRECATED */
71
72/* defined if demangling is enabled at configure time and is supported through
73 the GNU C++ ABI */
74/* #undef HAVE_DEMANGLING_SUPPORT */
75
76/* Define to 1 if you have the <dlfcn.h> header file. */
77#ifndef FASTJET_HAVE_DLFCN_H
78#define FASTJET_HAVE_DLFCN_H 1
79#endif
80
81/* Define to 1 if you have the <execinfo.h> header file. */
82#ifndef FASTJET_HAVE_EXECINFO_H
83#define FASTJET_HAVE_EXECINFO_H 1
84#endif
85
86/* compiler supports the "explicit" keyword for operators */
87/* #undef HAVE_EXPLICIT_FOR_OPERATORS */
88
89/* Define to 1 if you have the <gmp.h> header file. */
90/* #undef HAVE_GMP_H */
91
92/* compiler supports GNU c++ deprecated attribute */
93#ifndef FASTJET_HAVE_GNUCXX_DEPRECATED
94#define FASTJET_HAVE_GNUCXX_DEPRECATED /**/
95#endif
96
97/* Define to 1 if you have the <inttypes.h> header file. */
98#ifndef FASTJET_HAVE_INTTYPES_H
99#define FASTJET_HAVE_INTTYPES_H 1
100#endif
101
102/* Define to 1 if you have the `m' library (-lm). */
103#ifndef FASTJET_HAVE_LIBM
104#define FASTJET_HAVE_LIBM 1
105#endif
106
107/* Define to 1 if you have the <memory.h> header file. */
108#ifndef FASTJET_HAVE_MEMORY_H
109#define FASTJET_HAVE_MEMORY_H 1
110#endif
111
112/* Define to 1 if you have the <mpfr.h> header file. */
113/* #undef HAVE_MPFR_H */
114
115/* compiler supports the "override" keyword */
116/* #undef HAVE_OVERRIDE */
117
118/* Define to 1 if you have the <stdint.h> header file. */
119#ifndef FASTJET_HAVE_STDINT_H
120#define FASTJET_HAVE_STDINT_H 1
121#endif
122
123/* Define to 1 if you have the <stdlib.h> header file. */
124#ifndef FASTJET_HAVE_STDLIB_H
125#define FASTJET_HAVE_STDLIB_H 1
126#endif
127
128/* Define to 1 if you have the <strings.h> header file. */
129#ifndef FASTJET_HAVE_STRINGS_H
130#define FASTJET_HAVE_STRINGS_H 1
131#endif
132
133/* Define to 1 if you have the <string.h> header file. */
134#ifndef FASTJET_HAVE_STRING_H
135#define FASTJET_HAVE_STRING_H 1
136#endif
137
138/* Define to 1 if you have the <sys/stat.h> header file. */
139#ifndef FASTJET_HAVE_SYS_STAT_H
140#define FASTJET_HAVE_SYS_STAT_H 1
141#endif
142
143/* Define to 1 if you have the <sys/types.h> header file. */
144#ifndef FASTJET_HAVE_SYS_TYPES_H
145#define FASTJET_HAVE_SYS_TYPES_H 1
146#endif
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.3.4"
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.3.4"
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.3.4"
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 3
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 30304
216#endif
217
218/* Patch version of this package */
219#ifndef FASTJET_VERSION_PATCHLEVEL
220#define FASTJET_VERSION_PATCHLEVEL 4
221#endif
222
223/* Pre-release version of this package */
224/* #undef VERSION_PRERELEASE */
225
226/* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
227#endif
Note: See TracBrowser for help on using the repository browser.