2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Protect unix specific structures.

[SVN r77012]
This commit is contained in:
K. Noel Belcourt
2012-02-14 02:17:51 +00:00
parent 3c7724acc5
commit e199caba76

View File

@@ -461,6 +461,8 @@ struct globs
extern struct globs globs;
#if defined(unix) || defined(__unix)
struct terminated_child
{
pid_t pid;
@@ -469,6 +471,7 @@ struct terminated_child
extern struct terminated_child terminated_children[MAXJOBS];
#endif
#define DEBUG_MAKE ( globs.debug[ 1 ] ) /* show actions when executed */
#define DEBUG_MAKEQ ( globs.debug[ 2 ] ) /* show even quiet actions */