Sprinkled with ${.CURDIR} to get the builds of gram.c and tokdefs.h
[unix-history] / usr.bin / f2c / usignal.h
CommitLineData
f1525c23
WH
1#include <signal.h>
2#ifndef SIGHUP
3#define SIGHUP 1 /* hangup */
4#endif
5#ifndef SIGQUIT
6#define SIGQUIT 3 /* quit */
7#endif