Richard Bos <[EMAIL PROTECTED]> writes: > SIGFUNC which must be set manually to void or int depending on the system. > Is there a similar autoconf defition (macro) that can be used to do this > automatically?
AC_TYPE_SIGNAL. (The Autoconf manual will help you answer other questions like this.)
