tor-config: Use a polling watcher on non-windows platforms that don't have inotify.
On windows and platforms that support inotify (i.e. linux and android), we continue using the recommended watcher. On platforms that use kqueue, we switch to a polling watcher to work around a notify bug that manifests when using a non-recursive watcher to watch a directory.
This commit is best reviewed with git diff --ignore-all-space
.
Closes #1644 (closed)