[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: lynx-dev missing #define statements
From:
John E. Davis
Subject:
Re: lynx-dev missing #define statements
Date:
1998年4月16日 22:52:01 -0400
On 1998年4月16日 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.
--John