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

📄 config.m4

📁 最新apache的源代码
💻 M4
字号:
dnl  Copyright 2000-2005 The Apache Software Foundation or its licensors, asdnl  applicable.dnl  Licensed under the Apache License, Version 2.0 (the "License");dnl  you may not use this file except in compliance with the License.dnl  You may obtain a copy of the License atdnl dnl       http://www.apache.org/licenses/LICENSE-2.0dnl dnl  Unless required by applicable law or agreed to in writing, softwarednl  distributed under the License is distributed on an "AS IS" BASIS,dnl  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.dnl  See the License for the specific language governing permissions anddnl  limitations under the License.dnl #  start of module specific partAPACHE_MODPATH_INIT(ssl)dnl #  list of module object filesssl_objs="dnlmod_ssl.lo dnlssl_engine_config.lo dnlssl_engine_dh.lo dnlssl_engine_init.lo dnlssl_engine_io.lo dnlssl_engine_kernel.lo dnlssl_engine_log.lo dnlssl_engine_mutex.lo dnlssl_engine_pphrase.lo dnlssl_engine_rand.lo dnlssl_engine_vars.lo dnlssl_expr.lo dnlssl_expr_eval.lo dnlssl_expr_parse.lo dnlssl_expr_scan.lo dnlssl_scache.lo dnlssl_scache_dbm.lo dnlssl_scache_shmcb.lo dnlssl_scache_shmht.lo dnlssl_util.lo dnlssl_util_ssl.lo dnlssl_util_table.lo dnl"dnl #  hook module into the Autoconf mechanism (--enable-ssl option)APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], $ssl_objs, , no, [    APACHE_CHECK_SSL_TOOLKIT    AC_CHECK_FUNCS(SSL_set_state)    AC_CHECK_FUNCS(SSL_set_cert_store)])dnl #  end of module specific partAPACHE_MODPATH_FINISH

⌨️ 快捷键说明

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