acconfig.h
来自「ortp协议栈(实时传输协议)」· C头文件 代码 · 共 26 行
H
26 行
/* tell if we have glib installed somewhere */#undef HAVE_GLIB/* define the compilation target */#undef TARGET_IS_HPUXKERNEL/* define the debug mode */#undef RTP_DEBUG/* define if we must build the rtp scheduler */#undef BUILD_SCHEDULER/* define if we have a seteuid() system call */#undef HAVE_SETEUID/*define if we are building for HPUX */#undef HOST_IS_HPUX/*define if we cannot safely make the connect() call on udp socket */#undef NOCONNECT/* define the minimum setitimer() interval we can use safely */#undef POSIXTIMER_INTERVAL/* define we have to check for memory leaks (hpux only) */#undef ENABLE_MEMCHECK
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?