gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / web / apache24 / Solaris / loadmodules.sed
blob3d1936f79a826f8f2453cb614069d74abd93fdf0
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
25 /LoadModule auth_gss_module/d
26 /LoadModule ssl_fips_module/d
27 /LoadModule mpm_event_module /i\
28 <IfDefine prefork>\
29 LoadModule mpm_prefork_module libexec/mod_mpm_prefork.so\
30 </IfDefine>\
31 <IfDefine worker>\
32 LoadModule mpm_worker_module libexec/mod_mpm_worker.so\
33 </IfDefine>\
34 <IfDefine !prefork>\
35 <IfDefine !worker>
36 /LoadModule mpm_event_module /a\
37 </IfDefine>\
38 </IfDefine>
39 /#LoadModule cgi_module /i\
40 <IfDefine prefork>
41 /#LoadModule cgi_module /a\
42 </IfDefine>
43 /#LoadModule cgid_module /i\
44 <IfDefine !prefork>
45 /#LoadModule cgid_module /a\
46 </IfDefine>