Starboard Configuration Reference Guide
Stay organized with collections
Save and categorize content based on your preferences.
| Properties |
SB_HAS_SYS_TYPES_H
Whether the current platform provides the standard header sys/types.h.
The default value in the Stub implementation is 0 |
SB_IS_WCHAR_T_UTF32
Type detection for wchar_t.
The default value in the Stub implementation is 1 |
SB_IS_WCHAR_T_UTF16
The default value in the Stub implementation is 1 |
SB_IS_WCHAR_T_UNSIGNED
Chrome only defines this for ARMEL. Chrome has an exclusion for iOS here, we should too when we support iOS.
The default value in the Stub implementation is 1 |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-30 UTC."],[],["The configuration properties detail platform support for network and system features. `SB_HAS_IPV6` indicates IPv6 support, defaulting to enabled. System header configurations specify the availability of `sys/types.h` (`SB_HAS_SYS_TYPES_H`), `ssize_t` (`SB_HAS_SSIZE_T`), and `wchar_t` type details like encoding (`SB_IS_WCHAR_T_UTF32`, `SB_IS_WCHAR_T_UTF16`) and signedness (`SB_IS_WCHAR_T_UNSIGNED`), all with default values set for stub implementations. These settings are used to define the platform's capabilities and adjust accordingly.\n"]]