commit | 119f1ad8c905489bd1a5910f588a0123026dab1e | [log] [tgz] |
---|---|---|
author | Tony Breeds <tony@bakeyournoodle.com> | Tue Jun 26 11:42:14 2012 +1000 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 29 20:52:00 2012 -0400 |
tree | 1918475fff3053ed91677e606b181eda84a04cb3 | |
parent | 67b3721dc4de9d6441a00eceba6fd57590aa0004 [diff] |
ext2fs.h: Change how we deal with optional incompat features. Currently EXT2_LIB_FEATURE_INCOMPAT_SUPP is #defined twice once with EXT2_FEATURE_INCOMPAT_COMPRESSION and once without depending on the state of ENABLE_COMPRESSION Change this to use an intermediate symbol so that the definition of EXT2_LIB_FEATURE_INCOMPAT_SUPP doesn't change as other optional fetures are added. Signed-off-by: Tony Breeds <tony@bakeyournoodle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>