#ifndef HAVE_SIGNAL_H #define HAVE_SIGNAL_H typedef void Sigfunc(int); Sigfunc * Signal(int signo, Sigfunc * func); #endif