Turned some stuff into features that really are features, not apps.
 -Erik
diff --git a/fbset.c b/fbset.c
index 6b6b84c..3f36a70 100644
--- a/fbset.c
+++ b/fbset.c
@@ -140,7 +140,7 @@
 static int readmode(struct fb_var_screeninfo *base, const char *fn,
 					const char *mode)
 {
-#ifdef BB_FBSET_READMODE
+#ifdef BB_FEATURE_FBSET_READMODE
 	FILE *f;
 	char buf[256];
 	char *p = buf;