aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-10 10:43:09 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-10 10:43:09 +0000
commit3ad50ea6546f6bb3409074afa3ad80564177e54f (patch)
tree47ced007614267804157d8d240d5c100f4f4d852 /sysdeps
parent4704a8e122b4771223ee9e8477dc035dbd1e23be (diff)
downloadbusybox-w32-3ad50ea6546f6bb3409074afa3ad80564177e54f.tar.gz
busybox-w32-3ad50ea6546f6bb3409074afa3ad80564177e54f.tar.bz2
busybox-w32-3ad50ea6546f6bb3409074afa3ad80564177e54f.zip
more config.in entries from Giulio Orsero <giulioo@pobox.com>
with some minor edits by me. git-svn-id: svn://busybox.net/trunk/busybox@3640 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/linux/config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in
index 479d1a3cc..cdc9018fd 100644
--- a/sysdeps/linux/config.in
+++ b/sysdeps/linux/config.in
@@ -4,6 +4,19 @@
4# 4#
5mainmenu_name "BusyBox Configuration" 5mainmenu_name "BusyBox Configuration"
6 6
7mainmenu_option next_comment
8comment 'BusyBox general settings'
9bool 'Show verbose applet usage messages (increases size)' CONFIG_FEATURE_VERBOSE_USAGE
10bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER
11bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT
12bool 'Support for devfs' CONFIG_FEATURE_DEVFS
13bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
14choice 'Buffer allocation policy' \
15 "use_malloc CONFIG_FEATURE_BUFFERS_USE_MALLOC \
16 on_stack CONFIG_FEATURE_BUFFERS_GO_ON_STACK \
17 in_bss CONFIG_FEATURE_BUFFERS_GO_IN_BSS" use_malloc
18
19endmenu
7 20
8source archival/config.in 21source archival/config.in
9source console-tools/config.in 22source console-tools/config.in