summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.h b/rsync.h
index dd5a0860..05224e3f 100644
--- a/rsync.h
+++ b/rsync.h
@@ -318,7 +318,7 @@ enum msgcode {
#define uint32 unsigned int32
#endif
-#if HAVE_OFF64_T
+#if SIZEOF_OFF64_T
#define OFF_T off64_t
#define STRUCT_STAT struct stat64
#else