| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * Copyright (C) 2011-2012, International Business Machines | 3 * Copyright (C) 2011-2015, International Business Machines |
| 4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
| 5 ******************************************************************************* | 5 ******************************************************************************* |
| 6 * file name: uposixdefs.h | 6 * file name: uposixdefs.h |
| 7 * encoding: US-ASCII | 7 * encoding: US-ASCII |
| 8 * tab size: 8 (not used) | 8 * tab size: 8 (not used) |
| 9 * indentation:4 | 9 * indentation:4 |
| 10 * | 10 * |
| 11 * created on: 2011jul25 | 11 * created on: 2011jul25 |
| 12 * created by: Markus W. Scherer | 12 * created by: Markus W. Scherer |
| 13 * | 13 * |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 * -AIX/VACPP | 64 * -AIX/VACPP |
| 65 * -Solaris/GCC | 65 * -Solaris/GCC |
| 66 */ | 66 */ |
| 67 #if (U_PLATFORM == U_PF_AIX && !defined(__GNUC__)) || (U_PLATFORM == U_PF_SOLARI
S && defined(__GNUC__)) | 67 #if (U_PLATFORM == U_PF_AIX && !defined(__GNUC__)) || (U_PLATFORM == U_PF_SOLARI
S && defined(__GNUC__)) |
| 68 # if _XOPEN_SOURCE_EXTENDED && !defined(U_HAVE_STD_STRING) | 68 # if _XOPEN_SOURCE_EXTENDED && !defined(U_HAVE_STD_STRING) |
| 69 # define U_HAVE_STD_STRING 0 | 69 # define U_HAVE_STD_STRING 0 |
| 70 # endif | 70 # endif |
| 71 #endif | 71 #endif |
| 72 | 72 |
| 73 #endif /* __UPOSIXDEFS_H__ */ | 73 #endif /* __UPOSIXDEFS_H__ */ |
| OLD | NEW |