[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 */
|
---|
| 67 | #ifndef FASTJET_HAVE_AUTO_PTR_INTERFACE
|
---|
| 68 | #define FASTJET_HAVE_AUTO_PTR_INTERFACE /**/
|
---|
| 69 | #endif
|
---|
| 70 |
|
---|
| 71 | /* compiler supports c++14 deprecated keyword */
|
---|
| 72 | /* #undef HAVE_CXX14_DEPRECATED */
|
---|
[973b92a] | 73 |
|
---|
[273e668] | 74 | /* defined if demangling is enabled at configure time and is supported through
|
---|
| 75 | the GNU C++ ABI */
|
---|
| 76 | /* #undef HAVE_DEMANGLING_SUPPORT */
|
---|
| 77 |
|
---|
[d7d2da3] | 78 | /* Define to 1 if you have the <dlfcn.h> header file. */
|
---|
| 79 | #ifndef FASTJET_HAVE_DLFCN_H
|
---|
| 80 | #define FASTJET_HAVE_DLFCN_H 1
|
---|
| 81 | #endif
|
---|
| 82 |
|
---|
| 83 | /* Define to 1 if you have the <execinfo.h> header file. */
|
---|
| 84 | #ifndef FASTJET_HAVE_EXECINFO_H
|
---|
| 85 | #define FASTJET_HAVE_EXECINFO_H 1
|
---|
| 86 | #endif
|
---|
| 87 |
|
---|
[1d208a2] | 88 | /* compiler supports the "explicit" keyword for operators */
|
---|
| 89 | /* #undef HAVE_EXPLICIT_FOR_OPERATORS */
|
---|
| 90 |
|
---|
| 91 | /* compiler supports GNU c++ deprecated attribute */
|
---|
| 92 | #ifndef FASTJET_HAVE_GNUCXX_DEPRECATED
|
---|
| 93 | #define FASTJET_HAVE_GNUCXX_DEPRECATED /**/
|
---|
| 94 | #endif
|
---|
| 95 |
|
---|
[d7d2da3] | 96 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
| 97 | #ifndef FASTJET_HAVE_INTTYPES_H
|
---|
| 98 | #define FASTJET_HAVE_INTTYPES_H 1
|
---|
| 99 | #endif
|
---|
| 100 |
|
---|
| 101 | /* Define to 1 if you have the `m' library (-lm). */
|
---|
| 102 | #ifndef FASTJET_HAVE_LIBM
|
---|
| 103 | #define FASTJET_HAVE_LIBM 1
|
---|
| 104 | #endif
|
---|
| 105 |
|
---|
| 106 | /* Define to 1 if you have the <memory.h> header file. */
|
---|
| 107 | #ifndef FASTJET_HAVE_MEMORY_H
|
---|
| 108 | #define FASTJET_HAVE_MEMORY_H 1
|
---|
| 109 | #endif
|
---|
| 110 |
|
---|
[1d208a2] | 111 | /* compiler supports the "override" keyword */
|
---|
| 112 | /* #undef HAVE_OVERRIDE */
|
---|
| 113 |
|
---|
[d7d2da3] | 114 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
| 115 | #ifndef FASTJET_HAVE_STDINT_H
|
---|
| 116 | #define FASTJET_HAVE_STDINT_H 1
|
---|
| 117 | #endif
|
---|
| 118 |
|
---|
| 119 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
| 120 | #ifndef FASTJET_HAVE_STDLIB_H
|
---|
| 121 | #define FASTJET_HAVE_STDLIB_H 1
|
---|
| 122 | #endif
|
---|
| 123 |
|
---|
| 124 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
| 125 | #ifndef FASTJET_HAVE_STRINGS_H
|
---|
| 126 | #define FASTJET_HAVE_STRINGS_H 1
|
---|
| 127 | #endif
|
---|
| 128 |
|
---|
| 129 | /* Define to 1 if you have the <string.h> header file. */
|
---|
| 130 | #ifndef FASTJET_HAVE_STRING_H
|
---|
| 131 | #define FASTJET_HAVE_STRING_H 1
|
---|
| 132 | #endif
|
---|
| 133 |
|
---|
| 134 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
| 135 | #ifndef FASTJET_HAVE_SYS_STAT_H
|
---|
| 136 | #define FASTJET_HAVE_SYS_STAT_H 1
|
---|
| 137 | #endif
|
---|
| 138 |
|
---|
| 139 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
| 140 | #ifndef FASTJET_HAVE_SYS_TYPES_H
|
---|
| 141 | #define FASTJET_HAVE_SYS_TYPES_H 1
|
---|
| 142 | #endif
|
---|
| 143 |
|
---|
| 144 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
| 145 | #ifndef FASTJET_HAVE_UNISTD_H
|
---|
| 146 | #define FASTJET_HAVE_UNISTD_H 1
|
---|
| 147 | #endif
|
---|
| 148 |
|
---|
[1d208a2] | 149 | /* Define to the sub-directory where libtool stores uninstalled libraries. */
|
---|
[d7d2da3] | 150 | #ifndef FASTJET_LT_OBJDIR
|
---|
| 151 | #define FASTJET_LT_OBJDIR ".libs/"
|
---|
| 152 | #endif
|
---|
| 153 |
|
---|
| 154 | /* Name of package */
|
---|
| 155 | #ifndef FASTJET_PACKAGE
|
---|
| 156 | #define FASTJET_PACKAGE "fastjet"
|
---|
| 157 | #endif
|
---|
| 158 |
|
---|
| 159 | /* Define to the address where bug reports for this package should be sent. */
|
---|
| 160 | #ifndef FASTJET_PACKAGE_BUGREPORT
|
---|
| 161 | #define FASTJET_PACKAGE_BUGREPORT ""
|
---|
| 162 | #endif
|
---|
| 163 |
|
---|
| 164 | /* Define to the full name of this package. */
|
---|
| 165 | #ifndef FASTJET_PACKAGE_NAME
|
---|
| 166 | #define FASTJET_PACKAGE_NAME "FastJet"
|
---|
| 167 | #endif
|
---|
| 168 |
|
---|
| 169 | /* Define to the full name and version of this package. */
|
---|
| 170 | #ifndef FASTJET_PACKAGE_STRING
|
---|
[b7b836a] | 171 | #define FASTJET_PACKAGE_STRING "FastJet 3.3.1"
|
---|
[d7d2da3] | 172 | #endif
|
---|
| 173 |
|
---|
| 174 | /* Define to the one symbol short name of this package. */
|
---|
| 175 | #ifndef FASTJET_PACKAGE_TARNAME
|
---|
| 176 | #define FASTJET_PACKAGE_TARNAME "fastjet"
|
---|
| 177 | #endif
|
---|
| 178 |
|
---|
[1d208a2] | 179 | /* Define to the home page for this package. */
|
---|
| 180 | #ifndef FASTJET_PACKAGE_URL
|
---|
| 181 | #define FASTJET_PACKAGE_URL ""
|
---|
| 182 | #endif
|
---|
| 183 |
|
---|
[d7d2da3] | 184 | /* Define to the version of this package. */
|
---|
| 185 | #ifndef FASTJET_PACKAGE_VERSION
|
---|
[b7b836a] | 186 | #define FASTJET_PACKAGE_VERSION "3.3.1"
|
---|
[d7d2da3] | 187 | #endif
|
---|
| 188 |
|
---|
| 189 | /* Define to 1 if you have the ANSI C header files. */
|
---|
| 190 | #ifndef FASTJET_STDC_HEADERS
|
---|
| 191 | #define FASTJET_STDC_HEADERS 1
|
---|
| 192 | #endif
|
---|
| 193 |
|
---|
| 194 | /* Version number of package */
|
---|
| 195 | #ifndef FASTJET_VERSION
|
---|
[b7b836a] | 196 | #define FASTJET_VERSION "3.3.1"
|
---|
[35cdc46] | 197 | #endif
|
---|
| 198 |
|
---|
| 199 | /* Major version of this package */
|
---|
| 200 | #ifndef FASTJET_VERSION_MAJOR
|
---|
| 201 | #define FASTJET_VERSION_MAJOR 3
|
---|
| 202 | #endif
|
---|
| 203 |
|
---|
| 204 | /* Minor version of this package */
|
---|
| 205 | #ifndef FASTJET_VERSION_MINOR
|
---|
[b7b836a] | 206 | #define FASTJET_VERSION_MINOR 3
|
---|
[35cdc46] | 207 | #endif
|
---|
| 208 |
|
---|
| 209 | /* Version of the package under the form XYYZZ (instead of X.Y.Z) */
|
---|
| 210 | #ifndef FASTJET_VERSION_NUMBER
|
---|
[b7b836a] | 211 | #define FASTJET_VERSION_NUMBER 30301
|
---|
[35cdc46] | 212 | #endif
|
---|
| 213 |
|
---|
| 214 | /* Patch version of this package */
|
---|
| 215 | #ifndef FASTJET_VERSION_PATCHLEVEL
|
---|
[1d208a2] | 216 | #define FASTJET_VERSION_PATCHLEVEL 1
|
---|
[35cdc46] | 217 | #endif
|
---|
| 218 |
|
---|
| 219 | /* Pre-release version of this package */
|
---|
[273e668] | 220 | /* #undef VERSION_PRERELEASE */
|
---|
[d7d2da3] | 221 |
|
---|
| 222 | /* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
|
---|
| 223 | #endif
|
---|