diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-14 02:32:29 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-14 02:32:29 +0000 |
commit | 5ac157fb7d0fd8261e7a75ff12868d16b877e320 (patch) | |
tree | a4faed69197f7a0622eb45549683ed42aa257da0 /init | |
parent | 54f83564c0f767b33e6e762d01a37d740b82158d (diff) | |
download | busybox-w32-5ac157fb7d0fd8261e7a75ff12868d16b877e320.tar.gz busybox-w32-5ac157fb7d0fd8261e7a75ff12868d16b877e320.tar.bz2 busybox-w32-5ac157fb7d0fd8261e7a75ff12868d16b877e320.zip |
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()...
git-svn-id: svn://busybox.net/trunk/busybox@14852 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions