aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-06-09 09:51:46 +0100
committerRon Yorston <rmy@pobox.com>2018-06-09 09:51:46 +0100
commit83f299376147a26436bc668ebcf0966a05010951 (patch)
tree4c5570695a931afa2a97f5769657fc096f5c20ec /configs
parente6863d2959f6c85998b1bff5557e35f568332bc6 (diff)
downloadbusybox-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_defconfig2
-rw-r--r--configs/mingw64_defconfig2
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
288CONFIG_PWD=y 288CONFIG_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 291CONFIG_REALPATH=y
292CONFIG_RM=y 292CONFIG_RM=y
293CONFIG_RMDIR=y 293CONFIG_RMDIR=y
294CONFIG_SEQ=y 294CONFIG_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
288CONFIG_PWD=y 288CONFIG_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 291CONFIG_REALPATH=y
292CONFIG_RM=y 292CONFIG_RM=y
293CONFIG_RMDIR=y 293CONFIG_RMDIR=y
294CONFIG_SEQ=y 294CONFIG_SEQ=y