UNIFDEF(1) - General Commands Manual
UNIFDEF(1) - General Commands Manual # UNIFDEF(1) - General Commands Manual NAME # unifdef - remove preprocessor conditionals from code SYNOPSIS # unifdef [-BbcdehKkmnSstV] [-[i]D‌sym[=val]] [-[i]U‌sym] [-f defile] [-M backext] [-o outfile] [-x 0 | 1 | 2] file … DESCRIPTION # The unifdef utility selectively processes conditional cpp(1) directives. It removes from a file both the directives and any additional text that they specify should be removed, while otherwise leaving the file alone. ...