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

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