home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / f2c-93.04.28-src.tgz / tar.out / fsf / f2c / src / usignal.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  124b  |  8 lines

  1. #include <signal.h>
  2. #ifndef SIGHUP
  3. #define    SIGHUP    1    /* hangup */
  4. #endif
  5. #ifndef SIGQUIT
  6. #define    SIGQUIT    3    /* quit */
  7. #endif
  8.