Hi,
I'm interested in the configuration/building of large C systems...
The Linux kernel uses the Kconfig language to describe the various configuration options (macros defined as CONFIG_X) and their dependencies... Basically, in each directory, there's a Kconfig file with the configuration options defined in this subsystem...
Is there any alternative to that to describe configuration options in large C systems like Apache or *-BSD ? what do people use in general ? What is the best practice ?