X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e08bfe1248d9640e77544fe7df50573c6e8843b3..cd957c70c442847c67887343c37b906310269570:/rsync.h 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