Config.in 318 B

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