home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / acconfig.h next >
Encoding:
Text File  |  1999-08-16  |  489 b   |  21 lines

  1. /* Define to signed char if not in <sys/types.h> */
  2. #undef int8_t
  3.  
  4. /* Define to unsigned char if not in <sys/types.h> */
  5. #undef uint8_t 
  6.  
  7. /* Define to signed short if not in <sys/types.h> */
  8. #undef int16_t 
  9.  
  10. /* Define to unsigned short if not in <sys/types.h> */
  11. #undef uint16_t 
  12.  
  13. /* Define to signed long if not in <sys/types.h> */
  14. #undef int32_t 
  15.  
  16. /* Define to unsigned long if not in <sys/types.h> */
  17. #undef uint32_t 
  18.  
  19. /* Define to signed char if not in <sys/types.h> */
  20. #undef bool_t 
  21.