ICU-7636 Define _XOPEN_SOURCE_EXTENDED in putil.c when using VA compiler
X-SVN-Rev: 28070
This commit is contained in:
parent
94aab1c22b
commit
243d11d980
@ -52,7 +52,7 @@
|
||||
Poorly upgraded Solaris machines can't have this defined.
|
||||
Cleanly installed Solaris can use this #define.
|
||||
*/
|
||||
#if !defined(_XOPEN_SOURCE_EXTENDED) && (!defined(__STDC_VERSION__) || __STDC_VERSION__ >= 199901L)
|
||||
#if !defined(_XOPEN_SOURCE_EXTENDED) && ((!defined(__STDC_VERSION__) || __STDC_VERSION__ >= 199901L) || defined(__xlc__))
|
||||
#define _XOPEN_SOURCE_EXTENDED 1
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user