mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(init_process): Only add server subfeature if we can
use non-blocking I/O.
This commit is contained in:
parent
1d5e0b52aa
commit
a8e8ea6124
@ -6074,7 +6074,7 @@ init_process ()
|
||||
#ifdef HAVE_GETSOCKNAME
|
||||
ADD_SUBFEATURE (QCservice, Qt);
|
||||
#endif
|
||||
#ifndef TERM
|
||||
#if !defined(TERM) && (defined(O_NONBLOCK) || defined(O_NDELAY))
|
||||
ADD_SUBFEATURE (QCserver, Qt);
|
||||
#endif
|
||||
#ifdef SO_BINDTODEVICE
|
||||
|
Loading…
Reference in New Issue
Block a user