diff options
author | Ron Yorston <rmy@pobox.com> | 2021-02-12 14:02:28 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-02-12 14:02:28 +0000 |
commit | e86a3ddd8b60eb0720874f5b9679446d12a1ac41 (patch) | |
tree | f35332dccaec68bfd182f705dcec0b2297d3a578 /Config.in | |
parent | 90f35327c2f31b7e4d938bf4d54e5526e53daee0 (diff) | |
download | busybox-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.in | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 | ||
495 | config 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 | |||
505 | comment 'Build Options' | 495 | comment 'Build Options' |
506 | 496 | ||
507 | config STATIC | 497 | config STATIC |