mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-10-31 18:52:29 +00:00
7bb8715bfd
Apparently, beginning with macOS 10.15 Catalina, fsevent paths are prefixed with "/System/Volumes/Data". Remove it to restore event notification feature on macOS. Fixes #587
10 lines
217 B
C
10 lines
217 B
C
/* Lsyncd Version */
|
|
#define PACKAGE_VERSION "@LSYNCD_VERSION@"
|
|
|
|
/* File event notification mechanims available */
|
|
#cmakedefine WITH_INOTIFY 1
|
|
#cmakedefine WITH_FSEVENTS 1
|
|
|
|
/* OS */
|
|
#cmakedefine LSYNCD_TARGET_APPLE 1
|