[d7d2da3] | 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 |
|
---|
[1d208a2] | 66 | /* compile the deprecated parts of the interface using auto-ptr */
|
---|
[e15936c] | 67 | /* #undef HAVE_AUTO_PTR_INTERFACE */
|
---|
[1d208a2] | 68 |
|
---|
| 69 | /* compiler supports c++14 deprecated keyword */
|
---|
| 70 | /* #undef HAVE_CXX14_DEPRECATED */
|
---|
[973b92a] | 71 |
|
---|
[273e668] | 72 | /* defined if demangling is enabled at configure time and is supported through
|
---|
| 73 | the GNU C++ ABI */
|
---|
| 74 | /* #undef HAVE_DEMANGLING_SUPPORT */
|
---|
| 75 |
|
---|
[d7d2da3] | 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 |
|
---|
[1d208a2] | 86 | /* compiler supports the "explicit" keyword for operators */
|
---|
| 87 | /* #undef HAVE_EXPLICIT_FOR_OPERATORS */
|
---|
| 88 |
|
---|
[cb80e6f] | 89 | /* Define to 1 if you have the <gmp.h> header file. */
|
---|
| 90 | /* #undef HAVE_GMP_H */
|
---|
| 91 |
|
---|
[1d208a2] | 92 | /* compiler supports GNU c++ deprecated attribute */
|
---|
| 93 | #ifndef FASTJET_HAVE_GNUCXX_DEPRECATED
|
---|
| 94 | #define FASTJET_HAVE_GNUCXX_DEPRECATED /**/
|
---|
| 95 | #endif
|
---|
| 96 |
|
---|
[d7d2da3] | 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 |
|
---|
[cb80e6f] | 112 | /* Define to 1 if you have the <mpfr.h> header file. */
|
---|
| 113 | /* #undef HAVE_MPFR_H */
|
---|
| 114 |
|
---|
[1d208a2] | 115 | /* compiler supports the "override" keyword */
|
---|
| 116 | /* #undef HAVE_OVERRIDE */
|
---|
| 117 |
|
---|
[d7d2da3] | 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 |
|
---|
[1d208a2] | 153 | /* Define to the sub-directory where libtool stores uninstalled libraries. */
|
---|
[d7d2da3] | 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
|
---|
[cb80e6f] | 175 | #define FASTJET_PACKAGE_STRING "FastJet 3.3.4"
|
---|
[d7d2da3] | 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 |
|
---|
[1d208a2] | 183 | /* Define to the home page for this package. */
|
---|
| 184 | #ifndef FASTJET_PACKAGE_URL
|
---|
| 185 | #define FASTJET_PACKAGE_URL ""
|
---|
| 186 | #endif
|
---|
| 187 |
|
---|
[d7d2da3] | 188 | /* Define to the version of this package. */
|
---|
| 189 | #ifndef FASTJET_PACKAGE_VERSION
|
---|
[cb80e6f] | 190 | #define FASTJET_PACKAGE_VERSION "3.3.4"
|
---|
[d7d2da3] | 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
|
---|
[cb80e6f] | 200 | #define FASTJET_VERSION "3.3.4"
|
---|
[35cdc46] | 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
|
---|
[b7b836a] | 210 | #define FASTJET_VERSION_MINOR 3
|
---|
[35cdc46] | 211 | #endif
|
---|
| 212 |
|
---|
| 213 | /* Version of the package under the form XYYZZ (instead of X.Y.Z) */
|
---|
| 214 | #ifndef FASTJET_VERSION_NUMBER
|
---|
[cb80e6f] | 215 | #define FASTJET_VERSION_NUMBER 30304
|
---|
[35cdc46] | 216 | #endif
|
---|
| 217 |
|
---|
| 218 | /* Patch version of this package */
|
---|
| 219 | #ifndef FASTJET_VERSION_PATCHLEVEL
|
---|
[cb80e6f] | 220 | #define FASTJET_VERSION_PATCHLEVEL 4
|
---|
[35cdc46] | 221 | #endif
|
---|
| 222 |
|
---|
| 223 | /* Pre-release version of this package */
|
---|
[273e668] | 224 | /* #undef VERSION_PRERELEASE */
|
---|
[d7d2da3] | 225 |
|
---|
| 226 | /* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
|
---|
| 227 | #endif
|
---|