/src/FreeImage/Source/LibTIFF/tif_config.wince.h

https://bitbucket.org/cabalistic/ogredeps/ · C++ Header · 74 lines · 24 code · 19 blank · 31 comment · 1 complexity · 1cbab88cabec32faa11fdd292e5c8283 MD5 · raw file

  1. /* $Id: tif_config.wince.h,v 1.21 2011/04/10 17:14:09 drolon Exp $ */
  2. /*
  3. * TIFF library configuration header for Windows CE platform.
  4. */
  5. #ifndef _WIN32_WCE
  6. # error This version of tif_config.h header is dedicated for Windows CE platform!
  7. #endif
  8. /* Define to 1 if you have the <assert.h> header file. */
  9. #define HAVE_ASSERT_H 1
  10. /* Define to 1 if you have the <fcntl.h> header file. */
  11. #define HAVE_FCNTL_H 1
  12. /* Define as 0 or 1 according to the floating point format suported by the
  13. machine */
  14. #define HAVE_IEEEFP 1
  15. /* Define to 1 if you have the `jbg_newlen' function. */
  16. #define HAVE_JBG_NEWLEN 1
  17. /* Define to 1 if you have the <string.h> header file. */
  18. #define HAVE_STRING_H 1
  19. /* Define to 1 if you have the <sys/types.h> header file. */
  20. #undef HAVE_SYS_TYPES_H
  21. /* Define to 1 if you have the <io.h> header file. */
  22. #define HAVE_IO_H 1
  23. /* Define to 1 if you have the <search.h> header file. */
  24. #define HAVE_SEARCH_H 1
  25. /* Define to 1 if you have the `setmode' function. */
  26. #define HAVE_SETMODE 1
  27. /* Define to 1 if you have the `bsearch' function. */
  28. #define HAVE_BSEARCH 1
  29. #define bsearch wceex_bsearch
  30. /* Define to 1 if you have the `lfind' function. */
  31. #define HAVE_LFIND 1
  32. #define lfind wceex_lfind
  33. /* The size of a `int', as computed by sizeof. */
  34. #define SIZEOF_INT 4
  35. /* The size of a `long', as computed by sizeof. */
  36. #define SIZEOF_LONG 4
  37. /* Set the native cpu bit order */
  38. #define HOST_FILLORDER FILLORDER_LSB2MSB
  39. /* Define to 1 if your processor stores words with the most significant byte
  40. first (like Motorola and SPARC, unlike Intel and VAX). */
  41. /* #undef WORDS_BIGENDIAN */
  42. /* Define to `__inline__' or `__inline' if that's what the C compiler
  43. calls it, or to nothing if 'inline' is not supported under any name. */
  44. #ifndef __cplusplus
  45. # ifndef inline
  46. # define inline __inline
  47. # endif
  48. #endif
  49. /*
  50. * Local Variables:
  51. * mode: c
  52. * c-basic-offset: 8
  53. * fill-column: 78
  54. * End:
  55. */