mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-07 09:04:05 +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
|