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