ICU-4869 Fix check-in of _XOPEN_SOURCE_EXTENDED. This is the correct fix.
X-SVN-Rev: 19919
This commit is contained in:
parent
914eadd2dd
commit
948a4e842f
@ -47,15 +47,9 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define __USE_POSIX and __USE_XOPEN for Linux and glibc. */
|
/* Make sure things like readlink and such functions work. */
|
||||||
#ifndef __USE_POSIX
|
#ifndef _XOPEN_SOURCE_EXTENDED
|
||||||
#define __USE_POSIX
|
#define _XOPEN_SOURCE_EXTENDED
|
||||||
#endif
|
|
||||||
#ifndef __USE_XOPEN
|
|
||||||
#define __USE_XOPEN
|
|
||||||
#endif
|
|
||||||
#ifndef __USE_XOPEN_EXTENDED
|
|
||||||
#define __USE_XOPEN_EXTENDED
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* include ICU headers */
|
/* include ICU headers */
|
||||||
|
Loading…
Reference in New Issue
Block a user