Changes in external/fastjet/config_auto.h [973b92a:1d208a2] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/config_auto.h
r973b92a r1d208a2 64 64 #endif 65 65 66 /* defined if C++11 features have been enabled */ 67 /* #undef HAVE_CXX11_FEATURES */ 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 */ 68 73 69 74 /* defined if demangling is enabled at configure time and is supported through … … 81 86 #endif 82 87 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 83 96 /* Define to 1 if you have the <inttypes.h> header file. */ 84 97 #ifndef FASTJET_HAVE_INTTYPES_H … … 96 109 #endif 97 110 111 /* compiler supports the "override" keyword */ 112 /* #undef HAVE_OVERRIDE */ 113 98 114 /* Define to 1 if you have the <stdint.h> header file. */ 99 115 #ifndef FASTJET_HAVE_STDINT_H … … 131 147 #endif 132 148 133 /* Define to the sub-directory in which libtool stores uninstalled libraries. 134 */ 149 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 135 150 #ifndef FASTJET_LT_OBJDIR 136 151 #define FASTJET_LT_OBJDIR ".libs/" … … 154 169 /* Define to the full name and version of this package. */ 155 170 #ifndef FASTJET_PACKAGE_STRING 156 #define FASTJET_PACKAGE_STRING "FastJet 3. 1.3"171 #define FASTJET_PACKAGE_STRING "FastJet 3.2.1" 157 172 #endif 158 173 … … 162 177 #endif 163 178 179 /* Define to the home page for this package. */ 180 #ifndef FASTJET_PACKAGE_URL 181 #define FASTJET_PACKAGE_URL "" 182 #endif 183 164 184 /* Define to the version of this package. */ 165 185 #ifndef FASTJET_PACKAGE_VERSION 166 #define FASTJET_PACKAGE_VERSION "3. 1.3"186 #define FASTJET_PACKAGE_VERSION "3.2.1" 167 187 #endif 168 188 … … 174 194 /* Version number of package */ 175 195 #ifndef FASTJET_VERSION 176 #define FASTJET_VERSION "3. 1.3"196 #define FASTJET_VERSION "3.2.1" 177 197 #endif 178 198 … … 184 204 /* Minor version of this package */ 185 205 #ifndef FASTJET_VERSION_MINOR 186 #define FASTJET_VERSION_MINOR 1206 #define FASTJET_VERSION_MINOR 2 187 207 #endif 188 208 189 209 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */ 190 210 #ifndef FASTJET_VERSION_NUMBER 191 #define FASTJET_VERSION_NUMBER 30 103211 #define FASTJET_VERSION_NUMBER 30201 192 212 #endif 193 213 194 214 /* Patch version of this package */ 195 215 #ifndef FASTJET_VERSION_PATCHLEVEL 196 #define FASTJET_VERSION_PATCHLEVEL 3216 #define FASTJET_VERSION_PATCHLEVEL 1 197 217 #endif 198 218
Note:
See TracChangeset
for help on using the changeset viewer.