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

数据库系统

开发平台:

Unix_Linux

  1. #define USE_POSIX_TIME
  2. #define NO_EMPTY_STMTS
  3. #define SYSV_DIRENT
  4. #ifndef BYTE_ORDER
  5. #ifdef MIPSEB
  6. #define BYTE_ORDER BIG_ENDIAN
  7. #endif
  8. #endif
  9. #ifdef sinix
  10. #define HAS_TEST_AND_SET
  11. #include <abi_mutex.h>
  12. typedef abilock_t slock_t;
  13. #endif