📄 os_apache.m4
字号:
dnl copied from httpd-2.0/os/config.m4
dnl OS changed to OS_APACHE and OS_DIR to OS_APACHE_DIR
AC_MSG_CHECKING(for target platform)
#PLATFORM=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`
PLATFORM=$host
case "$PLATFORM" in
*beos*)
OS_APACHE="beos"
OS_APACHE_DIR=$OS_APACHE
;;
*pc-os2_emx*)
OS_APACHE="os2"
OS_APACHE_DIR=$OS_APACHE
;;
bs2000*)
OS_APACHE="unix"
OS_APACHE_DIR=bs2000 # only the OS_APACHE_DIR is platform specific.
;;
*)
OS_APACHE="unix"
OS_APACHE_DIR=$OS_APACHE;;
esac
AC_MSG_RESULT($OS_APACHE)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -