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

Function conf_get_autoconfig_name

scripts/config/confdata.c:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205static const char *conf_get_autoconfig_name(void)
206{
207 char *name = getenv("KCONFIG_AUTOCONFIG");
208
209 return name ? name : "include/config/auto.conf";
210}
211
212static const char *conf_get_autoheader_name(void)
213{

Callers 2

conf_touch_depsFunction · 0.85
conf_write_autoconfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected