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

📄 configure.in

📁 早期freebsd实现
💻 IN
字号:
# This file is a shell script that supplies the information necessary# to tailor a template configure script into the configure script# appropriate for this directory.  For more information, check any# existing configure script.srctrigger=glob.csrcname="glob library"configdirs=""# per-host:files=sysdep-norm.hlinks=sysdep.hcase "${host}" in  rs6000-ibm-aix)     files=sysdep-aix.h    my_host=aix    ;;  *-*-aix*)    my_host=aix    ;;  mips-sgi-irix*)    files=sysdep-irix.h    ;;  m68k-sony-news* | *-*-mach* | *-*-bsd*)    files=sysdep-obsd.h    ;;  *-*-sysv4*)    my_host=sysv4     ;;  *-*-sco*)    files=sysdep-sco.h     ;;  *-apollo-sysv*)    files=sysdep-a68v.h    my_host=apollo68v     ;;  m88k-motorola-m88kbcs)    my_host=delta88    ;;esachost_makefile_frag=config/mh-${my_host}if [ ! -f ${host_makefile_frag} ] ; then	host_makefile_frag=fi# per-target:

⌨️ 快捷键说明

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