📄 configure.in
字号:
dnl $Id: configure.in,v 1.5 1997/12/15 12:47:57 eric Exp $ dnl Process this file with autoconf to produce a configure script.AC_INIT(mkisofs.c)AC_CONFIG_HEADER(config.h)AC_PROG_CCAC_CONSTAC_HEADER_MAJORAC_HEADER_DIRENTif test -z "$ac_header_dirent"; then AC_DEFINE(NODIR)fiAC_CHECK_FUNCS(memmove sbrk strdup)AC_CHECK_HEADERS(sys/mkdev.h sys/sysmacros.h malloc.h termios.h sys/types.h)AC_CHECK_HEADERS(unistd.h string.h strings.h sys/stat.h sys/fcntl.h)AC_PROG_INSTALLAC_OUTPUT(Makefile diag/Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -