ICU-4869 Fix check-in of _XOPEN_SOURCE_EXTENDED. This is the correct fix.

X-SVN-Rev: 19919
This commit is contained in:
George Rhoten 2006-07-28 22:16:45 +00:00
parent 914eadd2dd
commit 948a4e842f

View File

@ -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 */