⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure

📁 一个C源代码分析器
💻
字号:
# This file is generated from configure.in by Autoconf.  DO NOT EDIT! if [ ! "$inhibit_glue" ]; then# Find out what this system calls `sys_siglist'.test -n "$silent" || echo "checking for sys_siglist"cat > conftest.${ac_ext} <<EOF#include "confdefs.h"int main() { return 0; }int t() { extern char *sys_siglist[]; puts(*sys_siglist);; return 0; }EOFif eval $ac_compile; then  rm -rf conftest*  {test -n "$verbose" && \echo "	defining HAVE_SYS_SIGLIST"echo "#define" HAVE_SYS_SIGLIST "1" >> confdefs.hDEFS="$DEFS -DHAVE_SYS_SIGLIST=1"}firm -f conftest*test -n "$silent" || echo "checking for _sys_siglist"cat > conftest.${ac_ext} <<EOF#include "confdefs.h"int main() { return 0; }int t() { extern char *_sys_siglist[]; puts(*_sys_siglist);; return 0; }EOFif eval $ac_compile; then  rm -rf conftest*  {test -n "$verbose" && \echo "	defining HAVE__SYS_SIGLIST"echo "#define" HAVE__SYS_SIGLIST "1" >> confdefs.hDEFS="$DEFS -DHAVE__SYS_SIGLIST=1"}firm -f conftest*# Find out the name of the table the system's <ctype.h> uses for character# classification.  This is used by sysdeps/unix/common/glue-ctype.c.for ctype in _ctype_ __ctype_ __ctype _ctype__ _ctype _locp; dotest -n "$silent" || echo "checking for $ctype"cat > conftest.${ac_ext} <<EOF#include "confdefs.h"#include <ctype.h>int main() { return 0; }int t() { $ctype[13];; return 0; }EOFif eval $ac_compile; then  rm -rf conftest*  {test -n "$verbose" && \echo "	defining HAVE_`echo $ctype | tr 'a-z' 'A-Z'`"echo "#define" HAVE_`echo $ctype | tr 'a-z' 'A-Z'` "1" >> confdefs.hDEFS="$DEFS -DHAVE_`echo $ctype | tr 'a-z' 'A-Z'`=1"}firm -f conftest*donefi

⌨️ 快捷键说明

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