diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index 86ca3f339ac..9653eba1e28 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -7921,6 +7921,9 @@ The variable takes effect when `start-process' is called. */); | |||
| 7921 | 7921 | ||
| 7922 | #ifdef NON_BLOCKING_CONNECT | 7922 | #ifdef NON_BLOCKING_CONNECT |
| 7923 | ADD_SUBFEATURE (QCnowait, Qt); | 7923 | ADD_SUBFEATURE (QCnowait, Qt); |
| 7924 | #ifdef HAVE_GETADDRINFO_A | ||
| 7925 | ADD_SUBFEATURE (QCnowait, Qdns); | ||
| 7926 | #endif | ||
| 7924 | #endif | 7927 | #endif |
| 7925 | #ifdef DATAGRAM_SOCKETS | 7928 | #ifdef DATAGRAM_SOCKETS |
| 7926 | ADD_SUBFEATURE (QCtype, Qdatagram); | 7929 | ADD_SUBFEATURE (QCtype, Qdatagram); |