ICU-367 let one override U_IOSTREAM_SOURCE at compile time (better do so both for the ICU build and everything that uses it!
X-SVN-Rev: 2721
This commit is contained in:
parent
c9388940ea
commit
7e0c5ee2a5
@ -40,7 +40,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef U_IOSTREAM_SOURCE
|
||||||
#define U_IOSTREAM_SOURCE @U_IOSTREAM_SOURCE@
|
#define U_IOSTREAM_SOURCE @U_IOSTREAM_SOURCE@
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Determines whether specific types are available */
|
/* Determines whether specific types are available */
|
||||||
#ifndef HAVE_INT8_T
|
#ifndef HAVE_INT8_T
|
||||||
|
@ -48,7 +48,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef U_IOSTREAM_SOURCE
|
||||||
#define U_IOSTREAM_SOURCE 198506 /* Wish we could use 199711 but that breaks while compiling chariter.cpp */
|
#define U_IOSTREAM_SOURCE 198506 /* Wish we could use 199711 but that breaks while compiling chariter.cpp */
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Determines whether specific types are available */
|
/* Determines whether specific types are available */
|
||||||
#define HAVE_INT8_T 0
|
#define HAVE_INT8_T 0
|
||||||
|
@ -38,7 +38,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef U_IOSTREAM_SOURCE
|
||||||
#define U_IOSTREAM_SOURCE 198506
|
#define U_IOSTREAM_SOURCE 198506
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Determines whether specific types are available */
|
/* Determines whether specific types are available */
|
||||||
#define HAVE_INT8_T 0
|
#define HAVE_INT8_T 0
|
||||||
|
@ -39,7 +39,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef U_IOSTREAM_SOURCE
|
||||||
#define U_IOSTREAM_SOURCE 198506
|
#define U_IOSTREAM_SOURCE 198506
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Determines whether specific types are available */
|
/* Determines whether specific types are available */
|
||||||
#define HAVE_INT8_T 0
|
#define HAVE_INT8_T 0
|
||||||
|
Loading…
Reference in New Issue
Block a user