diff --git a/mozilla/js/src/sh/jssh.c b/mozilla/js/src/sh/jssh.c index d35812b3655..86fa5058fa8 100644 --- a/mozilla/js/src/sh/jssh.c +++ b/mozilla/js/src/sh/jssh.c @@ -50,6 +50,12 @@ # define POPEN popen # define PCLOSE pclose # define PLATFORM "UNIX" +#elif XP_BEOS +# define ENVIRON environ +# define PUTENV putenv +# define POPEN popen +# define PCLOSE pclose +# define PLATFORM "BeOS" #else # error "Platform not supported." #endif