sargon / ddhcpd

A distributed DHCP Daemon
GNU General Public License v3.0
31 stars 12 forks source link

Add mechanism for compile-time feature support #44

Open BenBE opened 6 years ago

BenBE commented 6 years ago

As some features in the pipeline may not be of much use for minimalistic clients it would be advisable to have a central point to configure such features (e.g. having a features.h, that is possibly auto-generated in the Makefile if it doesn't exist). The format could be as simple as a list of defines which only carry boolean values.