Go to the documentation of this file.
38 #define CSYNC_STRINGIFY(s) CSYNC_TOSTRING(s)
39 #define CSYNC_TOSTRING(s) #s
42 #define CSYNC_VERSION_INT(a, b, c) ((a) << 16 | (b) << 8 | (c))
43 #define CSYNC_VERSION_DOT(a, b, c) a ##.## b ##.## c
44 #define CSYNC_VERSION(a, b, c) CSYNC_VERSION_DOT(a, b, c)
47 #define LIBCSYNC_VERSION_MAJOR 0
48 #define LIBCSYNC_VERSION_MINOR 44
49 #define LIBCSYNC_VERSION_MICRO 0
51 #define LIBCSYNC_VERSION_INT CSYNC_VERSION_INT(LIBCSYNC_VERSION_MAJOR, \
52 LIBCSYNC_VERSION_MINOR, \
53 LIBCSYNC_VERSION_MICRO)
54 #define LIBCSYNC_VERSION CSYNC_VERSION(LIBCSYNC_VERSION_MAJOR, \
55 LIBCSYNC_VERSION_MINOR, \
56 LIBCSYNC_VERSION_MICRO)
61 #define CSYNC_CONF_DIR ".csync"
62 #define CSYNC_CONF_FILE "csync.conf"
63 #define CSYNC_LOG_FILE "csync_log.conf"
64 #define CSYNC_EXCLUDE_FILE "csync_exclude.conf"
65 #define CSYNC_LOCK_FILE "lock"
68 int echo,
int verify,
void *userdata);