Skip to content

Commit 85c71dd

Browse files
Reenabled pdfork.
1 parent 1bbdde8 commit 85c71dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/process/v2/detail/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ BOOST_PROCESS_V2_END_NAMESPACE
177177
#endif
178178
#endif
179179

180-
#if defined(__FreeBSD__) && defined(BOOST_PROCESS_V2_ENABLE_PDFORK)
180+
#if defined(__FreeBSD__) && !defined(BOOST_PROCESS_V2_DISABLE_PDFORK)
181181
#define BOOST_PROCESS_V2_PDFORK 1
182182
#define BOOST_PROCESS_V2_HAS_PROCESS_HANDLE 1
183183
#endif

0 commit comments

Comments
 (0)