[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: signal handler definition
|
From: |
Paul Eggert |
|
Subject: |
Re: signal handler definition |
|
Date: |
30 Jul 2003 14:05:26 -0700 |
|
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Richard Bos <address@hidden> 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.)