FastJet  3.1.0-beta.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups 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 #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.1.0-beta.1"
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 home page for this package. */
158 /* #undef PACKAGE_URL */
159 
160 /* Define to the version of this package. */
161 #ifndef FASTJET_PACKAGE_VERSION
162 #define FASTJET_PACKAGE_VERSION "3.1.0-beta.1"
163 #endif
164 
165 /* Define to 1 if you have the ANSI C header files. */
166 #ifndef FASTJET_STDC_HEADERS
167 #define FASTJET_STDC_HEADERS 1
168 #endif
169 
170 /* Version number of package */
171 #ifndef FASTJET_VERSION
172 #define FASTJET_VERSION "3.1.0-beta.1"
173 #endif
174 
175 /* Major version of this package */
176 #ifndef FASTJET_VERSION_MAJOR
177 #define FASTJET_VERSION_MAJOR 3
178 #endif
179 
180 /* Minor version of this package */
181 #ifndef FASTJET_VERSION_MINOR
182 #define FASTJET_VERSION_MINOR 1
183 #endif
184 
185 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */
186 #ifndef FASTJET_VERSION_NUMBER
187 #define FASTJET_VERSION_NUMBER 30103
188 #endif
189 
190 /* Patch version of this package */
191 #ifndef FASTJET_VERSION_PATCHLEVEL
192 #define FASTJET_VERSION_PATCHLEVEL 3
193 #endif
194 
195 /* Pre-release version of this package */
196 #ifndef FASTJET_VERSION_PRERELEASE
197 #define FASTJET_VERSION_PRERELEASE ".1.0-beta.1"
198 #endif
199 
200 /* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
201 #endif