diff options
author | Eric Andersen | 2005-08-02 01:00:20 +0000 |
---|---|---|
committer | Eric Andersen | 2005-08-02 01:00:20 +0000 |
commit | 44dbd4bc650440f3746e446ae6773e7ce98156fd (patch) | |
tree | 16796d7ea4a14277bc650c01835cc43db38d1a67 /busybox | |
parent | 25b8652b4f0122f23fbd1e59961935d9ea5e600e (diff) | |
download | busybox-44dbd4bc650440f3746e446ae6773e7ce98156fd.zip busybox-44dbd4bc650440f3746e446ae6773e7ce98156fd.tar.gz |
Do not define 'AUTOCONF_INCLUDED'
Diffstat (limited to 'busybox')
-rw-r--r-- | busybox/scripts/config/confdata.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/busybox/scripts/config/confdata.c b/busybox/scripts/config/confdata.c index 7b9000e..0a1f085 100644 --- a/busybox/scripts/config/confdata.c +++ b/busybox/scripts/config/confdata.c @@ -304,7 +304,6 @@ int conf_write(const char *name) fprintf(out_h, "/*\n" " * Automatically generated header file: don't edit\n" " */\n\n" - "#define AUTOCONF_INCLUDED\n\n" "/* Version Number */\n" "#define BB_VER \"%s\"\n" "#define BB_BT \"%s\"\n", |