=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/config.h,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/make/Attic/config.h 2012/12/07 07:08:16 1.19 --- src/usr.bin/make/Attic/config.h 2014/10/18 07:50:06 1.20 *************** *** 1,7 **** #ifndef CONFIG_H #define CONFIG_H ! /* $OpenBSD: config.h,v 1.19 2012/12/07 07:08:16 espie Exp $ */ /* $NetBSD: config.h,v 1.7 1996/11/06 17:59:03 christos Exp $ */ /* --- 1,7 ---- #ifndef CONFIG_H #define CONFIG_H ! /* $OpenBSD: config.h,v 1.20 2014/10/18 07:50:06 espie Exp $ */ /* $NetBSD: config.h,v 1.7 1996/11/06 17:59:03 christos Exp $ */ /* *************** *** 101,107 **** #endif #ifndef DEFAULT_FEATURES ! #define DEFAULT_FEATURES (FEATURE_UPPERLOWER | DOFEATURE_SYSVVARSUB | DOFEATURE_SYSVINCLUDE | DOFEATURE_SUNSHCMD | FEATURE_RECVARS) #endif #define FEATURES(x) ((DEFAULT_FEATURES & (x)) != 0) --- 101,107 ---- #endif #ifndef DEFAULT_FEATURES ! #define DEFAULT_FEATURES (FEATURE_UPPERLOWER | DOFEATURE_SYSVVARSUB | DOFEATURE_SYSVINCLUDE | DOFEATURE_SUNSHCMD | FEATURE_RECVARS | FEATURE_CONDINCLUDE) #endif #define FEATURES(x) ((DEFAULT_FEATURES & (x)) != 0)