X-Authentication-Warning: new-smtp2.ihug.com.au: Host p368-tnt3.syd.ihug.com.au [203.173.133.114] claimed to be acceleron Message-ID: <005e01c1772b$70faaca0$0102a8c0@acceleron> From: "Andrew Cottrell" To: "Eli Zaretskii" Cc: References: <001401c17661$03e13280$0102a8c0 AT acceleron> <3405-Mon26Nov2001205823+0200-eliz AT is DOT elta DOT co DOT il> Subject: Re: Grep 2.5e beta port to DJGPP Date: Tue, 27 Nov 2001 21:07:49 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com > > The only "problem" that I do not know how to resolve correctly is as > > outlined in the partial email I have included below with regards to > > S_ISSOCK. I have #ifdef the S_ISSOCK out in order to get it built. Can > > someone please help in resolving this as I don't have time to do this this > > year. Any help would be greatfully appreciated. > > What's the problem with the solution I suggested: The problem is that I have never added any checks to configure and I have other issues to fix that I personally think are more imporant. I will add this to the list of issues to be looked at. At least this way grep builds out of the box. > > None of the above, IMHO. S_ISSOCK is not sufficiently portable (even > > though the latest draft of Posix requires it) for programs to use it > > freely. I think Grep should only use S_ISSOCK if it is defined, not > > only for DJGPP. >