aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-02-12 14:02:28 +0000
committerRon Yorston <rmy@pobox.com>2021-02-12 14:02:28 +0000
commite86a3ddd8b60eb0720874f5b9679446d12a1ac41 (patch)
treef35332dccaec68bfd182f705dcec0b2297d3a578 /Config.in
parent90f35327c2f31b7e4d938bf4d54e5526e53daee0 (diff)
downloadbusybox-w32-e86a3ddd8b60eb0720874f5b9679446d12a1ac41.tar.gz
busybox-w32-e86a3ddd8b60eb0720874f5b9679446d12a1ac41.tar.bz2
busybox-w32-e86a3ddd8b60eb0720874f5b9679446d12a1ac41.zip
win32: make readlink(2) implementation unconditional
There doesn't seem to be much advantage in having readlink(2) as a configuration option. Making it unconditional reduces divergence from upstream and allows the removal of a check for ENOSYS that's been in busybox-w32 since the start.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/Config.in b/Config.in
index 356bc6d5a..da8a72a8e 100644
--- a/Config.in
+++ b/Config.in
@@ -492,16 +492,6 @@ config FEATURE_EXTRA_FILE_DATA
492 determine the ownership of files so that, for example, 'ls' can 492 determine the ownership of files so that, for example, 'ls' can
493 distinguish files belonging to the current user. 493 distinguish files belonging to the current user.
494 494
495config FEATURE_READLINK2
496 bool "Read the contents of symbolic links (1.1 kb)"
497 default y
498 depends on PLATFORM_MINGW32
499 help
500 Implement the readlink(2) system call to allow applets to read
501 the contents of symbolic links. With this feature ls and stat
502 can display the target of symbolic links and it makes sense to
503 enable the readlink applet.
504
505comment 'Build Options' 495comment 'Build Options'
506 496
507config STATIC 497config STATIC