home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / common / icucfg.h.in < prev    next >
Encoding:
Text File  |  1999-08-16  |  961 b   |  38 lines

  1. /* common/icucfg.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if you have the ANSI C header files.  */
  4. #undef STDC_HEADERS
  5.  
  6. /* Define to signed char if not in <sys/types.h> */
  7. #undef int8_t
  8.  
  9. /* Define to unsigned char if not in <sys/types.h> */
  10. #undef uint8_t 
  11.  
  12. /* Define to signed short if not in <sys/types.h> */
  13. #undef int16_t 
  14.  
  15. /* Define to unsigned short if not in <sys/types.h> */
  16. #undef uint16_t 
  17.  
  18. /* Define to signed long if not in <sys/types.h> */
  19. #undef int32_t 
  20.  
  21. /* Define to unsigned long if not in <sys/types.h> */
  22. #undef uint32_t 
  23.  
  24. /* Define to signed char if not in <sys/types.h> */
  25. #undef bool_t 
  26.  
  27. /* Define if you have the <inttypes.h> header file.  */
  28. #undef HAVE_INTTYPES_H
  29.  
  30. /* Define if you have the m library (-lm).  */
  31. #undef HAVE_LIBM
  32.  
  33. /* Define if you have the pthread library (-lpthread).  */
  34. #undef HAVE_LIBPTHREAD
  35.  
  36. /* Define if you have the pthreads library (-lpthreads).  */
  37. #undef HAVE_LIBPTHREADS
  38.