Lines Matching refs:features

5 The exact set of features available when you compile a source file
9 @w{ISO C} library features, unless you explicitly request additional
10 features by defining one or more of the feature macros.
29 compilable if all features were enabled indiscriminately.
213 If this macro is defined, features from ISO C99 are included. Since
214 these features are included by default, this macro is mostly relevant
226 Only some features from this draft standard are supported by
232 If you define this macro to the value @code{1}, features from ISO/IEC
234 of the features from this TR are supported by @theglibc{}.
239 If you define this macro, features from ISO/IEC TS 18661-1:2014
241 are enabled. Only some of the features from this TS are supported by
247 If you define this macro, features from ISO/IEC TS 18661-4:2015
249 enabled. Only some of the features from this TS are supported by
255 If you define this macro, features from ISO/IEC TS 18661-3:2015
257 enabled. Only some of the features from this TS are supported by
263 If you define this macro, ISO C2X features defined in Annex F of that
278 If you define this macro, most features are included apart from
279 X/Open, LFS and GNU extensions: the effect is to enable features from
280 the 2008 edition of POSIX, as well as certain BSD and SVID features
283 Be aware that compiler options also affect included features:
287 If you use a strict conformance option, features beyond those from the
333 When you define a feature test macro to request a larger class of features,
335 those features. For example, if you define @code{_POSIX_C_SOURCE}, then