config.h.in
来自「这是一个Linux下的集成开发环境」· IN 代码 · 共 67 行
IN
67 行
/* custom config.h template - do not recreate using autoheader *//* 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 `void*' if <sys/types.h> and <stdlib.h> don't define. */#undef malloc_t/* 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 vfork as fork if vfork does not work. */#undef vfork/* Define if you have the gethostname function. */#undef HAVE_GETHOSTNAME#ifndef _AIX/* Define if you have the setrlimit function. */#undef HAVE_SETRLIMIT#endif/* Define if you have the setsockopt function. */#undef HAVE_SETSOCKOPT/* Define if you have the sigprocmask function. */#undef HAVE_SIGPROCMASK/* Define if you have the strdup function. */#undef HAVE_STRDUP/* Define if you have the uname function. */#undef HAVE_UNAME/* Define if you have the waitpid function. */#undef HAVE_WAITPID/* Define if you have the <X11/fd.h> header file. */#undef HAVE_X11_FD_H/* Define if you have the <libc.h> header file. */#undef HAVE_LIBC_H/* Define if you have the <sigLib.h> header file. */#undef HAVE_SIGLIB_H/* Define if you have the <sys/filio.h> header file. */#undef HAVE_SYS_FILIO_H/* Define if you have the <sys/select.h> header file. */#undef HAVE_SYS_SELECT_H/* Define if you have the <sys/signal.h> header file. */#undef HAVE_SYS_SIGNAL_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?