From 9f87c1613c0385e8264a2e5eca8f503cc446fbf1 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sat, 15 Apr 2017 15:35:40 +0100 Subject: MS include files now #define environ, which messes up its use as field of struct, so undef it, unless needed for Windows interface, as controlled by INFERNO_KEEPENVIRON. Only rc and mk need extern char**environ --- utils/rcsh/rc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/rcsh/rc.h') diff --git a/utils/rcsh/rc.h b/utils/rcsh/rc.h index f7d56746..d01150a6 100644 --- a/utils/rcsh/rc.h +++ b/utils/rcsh/rc.h @@ -1,3 +1,4 @@ +#define INFERNO_KEEPENVIRON #include #define Lock Rclock -- cgit v1.2.3