]> granicus.if.org Git - apache/blob - modules/ssl/config.m4
86313301ee4bfc203ccdb58fb4b963898a0cf50d
[apache] / modules / ssl / config.m4
1 dnl ## ====================================================================
2 dnl ## The Apache Software License, Version 1.1
3 dnl ##  
4 dnl ## Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
5 dnl ## reserved.
6 dnl ##
7 dnl ## Redistribution and use in source and binary forms, with or without
8 dnl ## modification, are permitted provided that the following conditions
9 dnl ## are met:
10 dnl ##
11 dnl ## 1. Redistributions of source code must retain the above copyright
12 dnl ##    notice, this list of conditions and the following disclaimer.
13 dnl ##
14 dnl ## 2. Redistributions in binary form must reproduce the above copyright
15 dnl ##    notice, this list of conditions and the following disclaimer in
16 dnl ##    the documentation and/or other materials provided with the
17 dnl ##    distribution.
18 dnl ##
19 dnl ## 3. The end-user documentation included with the redistribution,
20 dnl ##    if any, must include the following acknowledgment:
21 dnl ##       "This product includes software developed by the
22 dnl ##        Apache Software Foundation (http://www.apache.org/)."
23 dnl ##    Alternately, this acknowledgment may appear in the software itself,
24 dnl ##    if and wherever such third-party acknowledgments normally appear.
25 dnl ##
26 dnl ## 4. The names "Apache" and "Apache Software Foundation" must
27 dnl ##    not be used to endorse or promote products derived from this
28 dnl ##    software without prior written permission. For written
29 dnl ##    permission, please contact apache@apache.org.
30 dnl ##
31 dnl ## 5. Products derived from this software may not be called "Apache",
32 dnl ##    nor may "Apache" appear in their name, without prior written
33 dnl ##    permission of the Apache Software Foundation.
34 dnl ##
35 dnl ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
36 dnl ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
37 dnl ## OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38 dnl ## DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
39 dnl ## ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40 dnl ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
41 dnl ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
42 dnl ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
43 dnl ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
44 dnl ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
45 dnl ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
46 dnl ## SUCH DAMAGE.
47 dnl ## ====================================================================
48
49 dnl #  start of module specific part
50 APACHE_MODPATH_INIT(ssl)
51
52 dnl #  list of module object files
53 ssl_objs="dnl
54 mod_ssl.lo dnl
55 ssl_engine_config.lo dnl
56 ssl_engine_dh.lo dnl
57 ssl_engine_ds.lo dnl
58 ssl_engine_ext.lo dnl
59 ssl_engine_init.lo dnl
60 ssl_engine_io.lo dnl
61 ssl_engine_kernel.lo dnl
62 ssl_engine_log.lo dnl
63 ssl_engine_mutex.lo dnl
64 ssl_engine_pphrase.lo dnl
65 ssl_engine_rand.lo dnl
66 ssl_engine_vars.lo dnl
67 ssl_expr.lo dnl
68 ssl_expr_eval.lo dnl
69 ssl_expr_parse.lo dnl
70 ssl_expr_scan.lo dnl
71 ssl_scache.lo dnl
72 ssl_scache_dbm.lo dnl
73 ssl_scache_shmcb.lo dnl
74 ssl_scache_shmht.lo dnl
75 ssl_util.lo dnl
76 ssl_util_ssl.lo dnl
77 ssl_util_table.lo dnl
78 "
79 dnl #  hook module into the Autoconf mechanism (--enable-ssl option)
80 APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], $ssl_objs, , no, [
81     APACHE_CHECK_SSL_TOOLKIT
82 ])
83
84 dnl #  end of module specific part
85 APACHE_MODPATH_FINISH
86