diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-08-02 00:25:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-08-02 00:25:11 +0000 |
commit | c04c4b5d76788a4d18f0c0a5ec603cf2fd93e5ca (patch) | |
tree | 4579abd22e51e655fc67a0224669bd84aec41f7f /extra | |
parent | 47c86642855d3690d831c1329ae6d4042b61b509 (diff) |
Do not define 'AUTOCONF_INCLUDED'
Diffstat (limited to 'extra')
-rw-r--r-- | extra/config/confdata.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/config/confdata.c b/extra/config/confdata.c index 9ecf11032..a3f19091e 100644 --- a/extra/config/confdata.c +++ b/extra/config/confdata.c @@ -306,8 +306,7 @@ int conf_write(const char *name) " */\n" "#if !defined __FEATURES_H && !defined __need_uClibc_config_h\n" "#error Never include <bits/uClibc_config.h> directly; use <features.h> instead\n" - "#endif\n" - "#define AUTOCONF_INCLUDED\n\n" + "#endif\n\n" "/*\n" " * Version Number\n" " */\n" |