diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-08-02 00:59:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-08-02 00:59:44 +0000 |
commit | ff3a61b71d758025aa41596e16b9cdff5c53dc84 (patch) | |
tree | 1249bb0a17e625ec9ceffe011dae6c3c811c445f /scripts/config/confdata.c | |
parent | 4240364098e0a2aa4edcd854de68373f5b6aa659 (diff) | |
download | busybox-w32-ff3a61b71d758025aa41596e16b9cdff5c53dc84.tar.gz busybox-w32-ff3a61b71d758025aa41596e16b9cdff5c53dc84.tar.bz2 busybox-w32-ff3a61b71d758025aa41596e16b9cdff5c53dc84.zip |
Do not define 'AUTOCONF_INCLUDED'
Diffstat (limited to 'scripts/config/confdata.c')
-rw-r--r-- | scripts/config/confdata.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config/confdata.c b/scripts/config/confdata.c index 7b9000e84..0a1f085ae 100644 --- a/scripts/config/confdata.c +++ b/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", |