acconfig.h
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /*
  2.  * Define this if you have a /dev/urandom which can supply good random numbers.
  3.  */
  4. #undef HAVE_DEV_URANDOM
  5. /*
  6.  * Define this if you want IPv6 support.
  7.  */
  8. #undef HAVE_IPv6
  9. /*
  10.  * V6 structures that host may or may not be present.
  11.  */
  12. #undef HAVE_ST_ADDRINFO
  13. #undef HAVE_GETIPNODEBYNAME
  14. #undef HAVE_SIN6_LEN
  15. /*
  16.  * Define these if your C library is missing some functions...
  17.  */
  18. #undef NEED_VSNPRINTF
  19. #undef NEED_INET_PTON
  20. #undef NEED_INET_NTOP
  21. /*
  22.  * If you don't have these types in <inttypes.h>, #define these to be
  23.  * the types you do have.
  24.  */
  25. #undef int8_t
  26. #undef int16_t
  27. #undef int32_t
  28. #undef int64_t
  29. #undef uint8_t
  30. #undef uint16_t
  31. #undef uint32_t
  32. /*
  33.  * Debugging:
  34.  * DEBUG: general debugging
  35.  * DEBUG_MEM: debug memory allocation
  36.  */
  37. #undef DEBUG
  38. #undef DEBUG_MEM
  39. @BOTTOM@
  40. #ifndef WORDS_BIGENDIAN
  41. #define WORDS_SMALLENDIAN
  42. #endif