| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5ac8f26 commit 0eda17b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -272,7 +272,7 @@ | |||
| 272 | 272 | 'HAVE_NETINET_IP_H', | |
| 273 | 273 | ], | |
| 274 | 274 | 'conditions': [ | |
| 275 | - ['OS=="aix" or OS=="win"', { | ||
| 275 | + ['OS=="aix" or OS=="win" or OS=="os400"', { | ||
| 276 | 276 | # AIX does not support some of the networking features used in | |
| 277 | 277 | # the test server. Windows also lacks the Unix-specific headers | |
| 278 | 278 | # and system calls required by the ngtcp2 examples. | |
@@ -330,7 +330,7 @@ | |||
| 330 | 330 | 'HAVE_NETINET_IP_H', | |
| 331 | 331 | ], | |
| 332 | 332 | 'conditions': [ | |
| 333 | - ['OS=="aix" or OS=="win"', { | ||
| 333 | + ['OS=="aix" or OS=="win" or OS=="os400"', { | ||
| 334 | 334 | # AIX does not support some of the networking features used in | |
| 335 | 335 | # the test client. Windows also lacks the Unix-specific headers | |
| 336 | 336 | # and system calls required by the ngtcp2 examples. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments