From 0762e9fb194d28ced487f6c01942398014a861c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 29 May 2005 18:24:43 +0000 Subject: [PATCH] undef _PATH_RSH to make sure our version is used git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15285 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rcp/rcp_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appl/rcp/rcp_locl.h b/appl/rcp/rcp_locl.h index b319fced5..2895f636a 100644 --- a/appl/rcp/rcp_locl.h +++ b/appl/rcp/rcp_locl.h @@ -60,5 +60,8 @@ #include "extern.h" +#ifndef _PATH_CP #define _PATH_CP "/bin/cp" +#endif +#undef _PATH_RSH #define _PATH_RSH BINDIR "/rsh"