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