build system: (try to) get rid of bb_config.h hack

This commit is contained in:
Denis Vlasenko
2006-10-19 22:17:44 +00:00
parent 9fa9950784
commit b79b87a30f
6 changed files with 5 additions and 1942 deletions

View File

@ -9,7 +9,7 @@ const char *applet_name;
#include <stdio.h>
#include <stdlib.h>
#include "bb_config.h"
//Ok to remove? #include "bb_config.h"
#include "usage.h"
int main(int argc, char *argv[])