Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. /*
  2.    generated header with missing types for the
  3.    jbig2dec program and library. include this
  4.    after config.h, within the HAVE_CONFIG_H
  5.    ifdef
  6. */
  7.  
  8. #ifndef HAVE_STDINT_H
  9. #  ifdef JBIG2_REPLACE_STDINT_H
  10. #   include <no_replacement_found>
  11. #  else
  12.     typedef unsigned int uint32_t;
  13.     typedef unsigned short uint16_t;
  14.     typedef unsigned char uint8_t;
  15.     typedef signed int int32_t;
  16.     typedef signed short int16_t;
  17.     typedef signed char int8_t;
  18. #  endif /* JBIG2_REPLACE_STDINT */
  19. #endif /* HAVE_STDINT_H */
  20.