MCPcopy Create free account
hub / github.com/Entware/Entware / conf_get_autoheader_name

Function conf_get_autoheader_name

scripts/config/confdata.c:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212static const char *conf_get_autoheader_name(void)
213{
214 char *name = getenv("KCONFIG_AUTOHEADER");
215
216 return name ? name : "include/generated/autoconf.h";
217}
218
219static const char *conf_get_rustccfg_name(void)
220{

Callers 1

conf_write_autoconfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected