Added upstream from http://ftp.icm.edu.pl/pub/loglan/
[loglan.git] / sources / f2c / usignal.h
1 #include <signal.h>
2 #ifndef SIGHUP
3 #define SIGHUP  1       /* hangup */
4 #endif
5 #ifndef SIGQUIT
6 #define SIGQUIT 3       /* quit */
7 #endif