Changes in config.h.in [6e4b913:47a8d17]
- File:
-
- 1 edited
-
config.h.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
config.h.in
r6e4b913 r47a8d17 18 18 /* Location of cfa install. */ 19 19 #undef CFA_PREFIX 20 21 /* Major.Minor */ 22 #undef CFA_VERSION 23 24 /* Build version number. */ 25 #undef CFA_VERSION_BUILD 26 27 /* Major.Minor.Patch.Build */ 28 #undef CFA_VERSION_FULL 29 30 /* Major.Minor.Patch */ 31 #undef CFA_VERSION_LONG 32 33 /* Major version number. */ 34 #undef CFA_VERSION_MAJOR 35 36 /* Minor version number. */ 37 #undef CFA_VERSION_MINOR 38 39 /* Patch version number. */ 40 #undef CFA_VERSION_PATCH 41 42 /* Major */ 43 #undef CFA_VERSION_SHORT 20 44 21 45 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Note:
See TracChangeset
for help on using the changeset viewer.