We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac8f26 commit 0eda17bCopy full SHA for 0eda17b
deps/ngtcp2/ngtcp2.gyp
@@ -272,7 +272,7 @@
272
'HAVE_NETINET_IP_H',
273
],
274
'conditions': [
275
- ['OS=="aix" or OS=="win"', {
+ ['OS=="aix" or OS=="win" or OS=="os400"', {
276
# AIX does not support some of the networking features used in
277
# the test server. Windows also lacks the Unix-specific headers
278
# and system calls required by the ngtcp2 examples.
@@ -330,7 +330,7 @@
330
331
332
333
334
335
# the test client. Windows also lacks the Unix-specific headers
336
0 commit comments