kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the kernel headers

This commit is contained in:
Mike Frysinger
2006-12-30 19:46:38 +00:00
parent 68ffb9a85d
commit 1b3e8179a2

View File

@ -412,7 +412,7 @@ int conf_write(const char *name)
" * Linux kernel version: %s\n" " * Linux kernel version: %s\n"
" */\n" " */\n"
"%s" "%s"
"#define AUTOCONF_INCLUDED\n", "\n",
sym_get_string_value(sym), sym_get_string_value(sym),
buf); buf);
} }