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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user