Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deps/ngtcp2/ngtcp2.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
'HAVE_NETINET_IP_H',
],
'conditions': [
['OS=="aix" or OS=="win"', {
['OS=="aix" or OS=="win" or OS=="os400"', {
# AIX does not support some of the networking features used in
# the test server. Windows also lacks the Unix-specific headers
# and system calls required by the ngtcp2 examples.
Expand Down Expand Up @@ -330,7 +330,7 @@
'HAVE_NETINET_IP_H',
],
'conditions': [
['OS=="aix" or OS=="win"', {
['OS=="aix" or OS=="win" or OS=="os400"', {
# AIX does not support some of the networking features used in
# the test client. Windows also lacks the Unix-specific headers
# and system calls required by the ngtcp2 examples.
Expand Down
Loading