Try to pull in PATH_MAX properly
[oweals/busybox.git] / miscutils / config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 mainmenu_option next_comment
7 comment 'Miscellaneous Utilities'
8
9 bool 'adjtimex'     CONFIG_ADJTIMEX
10 bool 'dc'           CONFIG_DC
11 bool 'dutmp'        CONFIG_DUTMP
12 bool 'makedevs'     CONFIG_MAKEDEVS
13 bool 'mktemp'       CONFIG_MKTEMP
14 bool 'mt'           CONFIG_MT
15 bool 'readlink'     CONFIG_READLINK
16 bool 'time'         CONFIG_TIME
17 bool 'update'       CONFIG_UPDATE
18 bool 'watchdog'     CONFIG_WATCHDOG
19
20 endmenu
21