X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0feec72eee8680d0e6912774c8b94afb350ef23e..81c652d5d28efcc9bd9c69173305dc237b85c9d4:/rsync.h diff --git a/rsync.h b/rsync.h index a8325d0c..bb459072 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