00001 /* common/icucfg.h. Generated automatically by configure. */ 00002 /* common/icucfg.h.in. Generated automatically from configure.in by autoheader. */ 00003 00004 /* Define if you have the ANSI C header files. */ 00005 #define STDC_HEADERS 1 00006 00007 /* Define if your processor stores words with the most significant 00008 byte first (like Motorola and SPARC, unlike Intel and VAX). */ 00009 /* #undef WORDS_BIGENDIAN */ 00010 00011 /* Copyright (c) 1999-2000, International Business Machines Corporation and 00012 others. All Rights Reserved. */ 00013 /* Define to signed char if not in <sys/types.h> */ 00014 /* #undef int8_t */ 00015 00016 /* Define to unsigned char if not in <sys/types.h> */ 00017 #define uint8_t unsigned char 00018 00019 /* Define to signed short if not in <sys/types.h> */ 00020 /* #undef int16_t */ 00021 00022 /* Define to unsigned short if not in <sys/types.h> */ 00023 #define uint16_t unsigned short 00024 00025 /* Define to signed long if not in <sys/types.h> */ 00026 /* #undef int32_t */ 00027 00028 /* Define to unsigned long if not in <sys/types.h> */ 00029 #define uint32_t unsigned long 00030 00031 /* Define to signed char if not in <sys/types.h> */ 00032 #define bool_t signed char 00033 00034 /* Define if your system has <wchar.h> */ 00035 #define HAVE_WCHAR_H 1 00036 00037 /* Define to the size of wchar_t */ 00038 #define SIZEOF_WCHAR_T 4 00039 00040 /* Define if you have the <inttypes.h> header file. */ 00041 #define HAVE_INTTYPES_H 1 00042 00043 /* Define if you have the cma library (-lcma). */ 00044 /* #undef HAVE_LIBCMA */ 00045 00046 /* Define if you have the dl library (-ldl). */ 00047 /* #undef HAVE_LIBDL */ 00048 00049 /* Define if you have the dld library (-ldld). */ 00050 /* #undef HAVE_LIBDLD */ 00051 00052 /* Define if you have the m library (-lm). */ 00053 #define HAVE_LIBM 1 00054 00055 /* Define if you have the pthread library (-lpthread). */ 00056 /* #undef HAVE_LIBPTHREAD */ 00057 00058 /* Define if you have the pthreads library (-lpthreads). */ 00059 /* #undef HAVE_LIBPTHREADS */ 00060 00061 /* Define if you have the wcs library (-lwcs). */ 00062 /* #undef HAVE_LIBWCS */