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: Fri, 17 Apr 1998 07:43:57 -0400 (EDT)

> 
> On Thu, 16 Apr 1998 20:26:59 -0400 (EDT), "T.E.Dickey" <address@hidden> said: 
> >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. 
>  
> But ifdef it out via: 
>  
>    #ifdef SIGHUP 
>       . 
>       . 
>    #endif 
>  
> Perhaps this should be added to the development code. 
there's a lot of that - on an as-needed basis (most of the signal ones
would be better expressed as a macro to avoid that ifdef'ing).
  
> --John 


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

reply via email to

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