config.h.in

来自「《CODE READING》配套书源代码 《CODE READING》配套书源」· IN 代码 · 共 59 行

IN
59
字号
/* 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 */#undef EXTERN_C_BEGIN#undef EXTERN_C_END/* Define either as _sys_siglist or sys_siglist */#undef SYS_SIGLIST/* Define the argument type for signal handler function */#undef SIGHND_ARGTYPE/* Define either as _sys_errlist or sys_errlist */#undef SYS_ERRLIST/* Define SYS_ERRLIST_DECLARED if extern char* SYS_ERRLIST []; is found */#undef SYS_ERRLIST_DECLARED/* Define if you have libg++ */#undef _S_LIBGXX/* Define if you have the select function.  */#undef HAVE_SELECT/* 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 <local.h>

⌨️ 快捷键说明

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