lsyncd/config.h.in

10 lines
217 B
C
Raw Permalink Normal View History

2014-04-29 14:11:27 +00:00
/* 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