1
0
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:
Jason Rumney 2002-05-04 14:55:19 +00:00
parent 1d5e0b52aa
commit a8e8ea6124

View File

@ -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