source: trunk/CLHEP/Units/defs.h@ 17

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

first commit

File size: 995 bytes
Line 
1/* Units/defs.h. Generated by configure. */
2/* Units/defs.h.in. Generated from configure.in by autoheader. */
3
4#ifndef UNITS_DEFS_H
5#define UNITS_DEFS_H
6
7/* Name of package */
8#ifndef PACKAGE
9#define PACKAGE "Units"
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 Units"
20#endif
21
22/* Define to the full name and version of this package. */
23#ifndef PACKAGE_STRING
24#define PACKAGE_STRING "CLHEP Units 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 "Units"
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/* Version number of package */
38#ifndef VERSION
39#define VERSION "2.0.3.0"
40#endif
41
42#endif // UNITS_DEFS_H
Note: See TracBrowser for help on using the repository browser.