diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-05 23:24:55 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-05 23:24:55 +0000 |
commit | 571f48d0b0e71e2f9b9817d653bf5d4ed6fd3681 (patch) | |
tree | e25c3d29c9c92fed488e03459b2aee558b1a8d25 /busybox.def.h | |
parent | c37f3717d32c57123c1466da4a1f2cdf6565fc36 (diff) | |
download | busybox-w32-571f48d0b0e71e2f9b9817d653bf5d4ed6fd3681.tar.gz busybox-w32-571f48d0b0e71e2f9b9817d653bf5d4ed6fd3681.tar.bz2 busybox-w32-571f48d0b0e71e2f9b9817d653bf5d4ed6fd3681.zip |
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@154 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index bf8f54556..a1f55ffe6 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -74,6 +74,8 @@ | |||
74 | // pretty/useful). | 74 | // pretty/useful). |
75 | // | 75 | // |
76 | // | 76 | // |
77 | // enable features that use the /proc filesystem | ||
78 | #define BB_FEATURE_USE_PROCFS | ||
77 | //Enable init being called as /linuxrc | 79 | //Enable init being called as /linuxrc |
78 | #define BB_FEATURE_LINUXRC | 80 | #define BB_FEATURE_LINUXRC |
79 | // Use termios to manipulate the screen ('more' is prettier with this on) | 81 | // Use termios to manipulate the screen ('more' is prettier with this on) |