gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 line
735B

  1. /* $Id: cpl_config_extras.h 55f4cce7557b301901f754e28cd6193f2f02b522 2016-12-23 14:54:07Z Kurt Schwehr $ */
  2. #ifndef INCLUDED_CPL_CONFIG_EXTRAS
  3. #define INCLUDED_CPL_CONFIG_EXTRAS
  4. #if defined(__APPLE__)
  5. #ifdef __BIG_ENDIAN__
  6. #define HOST_FILLORDER FILLORDER_MSB2LSB
  7. #else
  8. #define HOST_FILLORDER FILLORDER_LSB2MSB
  9. #endif
  10. #ifdef __LP64__
  11. #define SIZEOF_UNSIGNED_LONG 8
  12. #else
  13. #define SIZEOF_UNSIGNED_LONG 4
  14. #endif
  15. #ifdef __LP64__
  16. #define SIZEOF_VOIDP 8
  17. #else
  18. #define SIZEOF_VOIDP 4
  19. #endif
  20. #ifdef __BIG_ENDIAN__
  21. #define WORDS_BIGENDIAN 1
  22. #else
  23. #undef WORDS_BIGENDIAN
  24. #endif
  25. #undef VSI_STAT64
  26. #undef VSI_STAT64_T
  27. #define VSI_STAT64 stat
  28. #define VSI_STAT64_T stat
  29. #endif // APPLE
  30. #endif // INCLUDED_CPL_CONFIG_EXTRAS
上海开阖软件有限公司 沪ICP备12045867号-1