Changed NO_INT64 to INT64_IS_OFF_T because off_t might actually be
[rsync/rsync.git] / options.c
index 5aae00d..2c3515f 100644 (file)
--- a/options.c
+++ b/options.c
@@ -197,8 +197,9 @@ static void print_rsync_version(enum logcode f)
                get_panic_action());
 #endif
 
-#ifdef NO_INT64
-       rprintf(f, "WARNING: no 64-bit integers on this platform!\n");
+#ifdef INT64_IS_OFF_T
+       if (sizeof (int64) < 8)
+               rprintf(f, "WARNING: no 64-bit integers on this platform!\n");
 #endif
 
        rprintf(f,