aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-20 14:14:05 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-20 14:14:05 +0000
commitef21629a6b23201c48bf5acad058420ea68984f0 (patch)
tree5769dadac11d4d0c9cb31d63ae3d82c6e7d8ed5e /miscutils/Config.in
parent9b5a99ad2109abdb0fcf7303a57c20500dad3e9c (diff)
downloadbusybox-w32-ef21629a6b23201c48bf5acad058420ea68984f0.tar.gz
busybox-w32-ef21629a6b23201c48bf5acad058420ea68984f0.tar.bz2
busybox-w32-ef21629a6b23201c48bf5acad058420ea68984f0.zip
- silence warning about no return in function returning non-void
- put CONFIG_DEBUG_CROND_OPTION into config no changes in size when debugging is disabled.
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 45803ef7c..637d4b9c2 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -34,6 +34,13 @@ config CONFIG_CROND
34 Note that Busybox binary must be setuid root for this applet to 34 Note that Busybox binary must be setuid root for this applet to
35 work properly. 35 work properly.
36 36
37config CONFIG_DEBUG_CROND_OPTION
38 bool "Support debug option -d"
39 depends on CONFIG_CROND
40 default n
41 help
42 Support option -d to enter debug mode.
43
37config CONFIG_FEATURE_CROND_CALL_SENDMAIL 44config CONFIG_FEATURE_CROND_CALL_SENDMAIL
38 bool "Using /usr/sbin/sendmail?" 45 bool "Using /usr/sbin/sendmail?"
39 default n 46 default n