Paul Eggert wrote: > You can use the __GNUC_PREREQ macro of md5.h. Well, I find that
#if __GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR < 1) is just as understandable as #if !__GNUC_PREREQ (3, 1) and that therefore such a features.h is not needed. Probably a matter of taste... Bruno _______________________________________________ bug-gnulib mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnulib
