| |
 |
libDwm-0.6.0
|
 |
Go to the documentation of this file. 51 #ifdef HAVE_CFBYTE_ORDER_H 53 #include <CoreFoundation/CFByteOrder.h> 55 #define be64toh(x) CFSwapInt64BigToHost((x)) 58 #define htobe64(x) CFSwapInt64HostToBig((x)) 61 #ifdef HAVE_BYTESWAP_H 71 #if __BYTE_ORDER == __LITTLE_ENDIAN 72 #define be64toh(x) bswap_64((x)) 74 #define be64toh(x) (x) 78 #if __BYTE_ORDER == __LITTLE_ENDIAN 79 #define htobe64(x) bswap_64((x)) 81 #define htobe64(x) (x) 87 #if defined(__OpenBSD__) 88 #define be64toh(x) betoh64((x)) 101 #define HAVE_GPLUSPLUS_VERSION(MAJOR, MINOR) \ 102 (__GNUC__ > (MAJOR) || (__GNUC__ == (MAJOR) && __GNUC_MINOR__ >= (MINOR)))