Skip to content

Commit ec0055c

Browse files
Reenabled pdfork.
1 parent be2ae2c commit ec0055c

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
@@ -142,7 +142,7 @@ BOOST_PROCESS_V2_END_NAMESPACE
142142
#endif
143143
#endif
144144

145-
#if defined(__FreeBSD__) && defined(BOOST_PROCESS_V2_ENABLE_PDFORK)
145+
#if defined(__FreeBSD__) && !defined(BOOST_PROCESS_V2_DISABLE_PDFORK)
146146
#define BOOST_PROCESS_V2_PDFORK 1
147147
#define BOOST_PROCESS_V2_HAS_PROCESS_HANDLE 1
148148
#endif

0 commit comments

Comments
 (0)