* We don't have setitimer but we do want a timeout:
{
* exit with a warning.
/*
*/
* We don't have setitimer but we do want a timeout:
Exit_binary_c_no_stardata(BINARY_C_TIMED_OUT,
* exit with a warning.
"TIMEOUT_SECONDS is set to %ld but we have no access to setitimer to actually set the timeout. This will cause binary_c to not have a timeout, even though you have asked for it. Please set TIMEOUT_SECONDS to 0 in binary_c_code_options.h to fix this problem, or build on an operating system that supports setitimer.",
*/
(longint)TIMEOUT_SECONDS);
Exit_binary_c_no_stardata(BINARY_C_TIMED_OUT,
"TIMEOUT_SECONDS is set to %ld but we have no access to setitimer to actually set the timeout. This will cause binary_c to not have a timeout, even though you have asked for it. Please set TIMEOUT_SECONDS to 0 in binary_c_code_options.h to fix this problem, or build on an operating system that supports setitimer.",
(longint)TIMEOUT_SECONDS);
}
#else
#else
/*
/*
* We have setitimer
* We have setitimer, so if TIMEOUT_SECONDS is non-zero,