142c142,146 < # if !defined(__CYGWIN__) && !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)) --- > # if !(defined(__FreeBSD__)) > # define BOOST_TEST_SIG_PARAM_DEFS > #endif > > # if !defined(__CYGWIN__) && !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || defined(__FreeBSD__)) 279a284 > #if defined(BOOST_TEST_SIG_PARAM_DEFS) 321a327,331 > #else > report_error( execution_exception::system_fatal_error, > "signal: illegal opcode; address of failing instruction: 0x%08lx", > m_sig_info->si_addr ); > #endif 369a380 > #if defined(BOOST_TEST_SIG_PARAM_DEFS) 381a393,397 > #else > report_error( execution_exception::system_fatal_error, > "memory access violation at address: 0x%08lx", > m_sig_info->si_addr ); > #endif 384a401 > #if defined(BOOST_TEST_SIG_PARAM_DEFS) 401a419,424 > #else > report_error( execution_exception::system_fatal_error, > "memory access violation at address: 0x%08lx", > m_sig_info->si_addr ); > > #endif 404a428 > #if defined(BOOST_TEST_SIG_PARAM_DEFS) 436a461,465 > #else > report_error( execution_exception::system_error, > "child; pid: %d; uid: %d; exit value: %d", > (int)m_sig_info->si_uid, (int)m_sig_info->si_pid, (int)m_sig_info->si_status ); > #endif