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