X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bcacc18bdf1bdac625ef1f178e8e32892544cc30..73233f0f1232c337ede5fae3f9f95d78457df7d0:/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