sockconfig.h
来自「OSB-PIK-OpenVXI-3.0.0源代码 “中国XML论坛 - 专业的X」· C头文件 代码 · 共 53 行
H
53 行
/* config.h.in. Generated automatically from configure.in by autoheader. *//* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */#ifndef _ALL_SOURCE#undef _ALL_SOURCE#endif/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */#undef HAVE_SYS_WAIT_H/* Define if you have <vfork.h>. */#undef HAVE_VFORK_H/* Define to `int' if <sys/types.h> doesn't define. */#undef pid_t/* Define as the return type of signal handlers (int or void). */#undef RETSIGTYPE/* Define if you have the ANSI C header files. */#undef STDC_HEADERS/* Define if `sys_siglist' is declared by <signal.h>. */#undef SYS_SIGLIST_DECLARED/* Define vfork as fork if vfork does not work. */#undef vfork/* Define if extern "C" is needed arround include files */#define EXTERN_C_BEGIN#define EXTERN_C_END/* Define if you have char* _sys_siglist[] */#undef SYS_SIGLIST/* Define if you have libg++ */#undef _S_LIBGXX/* Define if you have the select function. */#undef HAVE_SELECT/* Define if you have the <builtin.h> header file. */#undef HAVE_BUILTIN_H/* Define if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define if you have the <string.h> header file. */#undef HAVE_STRING_H#include "socklocal.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?