Use SIGNED_CHAR_OK instead of HAVE_UNSIGNED_CHAR.
authorWayne Davison <wayned@samba.org>
Fri, 28 Jan 2005 02:01:18 +0000 (02:01 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 28 Jan 2005 02:01:18 +0000 (02:01 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index c324a9a057435b11048c6c9c06caf33adadf4b98..88a503f6d502cbc3e2b66056781247eb32eb1779 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