GDAL
cpl_config_extras.h
00001 /* $Id: cpl_config_extras.h 37003 2016-12-23 14:54:07Z goatbar $ */
00002 
00003 #ifndef INCLUDED_CPL_CONFIG_EXTRAS
00004 #define INCLUDED_CPL_CONFIG_EXTRAS
00005 
00006 #if defined(__APPLE__)
00007 
00008 #ifdef __BIG_ENDIAN__
00009   #define HOST_FILLORDER FILLORDER_MSB2LSB
00010 #else
00011   #define HOST_FILLORDER FILLORDER_LSB2MSB
00012 #endif
00013 
00014 #ifdef __LP64__
00015   #define SIZEOF_UNSIGNED_LONG 8
00016 #else
00017   #define SIZEOF_UNSIGNED_LONG 4
00018 #endif
00019 
00020 #ifdef __LP64__
00021   #define SIZEOF_VOIDP 8
00022 #else
00023   #define SIZEOF_VOIDP 4
00024 #endif
00025 
00026 #ifdef __BIG_ENDIAN__
00027   #define WORDS_BIGENDIAN 1
00028 #else
00029   #undef WORDS_BIGENDIAN
00030 #endif
00031 
00032 #undef VSI_STAT64
00033 #undef VSI_STAT64_T
00034 
00035 #define VSI_STAT64 stat
00036 #define VSI_STAT64_T stat
00037 
00038 #endif // APPLE
00039 
00040 #endif // INCLUDED_CPL_CONFIG_EXTRAS

Generated for GDAL by doxygen 1.7.6.1.