X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/efb2f6bf626c4379065431bc207b47a4b824a7f3..debb45054a3c4d4da3faac372e993b594e5a0df7:/rsync.h diff --git a/rsync.h b/rsync.h index 34eeb575..3418b817 100644 --- a/rsync.h +++ b/rsync.h @@ -179,6 +179,12 @@ #define uchar unsigned char #endif +#if HAVE_UNSIGNED_CHAR +#define schar signed char +#else +#define schar char +#endif + #ifndef int32 #if (SIZEOF_INT == 4) #define int32 int