Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • config.h.in

    r6e4b913 r47a8d17  
    1818/* Location of cfa install. */
    1919#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
    2044
    2145/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Note: See TracChangeset for help on using the changeset viewer.