Switched the checks for "long long" and "off64_t" to use the
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index c324a9a..88a503f 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -294,7 +294,7 @@ enum msgcode {
 #define uchar unsigned char
 #endif
 
-#if HAVE_UNSIGNED_CHAR
+#if SIGNED_CHAR_OK
 #define schar signed char
 #else
 #define schar char