Ignore:
Timestamp:
Aug 11, 2005, 10:13:33 PM (20 years ago)
Author:
bird
Message:

fixed abspath on win32 and os/2 (latter is untested).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/variable.c

    r287 r303  
    679679  /* Define KMK_VERSION to indicate kMk. */
    680680  (void) define_variable ("KMK_VERSION", 11, buf, o_default, 0);
     681
     682  /* Define KMK_FEATURES to indicate various working KMK features. */
     683  (void) define_variable ("KMK_FEATURES", 12, "abspath", o_default, 0);
    681684
    682685#ifdef CONFIG_WITH_KMK_BUILTIN
Note: See TracChangeset for help on using the changeset viewer.