Skip to content

Commit ac9c843

Browse files
Reenabled pdfork.
1 parent 81ad643 commit ac9c843

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
@@ -169,7 +169,7 @@ BOOST_PROCESS_V2_END_NAMESPACE
169169
#endif
170170
#endif
171171

172-
#if defined(__FreeBSD__) && defined(BOOST_PROCESS_V2_ENABLE_PDFORK)
172+
#if defined(__FreeBSD__) && !defined(BOOST_PROCESS_V2_DISABLE_PDFORK)
173173
#define BOOST_PROCESS_V2_PDFORK 1
174174
#define BOOST_PROCESS_V2_HAS_PROCESS_HANDLE 1
175175
#endif

0 commit comments

Comments
 (0)