add U_IS_BIG_ENDIAN to more platform headers

git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@30 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
Markus Scherer 1999-10-09 01:34:34 +00:00
parent 6c79b0ff78
commit 6edcfb4383
3 changed files with 9 additions and 0 deletions

View file

@ -37,6 +37,9 @@
#define HAVE_UINT32_T 0
#define HAVE_BOOL_T 0
/* Determines the endianness of the platform */
#define U_IS_BIG_ENDIAN 0
/*===========================================================================*/
/* Generic data types */
/*===========================================================================*/

View file

@ -38,6 +38,9 @@
#define HAVE_UINT32_T 0
#define HAVE_BOOL_T 0
/* Determines the endianness of the platform */
#define U_IS_BIG_ENDIAN 1
/*===========================================================================*/
/* Generic data types */
/*===========================================================================*/

View file

@ -37,6 +37,9 @@
#define HAVE_UINT32_T 0
#define HAVE_BOOL_T 0
/* Determines the endianness of the platform */
#define U_IS_BIG_ENDIAN 0
/*===========================================================================*/
/* Generic data types */
/*===========================================================================*/