kumquat-buildroot/package/unifdef/Config.in
Brandon Maier 0a16452704 unifdef: add target package
Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Reviewed-by: Thomas Devoogdt <thomas@devoogdt.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-09-28 22:43:13 +02:00

10 lines
318 B
Plaintext

config BR2_PACKAGE_UNIFDEF
bool "unifdef"
help
The unifdef utility selectively processes conditional C
preprocessor #if and #ifdef directives. It removes from a file
both the #directives and the additional text that they
delimit, while otherwise leaving the file alone.
http://dotat.at/prog/unifdef/