cat: allow compiling out -n and -b
authorKang-Che Sung <explorer09@gmail.com>
Fri, 14 Jul 2017 07:56:13 +0000 (09:56 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 14 Jul 2017 07:56:13 +0000 (09:56 +0200)
commita2bdc5c55485b054088513083ca0c78ce11445a9
treebfc13964ba3f4a407d1de50a4ca2b657345cb2e4
parent38d966943f5288bb1f2e7219f50a92753c730b14
cat: allow compiling out -n and -b

When these options were introduced in d88f94a5df3a2edb8ba56fab5c13674b452f87ab
it provides no config options to compile them out. Now provide one.

Introduce config FEATURE_CATN.

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/cat.c