diff options
author | Rob Landley <rob@landley.net> | 2006-04-14 02:32:29 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-14 02:32:29 +0000 |
commit | d086b504c3528a1e2f423f407099e32f25bba20b (patch) | |
tree | a4faed69197f7a0622eb45549683ed42aa257da0 /util-linux/mkswap.c | |
parent | 346d6d9af2ffecf617efe101c9df71fd30781e7c (diff) | |
download | busybox-d086b504c3528a1e2f423f407099e32f25bba20b.tar.gz |
Hard wiring configuration symbol values into the code defeats the purpose
of _having_ configuration symbol values.
Also, changing #ifdef CONFIG to #if ENABLE isn't nearly as useful as changing
them to if (ENABLE) or USE()/SKIP()...
Diffstat (limited to 'util-linux/mkswap.c')
0 files changed, 0 insertions, 0 deletions