upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / modules / ssl / config.m4
1 dnl Licensed to the Apache Software Foundation (ASF) under one or more
2 dnl contributor license agreements.  See the NOTICE file distributed with
3 dnl this work for additional information regarding copyright ownership.
4 dnl The ASF licenses this file to You under the Apache License, Version 2.0
5 dnl (the "License"); you may not use this file except in compliance with
6 dnl the License.  You may obtain a copy of the License at
7 dnl
8 dnl       http://www.apache.org/licenses/LICENSE-2.0
9 dnl
10 dnl Unless required by applicable law or agreed to in writing, software
11 dnl distributed under the License is distributed on an "AS IS" BASIS,
12 dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 dnl See the License for the specific language governing permissions and
14 dnl limitations under the License.
15
16 dnl #  start of module specific part
17 APACHE_MODPATH_INIT(ssl)
18
19 dnl #  list of module object files
20 ssl_objs="dnl
21 mod_ssl.lo dnl
22 ssl_engine_config.lo dnl
23 ssl_engine_dh.lo dnl
24 ssl_engine_init.lo dnl
25 ssl_engine_io.lo dnl
26 ssl_engine_kernel.lo dnl
27 ssl_engine_log.lo dnl
28 ssl_engine_mutex.lo dnl
29 ssl_engine_pphrase.lo dnl
30 ssl_engine_rand.lo dnl
31 ssl_engine_vars.lo dnl
32 ssl_expr.lo dnl
33 ssl_expr_eval.lo dnl
34 ssl_expr_parse.lo dnl
35 ssl_expr_scan.lo dnl
36 ssl_scache.lo dnl
37 ssl_scache_dbm.lo dnl
38 ssl_scache_shmcb.lo dnl
39 ssl_scache_shmht.lo dnl
40 ssl_util.lo dnl
41 ssl_util_ssl.lo dnl
42 ssl_util_table.lo dnl
43 "
44 dnl #  hook module into the Autoconf mechanism (--enable-ssl option)
45 APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], $ssl_objs, , no, [
46     APACHE_CHECK_SSL_TOOLKIT
47     APR_SETVAR(MOD_SSL_LDADD, [\$(SSL_LIBS)])
48     AC_CHECK_FUNCS(SSL_set_state)
49     AC_CHECK_FUNCS(SSL_set_cert_store)
50 ])
51
52 dnl #  end of module specific part
53 APACHE_MODPATH_FINISH
54