aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-04-05 10:20:47 +0100
committerRon Yorston <rmy@pobox.com>2019-04-05 10:20:47 +0100
commit65ae5b24cc08f898e81b36421b616fc7fc25d2b1 (patch)
tree44e2679d120b2b4d40d0bf6a61ab0a6e62ce0f89 /Config.in
parentf17dd059cbab0a83c677d78475ef1fdf8f5ab59a (diff)
downloadbusybox-w32-65ae5b24cc08f898e81b36421b616fc7fc25d2b1.tar.gz
busybox-w32-65ae5b24cc08f898e81b36421b616fc7fc25d2b1.tar.bz2
busybox-w32-65ae5b24cc08f898e81b36421b616fc7fc25d2b1.zip
config: add a comment to indicate WIN32 settings
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 33365d21c..5db86e270 100644
--- a/Config.in
+++ b/Config.in
@@ -373,6 +373,8 @@ config PLATFORM_LINUX
373 #This is automatically selected if any applet or feature requires 373 #This is automatically selected if any applet or feature requires
374 #Linux-specific interfaces. You do not need to select it manually. 374 #Linux-specific interfaces. You do not need to select it manually.
375 375
376comment 'Settings for MINGW32'
377
376config GLOBBING 378config GLOBBING
377 bool "Allow busybox.exe to expand wildcards" 379 bool "Allow busybox.exe to expand wildcards"
378 default n 380 default n