[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#54245: 29.0.50; select usage in GNUstep
From: |
Po Lu |
Subject: |
Re: bug#54245: 29.0.50; select usage in GNUstep |
Date: |
Mon, 14 Mar 2022 17:30:00 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) |
Robert Pluim <rpluim@gmail.com> writes:
> I think this means we can now remove the checking for select in
> configure, and the HAVE_SELECT define (I took a look, but then ran
> into the w32 and msdos ports, and decided to stop :-) )
AFAICT the MS-DOS port doesn't have select (unless you build it with X11
support, I think), so the define should stay.
nsterm.m used select regardless of the define anyway.