mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
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
1 changed files with 3 additions and 9 deletions
|
@ -47,15 +47,9 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* Define __USE_POSIX and __USE_XOPEN for Linux and glibc. */
|
||||
#ifndef __USE_POSIX
|
||||
#define __USE_POSIX
|
||||
#endif
|
||||
#ifndef __USE_XOPEN
|
||||
#define __USE_XOPEN
|
||||
#endif
|
||||
#ifndef __USE_XOPEN_EXTENDED
|
||||
#define __USE_XOPEN_EXTENDED
|
||||
/* Make sure things like readlink and such functions work. */
|
||||
#ifndef _XOPEN_SOURCE_EXTENDED
|
||||
#define _XOPEN_SOURCE_EXTENDED
|
||||
#endif
|
||||
|
||||
/* include ICU headers */
|
||||
|
|
Loading…
Add table
Reference in a new issue