Xref: utzoo unix-pc.general:3689 comp.sys.att:7504 Path: utzoo!attcan!utgpu!watmath!uunet!portal!cup.portal.com!thad From: thad@cup.portal.com (Thad P Floryan) Newsgroups: unix-pc.general,comp.sys.att Subject: Re: c language question Message-ID: <21948@cup.portal.com> Date: 7 Sep 89 07:09:22 GMT References: <9503@chinet.chi.il.us> Organization: The Portal System (TM) Lines: 21 Re: Dave Sueme's questions about the SIG* defs in his c program ... one MUST include the signal.h file in the program. For the UNIXPC, you need to do: #include HOWEVER: the SIGSTOP, SIGTSTP and SIGCONT definitions are not defined for the UNIXPC (or System V ?) I did find the "missing" definitions in the signal.h file on a 4.3BSD system per: #define SIGSTOP 17 /* sendable stop signal not from tty */ #define SISTSTP 18 /* stop signal from tty */ #define SIGCONT 19 /* continue a stopped process */ Another case of UNIX != UNIX Thad Thad Floryan [ thad@cup.portal.com (OR) ..!sun!portal!cup.portal.com!thad ]