Fork me on GitHub

source: svn/trunk/external/fastjet/config_auto.h

Last change on this file was 1332, checked in by Pavel Demin, 11 years ago

upgrade fastjet to 3.0.6

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision Date
File size: 4.6 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/* Define to 1 if you have the <dlfcn.h> header file. */
67#ifndef FASTJET_HAVE_DLFCN_H
68#define FASTJET_HAVE_DLFCN_H 1
69#endif
70
71/* Define to 1 if you have the <execinfo.h> header file. */
72#ifndef FASTJET_HAVE_EXECINFO_H
73#define FASTJET_HAVE_EXECINFO_H 1
74#endif
75
76/* Define to 1 if you have the <inttypes.h> header file. */
77#ifndef FASTJET_HAVE_INTTYPES_H
78#define FASTJET_HAVE_INTTYPES_H 1
79#endif
80
81/* Define to 1 if you have the `m' library (-lm). */
82#ifndef FASTJET_HAVE_LIBM
83#define FASTJET_HAVE_LIBM 1
84#endif
85
86/* Define to 1 if you have the <memory.h> header file. */
87#ifndef FASTJET_HAVE_MEMORY_H
88#define FASTJET_HAVE_MEMORY_H 1
89#endif
90
91/* Define to 1 if you have the <stdint.h> header file. */
92#ifndef FASTJET_HAVE_STDINT_H
93#define FASTJET_HAVE_STDINT_H 1
94#endif
95
96/* Define to 1 if you have the <stdlib.h> header file. */
97#ifndef FASTJET_HAVE_STDLIB_H
98#define FASTJET_HAVE_STDLIB_H 1
99#endif
100
101/* Define to 1 if you have the <strings.h> header file. */
102#ifndef FASTJET_HAVE_STRINGS_H
103#define FASTJET_HAVE_STRINGS_H 1
104#endif
105
106/* Define to 1 if you have the <string.h> header file. */
107#ifndef FASTJET_HAVE_STRING_H
108#define FASTJET_HAVE_STRING_H 1
109#endif
110
111/* Define to 1 if you have the <sys/stat.h> header file. */
112#ifndef FASTJET_HAVE_SYS_STAT_H
113#define FASTJET_HAVE_SYS_STAT_H 1
114#endif
115
116/* Define to 1 if you have the <sys/types.h> header file. */
117#ifndef FASTJET_HAVE_SYS_TYPES_H
118#define FASTJET_HAVE_SYS_TYPES_H 1
119#endif
120
121/* Define to 1 if you have the <unistd.h> header file. */
122#ifndef FASTJET_HAVE_UNISTD_H
123#define FASTJET_HAVE_UNISTD_H 1
124#endif
125
126/* Define to the sub-directory in which libtool stores uninstalled libraries.
127 */
128#ifndef FASTJET_LT_OBJDIR
129#define FASTJET_LT_OBJDIR ".libs/"
130#endif
131
132/* Name of package */
133#ifndef FASTJET_PACKAGE
134#define FASTJET_PACKAGE "fastjet"
135#endif
136
137/* Define to the address where bug reports for this package should be sent. */
138#ifndef FASTJET_PACKAGE_BUGREPORT
139#define FASTJET_PACKAGE_BUGREPORT ""
140#endif
141
142/* Define to the full name of this package. */
143#ifndef FASTJET_PACKAGE_NAME
144#define FASTJET_PACKAGE_NAME "FastJet"
145#endif
146
147/* Define to the full name and version of this package. */
148#ifndef FASTJET_PACKAGE_STRING
149#define FASTJET_PACKAGE_STRING "FastJet 3.0.6"
150#endif
151
152/* Define to the one symbol short name of this package. */
153#ifndef FASTJET_PACKAGE_TARNAME
154#define FASTJET_PACKAGE_TARNAME "fastjet"
155#endif
156
157/* Define to the version of this package. */
158#ifndef FASTJET_PACKAGE_VERSION
159#define FASTJET_PACKAGE_VERSION "3.0.6"
160#endif
161
162/* Define to 1 if you have the ANSI C header files. */
163#ifndef FASTJET_STDC_HEADERS
164#define FASTJET_STDC_HEADERS 1
165#endif
166
167/* Version number of package */
168#ifndef FASTJET_VERSION
169#define FASTJET_VERSION "3.0.6"
170#endif
171
172/* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
173#endif
Note: See TracBrowser for help on using the repository browser.