aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-04-15 10:17:48 +0100
committerRon Yorston <rmy@pobox.com>2020-04-15 10:17:48 +0100
commitdb46c292750493d2e98a21ec24a8a407fd8b3207 (patch)
tree6b6d872da31276cbdc329347a1aac9dece0eb086 /configs
parentc2f7974901118ff4ec004da1e71a7386b900a505 (diff)
downloadbusybox-w32-db46c292750493d2e98a21ec24a8a407fd8b3207.tar.gz
busybox-w32-db46c292750493d2e98a21ec24a8a407fd8b3207.tar.bz2
busybox-w32-db46c292750493d2e98a21ec24a8a407fd8b3207.zip
inotifyd: WIN32 port
Use ReadDirectoryChangesW to implement inotifyd for WIN32. There are limitations: - It's only possible to watch directories, not files. - The notification doesn't distinguish between different changes to file state. All changes other than creation, deletion and renaming are reported as 'c'.
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 d93eefcf5..592a46f34 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -800,7 +800,7 @@ CONFIG_FEATURE_CROND_DIR=""
800# CONFIG_I2CDETECT is not set 800# CONFIG_I2CDETECT is not set
801# CONFIG_I2CTRANSFER is not set 801# CONFIG_I2CTRANSFER is not set
802CONFIG_ICONV=y 802CONFIG_ICONV=y
803# CONFIG_INOTIFYD is not set 803CONFIG_INOTIFYD=y
804CONFIG_LESS=y 804CONFIG_LESS=y
805CONFIG_FEATURE_LESS_MAXLINES=9999999 805CONFIG_FEATURE_LESS_MAXLINES=9999999
806CONFIG_FEATURE_LESS_BRACKETS=y 806CONFIG_FEATURE_LESS_BRACKETS=y
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index 3bd6beb70..c238c0623 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -800,7 +800,7 @@ CONFIG_FEATURE_CROND_DIR=""
800# CONFIG_I2CDETECT is not set 800# CONFIG_I2CDETECT is not set
801# CONFIG_I2CTRANSFER is not set 801# CONFIG_I2CTRANSFER is not set
802CONFIG_ICONV=y 802CONFIG_ICONV=y
803# CONFIG_INOTIFYD is not set 803CONFIG_INOTIFYD=y
804CONFIG_LESS=y 804CONFIG_LESS=y
805CONFIG_FEATURE_LESS_MAXLINES=9999999 805CONFIG_FEATURE_LESS_MAXLINES=9999999
806CONFIG_FEATURE_LESS_BRACKETS=y 806CONFIG_FEATURE_LESS_BRACKETS=y