acconfig.h

来自「MPEG-4编解码的实现(包括MPEG4视音频编解码)」· C头文件 代码 · 共 52 行

H
52
字号
/*
 * Define this if you have a /dev/urandom which can supply good random numbers.
 */
#undef HAVE_DEV_URANDOM

/*
 * Define this if you want IPv6 support.
 */
#undef HAVE_IPv6

/*
 * V6 structures that host may or may not be present.
 */
#undef HAVE_ST_ADDRINFO
#undef HAVE_GETIPNODEBYNAME
#undef HAVE_SIN6_LEN

/*
 * Define these if your C library is missing some functions...
 */
#undef NEED_VSNPRINTF
#undef NEED_INET_PTON
#undef NEED_INET_NTOP

/*
 * If you don't have these types in <inttypes.h>, #define these to be
 * the types you do have.
 */
#undef int8_t
#undef int16_t
#undef int32_t
#undef int64_t
#undef uint8_t
#undef uint16_t
#undef uint32_t

/*
 * Debugging:
 * DEBUG: general debugging
 * DEBUG_MEM: debug memory allocation
 */
#undef DEBUG
#undef DEBUG_MEM

@BOTTOM@

#ifndef WORDS_BIGENDIAN
#define WORDS_SMALLENDIAN
#endif


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?