source: trunk/CLHEP/Vector/defs.h@ 6

Last change on this file since 6 was 4, checked in by Pavel Demin, 16 years ago

first commit

File size: 1.0 KB
Line 
1/* Vector/defs.h. Generated by configure. */
2/* Vector/defs.h.in. Generated from configure.in by autoheader. */
3
4#ifndef VECTOR_DEFS_H
5#define VECTOR_DEFS_H
6
7/* Name of package */
8#ifndef PACKAGE
9#define PACKAGE "Vector"
10#endif
11
12/* Define to the address where bug reports for this package should be sent. */
13#ifndef PACKAGE_BUGREPORT
14#define PACKAGE_BUGREPORT "http://savannah.cern.ch/projects/clhep/"
15#endif
16
17/* Define to the full name of this package. */
18#ifndef PACKAGE_NAME
19#define PACKAGE_NAME "CLHEP Vector"
20#endif
21
22/* Define to the full name and version of this package. */
23#ifndef PACKAGE_STRING
24#define PACKAGE_STRING "CLHEP Vector 2.0.3.0"
25#endif
26
27/* Define to the one symbol short name of this package. */
28#ifndef PACKAGE_TARNAME
29#define PACKAGE_TARNAME "Vector"
30#endif
31
32/* Define to the version of this package. */
33#ifndef PACKAGE_VERSION
34#define PACKAGE_VERSION "2.0.3.0"
35#endif
36
37/* building with Visual C++ */
38/* #undef USING_VISUAL */
39
40/* Version number of package */
41#ifndef VERSION
42#define VERSION "2.0.3.0"
43#endif
44
45#endif // VECTOR_DEFS_H
Note: See TracBrowser for help on using the repository browser.