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

📄 rsh-security.m4

📁 开源备份软件源码 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that a
💻 M4
字号:
# SYNOPSIS##   AMANDA_RSH_SECURITY## OVERVIEW##   Handle configuration for RSH security, implementing the --with-rsh-security#   option and checking for the relevant programs and options.#AC_DEFUN([AMANDA_RSH_SECURITY],[    RSH_SECURITY=no    AC_ARG_WITH(rsh-security,        AS_HELP_STRING([--with-rsh-security],                 [include RSH authentication]),        [            case "$withval" in                n | no) : ;;                y |  ye | yes) RSH_SECURITY=yes ;;                *) AC_MSG_ERROR([*** You must not supply an argument to --with-rsh-security.])              ;;            esac        ],    )    if test "x$RSH_SECURITY" = "xyes"; then        AC_DEFINE(RSH_SECURITY,1,                [Define if RSH transport should be enabled. ])    fi    AM_CONDITIONAL(WANT_RSH_SECURITY, test x"$RSH_SECURITY" = x"yes")])

⌨️ 快捷键说明

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