sunos4.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. #define USE_POSIX_TIME
  2. #define HAS_TEST_AND_SET
  3. typedef unsigned char slock_t;
  4. /* sprintf() returns char *, not int, on SunOS 4.1.x */
  5. #define SPRINTF_CHAR
  6. #ifndef BIG_ENDIAN
  7. #define BIG_ENDIAN 4321
  8. #endif
  9. #ifndef LITTLE_ENDIAN
  10. #define LITTLE_ENDIAN 1234
  11. #endif
  12. #ifndef PDP_ENDIAN
  13. #define PDP_ENDIAN 3412
  14. #endif
  15. #ifndef BYTE_ORDER
  16. #define BYTE_ORDER BIG_ENDIAN
  17. #endif