CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
00001 /* Vector/defs.h. Generated from defs.h.in by configure. */ 00002 /* Vector/defs.h.in. Generated from configure.ac by autoheader. */ 00003 00004 #ifndef VECTOR_DEFS_H 00005 #define VECTOR_DEFS_H 00006 00007 /* Name of package */ 00008 #ifndef PACKAGE 00009 #define PACKAGE "Vector" 00010 #endif 00011 00012 /* Define to the address where bug reports for this package should be sent. */ 00013 #ifndef PACKAGE_BUGREPORT 00014 #define PACKAGE_BUGREPORT "http://savannah.cern.ch/projects/clhep/" 00015 #endif 00016 00017 /* Define to the full name of this package. */ 00018 #ifndef PACKAGE_NAME 00019 #define PACKAGE_NAME "CLHEP Vector" 00020 #endif 00021 00022 /* Define to the full name and version of this package. */ 00023 #ifndef PACKAGE_STRING 00024 #define PACKAGE_STRING "CLHEP Vector 2.1.2.2" 00025 #endif 00026 00027 /* Define to the one symbol short name of this package. */ 00028 #ifndef PACKAGE_TARNAME 00029 #define PACKAGE_TARNAME "Vector" 00030 #endif 00031 00032 /* Define to the home page for this package. */ 00033 #define PACKAGE_URL "" 00034 00035 /* Define to the version of this package. */ 00036 #ifndef PACKAGE_VERSION 00037 #define PACKAGE_VERSION "2.1.2.2" 00038 #endif 00039 00040 /* building with Visual C++ */ 00041 /* #undef USING_VISUAL */ 00042 00043 /* Version number of package */ 00044 #ifndef VERSION 00045 #define VERSION "2.1.2.2" 00046 #endif 00047 00048 #endif // VECTOR_DEFS_H