diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-08-02 01:00:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-08-02 01:00:20 +0000 |
commit | 44dbd4bc650440f3746e446ae6773e7ce98156fd (patch) | |
tree | 16796d7ea4a14277bc650c01835cc43db38d1a67 | |
parent | 25b8652b4f0122f23fbd1e59961935d9ea5e600e (diff) | |
download | busybox-w32-44dbd4bc650440f3746e446ae6773e7ce98156fd.tar.gz busybox-w32-44dbd4bc650440f3746e446ae6773e7ce98156fd.tar.bz2 busybox-w32-44dbd4bc650440f3746e446ae6773e7ce98156fd.zip |
Do not define 'AUTOCONF_INCLUDED'
-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 7b9000e84..0a1f085ae 100644 --- a/busybox/scripts/config/confdata.c +++ b/busybox/scripts/config/confdata.c | |||
@@ -304,7 +304,6 @@ int conf_write(const char *name) | |||
304 | fprintf(out_h, "/*\n" | 304 | fprintf(out_h, "/*\n" |
305 | " * Automatically generated header file: don't edit\n" | 305 | " * Automatically generated header file: don't edit\n" |
306 | " */\n\n" | 306 | " */\n\n" |
307 | "#define AUTOCONF_INCLUDED\n\n" | ||
308 | "/* Version Number */\n" | 307 | "/* Version Number */\n" |
309 | "#define BB_VER \"%s\"\n" | 308 | "#define BB_VER \"%s\"\n" |
310 | "#define BB_BT \"%s\"\n", | 309 | "#define BB_BT \"%s\"\n", |