From: Wayne Davison Date: Mon, 11 Apr 2022 15:29:54 +0000 (-0700) Subject: Handle linking with a zlib with external read_buf. X-Git-Tag: v3.2.4~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60dd42be603a79cd57cec076fe1680e9037be774;p=thirdparty%2Frsync.git Handle linking with a zlib with external read_buf. --- diff --git a/rsync.h b/rsync.h index 4b30570b..e5aacd25 100644 --- a/rsync.h +++ b/rsync.h @@ -1172,6 +1172,10 @@ struct name_num_obj { struct name_num_item list[10]; /* we'll get a compile error/warning if this is ever too small */ }; +#ifdef EXTERNAL_ZLIB +#define read_buf read_buf_ +#endif + #ifndef __cplusplus #include "proto.h" #endif