FastJet  3.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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 /* defined if demangling is enabled at configure time and is supported through
57  the GNU C++ ABI */
58 /* #undef HAVE_DEMANGLING_SUPPORT */
59 
60 /* Define to 1 if you have the <dlfcn.h> header file. */
61 #ifndef FASTJET_HAVE_DLFCN_H
62 #define FASTJET_HAVE_DLFCN_H 1
63 #endif
64 
65 /* Define to 1 if you have the <execinfo.h> header file. */
66 #ifndef FASTJET_HAVE_EXECINFO_H
67 #define FASTJET_HAVE_EXECINFO_H 1
68 #endif
69 
70 /* Define to 1 if you have the <inttypes.h> header file. */
71 #ifndef FASTJET_HAVE_INTTYPES_H
72 #define FASTJET_HAVE_INTTYPES_H 1
73 #endif
74 
75 /* Define to 1 if you have the `m' library (-lm). */
76 #ifndef FASTJET_HAVE_LIBM
77 #define FASTJET_HAVE_LIBM 1
78 #endif
79 
80 /* Define to 1 if you have the <memory.h> header file. */
81 #ifndef FASTJET_HAVE_MEMORY_H
82 #define FASTJET_HAVE_MEMORY_H 1
83 #endif
84 
85 /* Define to 1 if you have the <stdint.h> header file. */
86 #ifndef FASTJET_HAVE_STDINT_H
87 #define FASTJET_HAVE_STDINT_H 1
88 #endif
89 
90 /* Define to 1 if you have the <stdlib.h> header file. */
91 #ifndef FASTJET_HAVE_STDLIB_H
92 #define FASTJET_HAVE_STDLIB_H 1
93 #endif
94 
95 /* Define to 1 if you have the <strings.h> header file. */
96 #ifndef FASTJET_HAVE_STRINGS_H
97 #define FASTJET_HAVE_STRINGS_H 1
98 #endif
99 
100 /* Define to 1 if you have the <string.h> header file. */
101 #ifndef FASTJET_HAVE_STRING_H
102 #define FASTJET_HAVE_STRING_H 1
103 #endif
104 
105 /* Define to 1 if you have the <sys/stat.h> header file. */
106 #ifndef FASTJET_HAVE_SYS_STAT_H
107 #define FASTJET_HAVE_SYS_STAT_H 1
108 #endif
109 
110 /* Define to 1 if you have the <sys/types.h> header file. */
111 #ifndef FASTJET_HAVE_SYS_TYPES_H
112 #define FASTJET_HAVE_SYS_TYPES_H 1
113 #endif
114 
115 /* Define to 1 if you have the <unistd.h> header file. */
116 #ifndef FASTJET_HAVE_UNISTD_H
117 #define FASTJET_HAVE_UNISTD_H 1
118 #endif
119 
120 /* Define to the sub-directory in which libtool stores uninstalled libraries.
121  */
122 #ifndef FASTJET_LT_OBJDIR
123 #define FASTJET_LT_OBJDIR ".libs/"
124 #endif
125 
126 /* Name of package */
127 #ifndef FASTJET_PACKAGE
128 #define FASTJET_PACKAGE "fastjet"
129 #endif
130 
131 /* Define to the address where bug reports for this package should be sent. */
132 #ifndef FASTJET_PACKAGE_BUGREPORT
133 #define FASTJET_PACKAGE_BUGREPORT ""
134 #endif
135 
136 /* Define to the full name of this package. */
137 #ifndef FASTJET_PACKAGE_NAME
138 #define FASTJET_PACKAGE_NAME "FastJet"
139 #endif
140 
141 /* Define to the full name and version of this package. */
142 #ifndef FASTJET_PACKAGE_STRING
143 #define FASTJET_PACKAGE_STRING "FastJet 3.1.2"
144 #endif
145 
146 /* Define to the one symbol short name of this package. */
147 #ifndef FASTJET_PACKAGE_TARNAME
148 #define FASTJET_PACKAGE_TARNAME "fastjet"
149 #endif
150 
151 /* Define to the version of this package. */
152 #ifndef FASTJET_PACKAGE_VERSION
153 #define FASTJET_PACKAGE_VERSION "3.1.2"
154 #endif
155 
156 /* Define to 1 if you have the ANSI C header files. */
157 #ifndef FASTJET_STDC_HEADERS
158 #define FASTJET_STDC_HEADERS 1
159 #endif
160 
161 /* Version number of package */
162 #ifndef FASTJET_VERSION
163 #define FASTJET_VERSION "3.1.2"
164 #endif
165 
166 /* Major version of this package */
167 #ifndef FASTJET_VERSION_MAJOR
168 #define FASTJET_VERSION_MAJOR 3
169 #endif
170 
171 /* Minor version of this package */
172 #ifndef FASTJET_VERSION_MINOR
173 #define FASTJET_VERSION_MINOR 1
174 #endif
175 
176 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */
177 #ifndef FASTJET_VERSION_NUMBER
178 #define FASTJET_VERSION_NUMBER 30102
179 #endif
180 
181 /* Patch version of this package */
182 #ifndef FASTJET_VERSION_PATCHLEVEL
183 #define FASTJET_VERSION_PATCHLEVEL 2
184 #endif
185 
186 /* Pre-release version of this package */
187 /* #undef VERSION_PRERELEASE */
188 
189 /* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
190 #endif