lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev missing #define statements


From: T.E.Dickey
Subject: Re: lynx-dev missing #define statements
Date: Thu, 16 Apr 1998 20:26:59 -0400 (EDT)

> 
> I found the defines for ENOMEM and ERANGE in my system\include file 
> errno.h.  However, I cannot find a #define statement for SIGHUP, even 
> though I have a system\include file signal.h.  Any help? 
(you ought to invest in a copy of POSIX Progammer's Guide - an
O'Reilly book).

SIGHUP is the signal sent when a session hangs up (logs out).
If you don't see something analogous in your compiler environment,
and it doesn't seem essential, just ifdef it out - and proceed.
  
> -- 
> Kristin McNally 

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]