diff options
author | Ron Yorston <rmy@pobox.com> | 2020-04-15 10:17:48 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-04-15 10:17:48 +0100 |
commit | db46c292750493d2e98a21ec24a8a407fd8b3207 (patch) | |
tree | 6b6d872da31276cbdc329347a1aac9dece0eb086 /configs | |
parent | c2f7974901118ff4ec004da1e71a7386b900a505 (diff) | |
download | busybox-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_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 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 |
802 | CONFIG_ICONV=y | 802 | CONFIG_ICONV=y |
803 | # CONFIG_INOTIFYD is not set | 803 | CONFIG_INOTIFYD=y |
804 | CONFIG_LESS=y | 804 | CONFIG_LESS=y |
805 | CONFIG_FEATURE_LESS_MAXLINES=9999999 | 805 | CONFIG_FEATURE_LESS_MAXLINES=9999999 |
806 | CONFIG_FEATURE_LESS_BRACKETS=y | 806 | CONFIG_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 |
802 | CONFIG_ICONV=y | 802 | CONFIG_ICONV=y |
803 | # CONFIG_INOTIFYD is not set | 803 | CONFIG_INOTIFYD=y |
804 | CONFIG_LESS=y | 804 | CONFIG_LESS=y |
805 | CONFIG_FEATURE_LESS_MAXLINES=9999999 | 805 | CONFIG_FEATURE_LESS_MAXLINES=9999999 |
806 | CONFIG_FEATURE_LESS_BRACKETS=y | 806 | CONFIG_FEATURE_LESS_BRACKETS=y |