X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/58c2960960782a41d796892d7ead4b60e149b797..6dfb45bcdf7f40e970a7be7bb67a567dd1484744:/rsync.h diff --git a/rsync.h b/rsync.h index 01d8ccd8..fb7f333a 100644 --- a/rsync.h +++ b/rsync.h @@ -85,11 +85,9 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3 }; #include "config.h" -#if HAVE_REMSH -#define RSYNC_RSH "remsh" -#else -#define RSYNC_RSH "rsh" -#endif +/* The default RSYNC_RSH is always set in config.h, either to "remsh", + * "rsh", or otherwise something specified by the user. HAVE_REMSH + * controls parameter munging for HP/UX, etc. */ #include