1 /* common/icucfg.h. Generated by configure. */ 2 /* common/icucfg.h.in. Generated automatically from configure.in by autoheader. */ 3 4 /* Define if you have the ANSI C header files. */ 5 #define STDC_HEADERS 1 6 7 /* Define if your processor stores words with the most significant 8 byte first (like Motorola and SPARC, unlike Intel and VAX). */ 9 /* #undef WORDS_BIGENDIAN */ 10 11 /* Copyright (c) 1999-2000, International Business Machines Corporation and 12 others. All Rights Reserved. */ 13 /* Define to signed char if not in <sys/types.h> */ 14 /* #undef int8_t */ 15 16 /* Define to unsigned char if not in <sys/types.h> */ 17 /* #undef uint8_t */ 18 19 /* Define to signed short if not in <sys/types.h> */ 20 /* #undef int16_t */ 21 22 /* Define to unsigned short if not in <sys/types.h> */ 23 /* #undef uint16_t */ 24 25 /* Define to signed long if not in <sys/types.h> */ 26 /* #undef int32_t */ 27 28 /* Define to unsigned long if not in <sys/types.h> */ 29 /* #undef uint32_t */ 30 31 /* Define to signed char if not in <sys/types.h> */ 32 /* #undef bool_t */ 33 34 /* Define if your system has <wchar.h> */ 35 #define HAVE_WCHAR_H 1 36 37 /* Define to the size of wchar_t */ 38 #define SIZEOF_WCHAR_T 4 39 40 /* Define if you have the <inttypes.h> header file. */ 41 #define HAVE_INTTYPES_H 1 42 43 /* Define if you have the cma library (-lcma). */ 44 /* #undef HAVE_LIBCMA */ 45 46 /* Define if you have the dl library (-ldl). */ 47 /* #undef HAVE_LIBDL */ 48 49 /* Define if you have the dld library (-ldld). */ 50 /* #undef HAVE_LIBDLD */ 51 52 /* Define if you have the m library (-lm). */ 53 #define HAVE_LIBM 1 54 55 /* Define if you have the pthread library (-lpthread). */ 56 #define HAVE_LIBPTHREAD 1 57 58 /* Define if you have the pthreads library (-lpthreads). */ 59 /* #undef HAVE_LIBPTHREADS */ 60 61 /* Define if you have the wcs library (-lwcs). */ 62 /* #undef HAVE_LIBWCS */ 63