configure.in

来自「free radius编程。完成AAA的实现」· IN 代码 · 共 35 行

IN
35
字号
AC_INIT(rlm_eap_mschapv2.c)AC_REVISION($Revision: 1.1 $)AC_DEFUN(modname,[rlm_eap_mschapv2])if test x$with_[]modname != xno; then	## We may need more complex checking here.  Assume for now that 	## everyone has it.	AC_CHECK_HEADERS(malloc.h)	targetname=modname     # keep this!  Don't change!else	targetname=            # keep this!  Don't change!	echo \*\*\* module modname is disabled.  # keep this!  Don't change!fidnl  Don't change this section.if test x"$fail" != x""; then	if test x"${enable_strict_dependencies}" = x"yes"; then		AC_MSG_ERROR([set --without-]modname[ to disable it explicitly.])	else		AC_MSG_WARN([silently not building ]modname[.])		AC_MSG_WARN([FAILURE: ]modname[ requires: $fail.]); 		targetname=""	fifiAC_SUBST(eap_mschapv2_cflags)AC_SUBST(eap_mschapv2_ldflags)dnl AC_CONFIG_HEADER(config.h)AC_SUBST(targetname)  # keep this!  Don't change!AC_OUTPUT(Makefile)  # keep this!  Don't change!

⌨️ 快捷键说明

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