[uClibc] punt AUTOCONF_INCLUDED

Mike Frysinger vapier at gentoo.org
Mon Aug 1 14:36:02 UTC 2005


i cant find any reference as to why bits/uClibc_config.h needs to define 
this ... none of the headers use it and it just causes problems when other 
kconfig-based systems are used (like busybox or the kernel)

so unless anyone can think of why we need this, i'll commit this change:
--- extra/config/confdata.c
+++ extra/config/confdata.c
 	" */\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"
-mike



More information about the uClibc mailing list