Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/config_auto.h

    r1d208a2 r973b92a  
    6464#endif
    6565
    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 */
    7368
    7469/* defined if demangling is enabled at configure time and is supported through
     
    8681#endif
    8782
    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 
    9683/* Define to 1 if you have the <inttypes.h> header file. */
    9784#ifndef FASTJET_HAVE_INTTYPES_H
     
    10996#endif
    11097
    111 /* compiler supports the "override" keyword */
    112 /* #undef HAVE_OVERRIDE */
    113 
    11498/* Define to 1 if you have the <stdint.h> header file. */
    11599#ifndef FASTJET_HAVE_STDINT_H
     
    147131#endif
    148132
    149 /* Define to the sub-directory where libtool stores uninstalled libraries. */
     133/* Define to the sub-directory in which libtool stores uninstalled libraries.
     134   */
    150135#ifndef FASTJET_LT_OBJDIR
    151136#define FASTJET_LT_OBJDIR  ".libs/"
     
    169154/* Define to the full name and version of this package. */
    170155#ifndef FASTJET_PACKAGE_STRING
    171 #define FASTJET_PACKAGE_STRING  "FastJet 3.2.1"
     156#define FASTJET_PACKAGE_STRING  "FastJet 3.1.3"
    172157#endif
    173158
     
    177162#endif
    178163
    179 /* Define to the home page for this package. */
    180 #ifndef FASTJET_PACKAGE_URL
    181 #define FASTJET_PACKAGE_URL  ""
    182 #endif
    183 
    184164/* Define to the version of this package. */
    185165#ifndef FASTJET_PACKAGE_VERSION
    186 #define FASTJET_PACKAGE_VERSION  "3.2.1"
     166#define FASTJET_PACKAGE_VERSION  "3.1.3"
    187167#endif
    188168
     
    194174/* Version number of package */
    195175#ifndef FASTJET_VERSION
    196 #define FASTJET_VERSION  "3.2.1"
     176#define FASTJET_VERSION  "3.1.3"
    197177#endif
    198178
     
    204184/* Minor version of this package */
    205185#ifndef FASTJET_VERSION_MINOR
    206 #define FASTJET_VERSION_MINOR  2
     186#define FASTJET_VERSION_MINOR  1
    207187#endif
    208188
    209189/* Version of the package under the form XYYZZ (instead of X.Y.Z) */
    210190#ifndef FASTJET_VERSION_NUMBER
    211 #define FASTJET_VERSION_NUMBER  30201
     191#define FASTJET_VERSION_NUMBER  30103
    212192#endif
    213193
    214194/* Patch version of this package */
    215195#ifndef FASTJET_VERSION_PATCHLEVEL
    216 #define FASTJET_VERSION_PATCHLEVEL  1
     196#define FASTJET_VERSION_PATCHLEVEL  3
    217197#endif
    218198
Note: See TracChangeset for help on using the changeset viewer.