diff options
author | Ron Yorston <rmy@pobox.com> | 2018-06-09 09:51:46 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-06-09 09:51:46 +0100 |
commit | 83f299376147a26436bc668ebcf0966a05010951 (patch) | |
tree | 4c5570695a931afa2a97f5769657fc096f5c20ec /configs | |
parent | e6863d2959f6c85998b1bff5557e35f568332bc6 (diff) | |
download | busybox-w32-realpath.tar.gz busybox-w32-realpath.tar.bz2 busybox-w32-realpath.zip |
realpath: implement realpath(3) and enable realpath(1)realpath
The implementation of realpath(3) is based on code by Stuart Dootson
(studoot on GitHub).
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 2 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index b0bdb25cb..249ae2072 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -288,7 +288,7 @@ CONFIG_PRINTF=y | |||
288 | CONFIG_PWD=y | 288 | CONFIG_PWD=y |
289 | # CONFIG_READLINK is not set | 289 | # CONFIG_READLINK is not set |
290 | # CONFIG_FEATURE_READLINK_FOLLOW is not set | 290 | # CONFIG_FEATURE_READLINK_FOLLOW is not set |
291 | # CONFIG_REALPATH is not set | 291 | CONFIG_REALPATH=y |
292 | CONFIG_RM=y | 292 | CONFIG_RM=y |
293 | CONFIG_RMDIR=y | 293 | CONFIG_RMDIR=y |
294 | CONFIG_SEQ=y | 294 | CONFIG_SEQ=y |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 8cb8431d0..147e1e266 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -288,7 +288,7 @@ CONFIG_PRINTF=y | |||
288 | CONFIG_PWD=y | 288 | CONFIG_PWD=y |
289 | # CONFIG_READLINK is not set | 289 | # CONFIG_READLINK is not set |
290 | # CONFIG_FEATURE_READLINK_FOLLOW is not set | 290 | # CONFIG_FEATURE_READLINK_FOLLOW is not set |
291 | # CONFIG_REALPATH is not set | 291 | CONFIG_REALPATH=y |
292 | CONFIG_RM=y | 292 | CONFIG_RM=y |
293 | CONFIG_RMDIR=y | 293 | CONFIG_RMDIR=y |
294 | CONFIG_SEQ=y | 294 | CONFIG_SEQ=y |