CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Random/CLHEP/Random/defs.h
Go to the documentation of this file.
1 /* Random/defs.h. Generated from defs.h.in by configure. */
2 /* Random/defs.h.in. Generated from configure.ac by autoheader. */
3 
4 #ifndef RANDOM_DEFS_H
5 #define RANDOM_DEFS_H
6 
7 /* Define to 1 if you have the `drand48' function. */
8 #define HAVE_DRAND48 1
9 
10 /* Name of package */
11 #ifndef PACKAGE
12 #define PACKAGE "Random"
13 #endif
14 
15 /* Define to the address where bug reports for this package should be sent. */
16 #ifndef PACKAGE_BUGREPORT
17 #define PACKAGE_BUGREPORT "http://savannah.cern.ch/projects/clhep/"
18 #endif
19 
20 /* Define to the full name of this package. */
21 #ifndef PACKAGE_NAME
22 #define PACKAGE_NAME "CLHEP Random"
23 #endif
24 
25 /* Define to the full name and version of this package. */
26 #ifndef PACKAGE_STRING
27 #define PACKAGE_STRING "CLHEP Random 2.1.4.1"
28 #endif
29 
30 /* Define to the one symbol short name of this package. */
31 #ifndef PACKAGE_TARNAME
32 #define PACKAGE_TARNAME "Random"
33 #endif
34 
35 /* Define to the home page for this package. */
36 #define PACKAGE_URL ""
37 
38 /* Define to the version of this package. */
39 #ifndef PACKAGE_VERSION
40 #define PACKAGE_VERSION "2.1.4.1"
41 #endif
42 
43 /* Version number of package */
44 #ifndef VERSION
45 #define VERSION "2.1.4.1"
46 #endif
47 
48 #endif // RANDOM_DEFS_H