diff options
author | Ron Yorston <rmy@pobox.com> | 2019-04-05 10:20:47 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-04-05 10:20:47 +0100 |
commit | 65ae5b24cc08f898e81b36421b616fc7fc25d2b1 (patch) | |
tree | 44e2679d120b2b4d40d0bf6a61ab0a6e62ce0f89 | |
parent | f17dd059cbab0a83c677d78475ef1fdf8f5ab59a (diff) | |
download | busybox-w32-65ae5b24cc08f898e81b36421b616fc7fc25d2b1.tar.gz busybox-w32-65ae5b24cc08f898e81b36421b616fc7fc25d2b1.tar.bz2 busybox-w32-65ae5b24cc08f898e81b36421b616fc7fc25d2b1.zip |
config: add a comment to indicate WIN32 settings
-rw-r--r-- | Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||
376 | comment 'Settings for MINGW32' | ||
377 | |||
376 | config GLOBBING | 378 | config GLOBBING |
377 | bool "Allow busybox.exe to expand wildcards" | 379 | bool "Allow busybox.exe to expand wildcards" |
378 | default n | 380 | default n |