Changeset b9ae4c3 in git for external/fastjet/config_raw.h
- Timestamp:
- Sep 2, 2016, 3:46:14 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fa068d3
- Parents:
- ec5e04b (diff), 23389ff (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Pavel Demin <pavel-demin@…> (09/02/16 15:46:14)
- git-committer:
- GitHub <noreply@…> (09/02/16 15:46:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/config_raw.h
rec5e04b rb9ae4c3 38 38 #define ENABLE_PLUGIN_TRACKJET /**/ 39 39 40 /* defined if C++11 features have been enabled */ 41 /* #undef HAVE_CXX11_FEATURES */ 40 /* compile the deprecated parts of the interface using auto-ptr */ 41 #define HAVE_AUTO_PTR_INTERFACE /**/ 42 43 /* compiler supports c++14 deprecated keyword */ 44 /* #undef HAVE_CXX14_DEPRECATED */ 42 45 43 46 /* defined if demangling is enabled at configure time and is supported through … … 51 54 #define HAVE_EXECINFO_H 1 52 55 56 /* compiler supports the "explicit" keyword for operators */ 57 /* #undef HAVE_EXPLICIT_FOR_OPERATORS */ 58 59 /* compiler supports GNU c++ deprecated attribute */ 60 #define HAVE_GNUCXX_DEPRECATED /**/ 61 53 62 /* Define to 1 if you have the <inttypes.h> header file. */ 54 63 #define HAVE_INTTYPES_H 1 … … 59 68 /* Define to 1 if you have the <memory.h> header file. */ 60 69 #define HAVE_MEMORY_H 1 70 71 /* compiler supports the "override" keyword */ 72 /* #undef HAVE_OVERRIDE */ 61 73 62 74 /* Define to 1 if you have the <stdint.h> header file. */ … … 81 93 #define HAVE_UNISTD_H 1 82 94 83 /* Define to the sub-directory in which libtool stores uninstalled libraries. 84 */ 95 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 85 96 #define LT_OBJDIR ".libs/" 86 97 … … 95 106 96 107 /* Define to the full name and version of this package. */ 97 #define PACKAGE_STRING "FastJet 3. 1.3"108 #define PACKAGE_STRING "FastJet 3.2.1" 98 109 99 110 /* Define to the one symbol short name of this package. */ 100 111 #define PACKAGE_TARNAME "fastjet" 101 112 113 /* Define to the home page for this package. */ 114 #define PACKAGE_URL "" 115 102 116 /* Define to the version of this package. */ 103 #define PACKAGE_VERSION "3. 1.3"117 #define PACKAGE_VERSION "3.2.1" 104 118 105 119 /* Define to 1 if you have the ANSI C header files. */ … … 107 121 108 122 /* Version number of package */ 109 #define VERSION "3. 1.3"123 #define VERSION "3.2.1" 110 124 111 125 /* Major version of this package */ … … 113 127 114 128 /* Minor version of this package */ 115 #define VERSION_MINOR 1129 #define VERSION_MINOR 2 116 130 117 131 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */ 118 #define VERSION_NUMBER 30 103132 #define VERSION_NUMBER 30201 119 133 120 134 /* Patch version of this package */ 121 #define VERSION_PATCHLEVEL 3135 #define VERSION_PATCHLEVEL 1 122 136 123 137 /* Pre-release version of this package */
Note:
See TracChangeset
for help on using the changeset viewer.