X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: dave Newsgroups: comp.os.msdos.djgpp Subject: Re: signals Date: Tue, 1 Sep 2009 23:26:09 -0700 (PDT) Organization: http://groups.google.com Lines: 8 Message-ID: <57246b08-de17-44eb-9f64-938d5f450f46@r9g2000yqa.googlegroups.com> References: <83ws4i82gb DOT fsf AT gnu DOT org> NNTP-Posting-Host: 90.177.26.126 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1251872769 21786 127.0.0.1 (2 Sep 2009 06:26:09 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 2 Sep 2009 06:26:09 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: r9g2000yqa.googlegroups.com; posting-host=90.177.26.126; posting-account=siLQJgkAAAA0ZqZkqCtmbpqcsGv4xxR5 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.13) Gecko/20080528 Epiphany/2.22,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > You should #ifdef away any code that needs them. =A0Like this: > > =A0 #ifdef SIGWINCH > =A0 code that uses SIGWINCH > =A0 #endif Thanks for explanation David