Changes in config.h.in [47a8d17:6e4b913]
- File:
-
- 1 edited
-
config.h.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
config.h.in
r47a8d17 r6e4b913 18 18 /* Location of cfa install. */ 19 19 #undef CFA_PREFIX 20 21 /* Major.Minor */22 #undef CFA_VERSION23 24 /* Build version number. */25 #undef CFA_VERSION_BUILD26 27 /* Major.Minor.Patch.Build */28 #undef CFA_VERSION_FULL29 30 /* Major.Minor.Patch */31 #undef CFA_VERSION_LONG32 33 /* Major version number. */34 #undef CFA_VERSION_MAJOR35 36 /* Minor version number. */37 #undef CFA_VERSION_MINOR38 39 /* Patch version number. */40 #undef CFA_VERSION_PATCH41 42 /* Major */43 #undef CFA_VERSION_SHORT44 20 45 21 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Note:
See TracChangeset
for help on using the changeset viewer.