home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
programming
/
utils
/
f2c
/
src
/
usignal.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-11-09
|
168 b
|
12 lines
#include <signal.h>
#ifndef _AMIGA
#ifndef SIGHUP
#define SIGHUP 1 /* hangup */
#endif
#endif
#ifndef _AMIGA
#ifndef SIGQUIT
#define SIGQUIT 3 /* quit */
#endif
#endif