Boost C++ Libraries

PrevUpHomeNext

Macro BOOST_PROCESS_POSIX_API

BOOST_PROCESS_POSIX_API — Defined if running under a POSIX system.

Synopsis

BOOST_PROCESS_POSIX_API

Description

This macro is defined (to no specific value) if Boost.Process is used on a system with POSIX process management semantics. It is not sufficient for the system to provide some common POSIX functions; child processes need to be spawned using fork() and the whole procedure management needs to follow Unix semantics.

Copyright © 2006 Julio M. Merino Vidal

PrevUpHomeNext