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

数据库系统

开发平台:

Unix_Linux

  1. #include <limits.h> /* For _POSIX_PATH_MAX */
  2. #ifndef MAXPATHLEN
  3. #define MAXPATHLEN _POSIX_PATH_MAX
  4. #endif
  5. #ifndef NOFILE
  6. #define NOFILE NOFILES_MIN
  7. #endif
  8. #define ONLY_REUSE_INET_SOCKETS
  9. #define DISABLE_COMPLEX_MACRO
  10. #define USE_POSIX_TIME
  11. #define NO_EMPTY_STMTS
  12. #define SYSV_DIRENT
  13. #define HAS_TEST_AND_SET
  14. #define NEED_I386_TAS_ASM
  15. #define USE_UNIVEL_CC
  16. typedef unsigned char slock_t;
  17. #define DISABLE_COMPLEX_MACRO
  18. /***************************************************************
  19.  * The following include will get the needed prototype for the
  20.  * strcasecmp() function.
  21.  ***************************************************************/
  22. #include <strings.h>
  23. #ifndef BIG_ENDIAN
  24. #define BIG_ENDIAN 4321
  25. #endif
  26. #ifndef LITTLE_ENDIAN
  27. #define LITTLE_ENDIAN 1234
  28. #endif
  29. #ifndef PDP_ENDIAN
  30. #define PDP_ENDIAN 3412
  31. #endif
  32. #ifndef BYTE_ORDER
  33. #define BYTE_ORDER LITTLE_ENDIAN
  34. #endif