diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index 66f75a0ff..3c038f7ce 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -112,6 +112,10 @@ #define _PATH_DEFPATH "/usr/bin:/bin" #endif +#ifndef _PATH_ETC_ENVIRONMENT +#define _PATH_ETC_ENVIRONMENT "/etc/environment" +#endif + /* * */