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

数据库系统

开发平台:

Unix_Linux

  1. #define USE_POSIX_TIME
  2. #define NO_EMPTY_STMTS
  3. #define SYSV_DIRENT
  4. #define HAS_TEST_AND_SET
  5. #define NEED_I386_TAS_ASM
  6. /***************************************
  7.  * Define this if you are compiling with
  8.  * the native UNIXWARE C compiler.
  9.  ***************************************/
  10. #define USE_UNIVEL_CC
  11. typedef unsigned char slock_t;
  12. #define DISABLE_COMPLEX_MACRO
  13. /***************************************************************
  14.  * The following include will get the needed prototype for the
  15.  * strcasecmp() function.
  16.  ***************************************************************/
  17. #include <strings.h>
  18. #ifndef BIG_ENDIAN
  19. #define BIG_ENDIAN 4321
  20. #endif
  21. #ifndef LITTLE_ENDIAN
  22. #define LITTLE_ENDIAN 1234
  23. #endif
  24. #ifndef PDP_ENDIAN
  25. #define PDP_ENDIAN 3412
  26. #endif
  27. #ifndef BYTE_ORDER
  28. #define BYTE_ORDER LITTLE_ENDIAN
  29. #endif