FastJet  3.0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
config_auto.h
00001 #ifndef _INCLUDE_FASTJET_CONFIG_AUTO_H
00002 #define _INCLUDE_FASTJET_CONFIG_AUTO_H 1
00003  
00004 /* include/fastjet/config_auto.h. Generated automatically at end of configure. */
00005 /* include/fastjet/config_raw.h.  Generated from config.h.in by configure.  */
00006 /* config.h.in.  Generated from configure.ac by autoheader.  */
00007 
00008 /* checks if the ATLASCone plugin is enabled */
00009 /* #undef ENABLE_PLUGIN_ATLASCONE */
00010 
00011 /* checks if the CDFCones plugin is enabled */
00012 /* #undef ENABLE_PLUGIN_CDFCONES */
00013 
00014 /* The CMSIterativeCone plugin is enabled */
00015 #ifndef FASTJET_ENABLE_PLUGIN_CMSITERATIVECONE 
00016 #define FASTJET_ENABLE_PLUGIN_CMSITERATIVECONE  /**/ 
00017 #endif
00018 
00019 /* The D0RunICone plugin is enabled */
00020 #ifndef FASTJET_ENABLE_PLUGIN_D0RUNICONE 
00021 #define FASTJET_ENABLE_PLUGIN_D0RUNICONE  /**/ 
00022 #endif
00023 
00024 /* The D0RunIICone plugin is enabled */
00025 #ifndef FASTJET_ENABLE_PLUGIN_D0RUNIICONE 
00026 #define FASTJET_ENABLE_PLUGIN_D0RUNIICONE  /**/ 
00027 #endif
00028 
00029 /* The EECambridge plugin is enabled */
00030 #ifndef FASTJET_ENABLE_PLUGIN_EECAMBRIDGE 
00031 #define FASTJET_ENABLE_PLUGIN_EECAMBRIDGE  /**/ 
00032 #endif
00033 
00034 /* The GridJet plugin is enabled */
00035 #ifndef FASTJET_ENABLE_PLUGIN_GRIDJET 
00036 #define FASTJET_ENABLE_PLUGIN_GRIDJET  /**/ 
00037 #endif
00038 
00039 /* The Jade plugin is enabled */
00040 #ifndef FASTJET_ENABLE_PLUGIN_JADE 
00041 #define FASTJET_ENABLE_PLUGIN_JADE  /**/ 
00042 #endif
00043 
00044 /* The NestedDefs plugin is enabled */
00045 #ifndef FASTJET_ENABLE_PLUGIN_NESTEDDEFS 
00046 #define FASTJET_ENABLE_PLUGIN_NESTEDDEFS  /**/ 
00047 #endif
00048 
00049 /* The PxCone plugin is enabled */
00050 #ifndef FASTJET_ENABLE_PLUGIN_PXCONE 
00051 #define FASTJET_ENABLE_PLUGIN_PXCONE  /**/ 
00052 #endif
00053 
00054 /* The SISCone plugin is enabled */
00055 #ifndef FASTJET_ENABLE_PLUGIN_SISCONE 
00056 #define FASTJET_ENABLE_PLUGIN_SISCONE  /**/ 
00057 #endif
00058 
00059 /* The TrackJet plugin is enabled */
00060 #ifndef FASTJET_ENABLE_PLUGIN_TRACKJET 
00061 #define FASTJET_ENABLE_PLUGIN_TRACKJET  /**/ 
00062 #endif
00063 
00064 /* Define to 1 if you have the <dlfcn.h> header file. */
00065 #ifndef FASTJET_HAVE_DLFCN_H 
00066 #define FASTJET_HAVE_DLFCN_H  1 
00067 #endif
00068 
00069 /* Define to 1 if you have the <execinfo.h> header file. */
00070 #ifndef FASTJET_HAVE_EXECINFO_H 
00071 #define FASTJET_HAVE_EXECINFO_H  1 
00072 #endif
00073 
00074 /* Define to 1 if you have the <inttypes.h> header file. */
00075 #ifndef FASTJET_HAVE_INTTYPES_H 
00076 #define FASTJET_HAVE_INTTYPES_H  1 
00077 #endif
00078 
00079 /* Define to 1 if you have the `m' library (-lm). */
00080 #ifndef FASTJET_HAVE_LIBM 
00081 #define FASTJET_HAVE_LIBM  1 
00082 #endif
00083 
00084 /* Define to 1 if you have the <memory.h> header file. */
00085 #ifndef FASTJET_HAVE_MEMORY_H 
00086 #define FASTJET_HAVE_MEMORY_H  1 
00087 #endif
00088 
00089 /* Define to 1 if you have the <stdint.h> header file. */
00090 #ifndef FASTJET_HAVE_STDINT_H 
00091 #define FASTJET_HAVE_STDINT_H  1 
00092 #endif
00093 
00094 /* Define to 1 if you have the <stdlib.h> header file. */
00095 #ifndef FASTJET_HAVE_STDLIB_H 
00096 #define FASTJET_HAVE_STDLIB_H  1 
00097 #endif
00098 
00099 /* Define to 1 if you have the <strings.h> header file. */
00100 #ifndef FASTJET_HAVE_STRINGS_H 
00101 #define FASTJET_HAVE_STRINGS_H  1 
00102 #endif
00103 
00104 /* Define to 1 if you have the <string.h> header file. */
00105 #ifndef FASTJET_HAVE_STRING_H 
00106 #define FASTJET_HAVE_STRING_H  1 
00107 #endif
00108 
00109 /* Define to 1 if you have the <sys/stat.h> header file. */
00110 #ifndef FASTJET_HAVE_SYS_STAT_H 
00111 #define FASTJET_HAVE_SYS_STAT_H  1 
00112 #endif
00113 
00114 /* Define to 1 if you have the <sys/types.h> header file. */
00115 #ifndef FASTJET_HAVE_SYS_TYPES_H 
00116 #define FASTJET_HAVE_SYS_TYPES_H  1 
00117 #endif
00118 
00119 /* Define to 1 if you have the <unistd.h> header file. */
00120 #ifndef FASTJET_HAVE_UNISTD_H 
00121 #define FASTJET_HAVE_UNISTD_H  1 
00122 #endif
00123 
00124 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00125    */
00126 #ifndef FASTJET_LT_OBJDIR 
00127 #define FASTJET_LT_OBJDIR  ".libs/" 
00128 #endif
00129 
00130 /* Name of package */
00131 #ifndef FASTJET_PACKAGE 
00132 #define FASTJET_PACKAGE  "fastjet" 
00133 #endif
00134 
00135 /* Define to the address where bug reports for this package should be sent. */
00136 #ifndef FASTJET_PACKAGE_BUGREPORT 
00137 #define FASTJET_PACKAGE_BUGREPORT  "" 
00138 #endif
00139 
00140 /* Define to the full name of this package. */
00141 #ifndef FASTJET_PACKAGE_NAME 
00142 #define FASTJET_PACKAGE_NAME  "FastJet" 
00143 #endif
00144 
00145 /* Define to the full name and version of this package. */
00146 #ifndef FASTJET_PACKAGE_STRING 
00147 #define FASTJET_PACKAGE_STRING  "FastJet 3.0.2" 
00148 #endif
00149 
00150 /* Define to the one symbol short name of this package. */
00151 #ifndef FASTJET_PACKAGE_TARNAME 
00152 #define FASTJET_PACKAGE_TARNAME  "fastjet" 
00153 #endif
00154 
00155 /* Define to the home page for this package. */
00156 #ifndef FASTJET_PACKAGE_URL 
00157 #define FASTJET_PACKAGE_URL  "" 
00158 #endif
00159 
00160 /* Define to the version of this package. */
00161 #ifndef FASTJET_PACKAGE_VERSION 
00162 #define FASTJET_PACKAGE_VERSION  "3.0.2" 
00163 #endif
00164 
00165 /* Define to 1 if you have the ANSI C header files. */
00166 #ifndef FASTJET_STDC_HEADERS 
00167 #define FASTJET_STDC_HEADERS  1 
00168 #endif
00169 
00170 /* Version number of package */
00171 #ifndef FASTJET_VERSION 
00172 #define FASTJET_VERSION  "3.0.2" 
00173 #endif
00174  
00175 /* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
00176 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends