X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b24203b323c86e250054bff19274b1f466303712..7b3d425783f68e3784ac25af60ed9407a2ae9a18:/rsync.h?ds=sidebyside diff --git a/rsync.h b/rsync.h index 11af1f33..7485e5d4 100644 --- a/rsync.h +++ b/rsync.h @@ -466,3 +466,7 @@ extern int errno; __attribute__ ((format (printf, 2, 3))) #endif ; + +#ifdef REPLACE_INET_NTOA +#define inet_ntoa rep_inet_ntoa +#endif