mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-16 18:15:15 +00:00
7 lines
172 B
C
7 lines
172 B
C
/* Lsyncd Version */
|
|
#define PACKAGE_VERSION "@LSYNCD_VERSION@"
|
|
|
|
/* File event notification mechanims available */
|
|
#cmakedefine WITH_INOTIFY 1
|
|
#cmakedefine WITH_FSEVENTS 1
|