db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# Licensed to the Apache Software Foundation (ASF) under one or more
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# contributor license agreements. See the NOTICE file distributed with
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# this work for additional information regarding copyright ownership.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# The ASF licenses this file to You under the Apache License, Version 2.0
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# (the "License"); you may not use this file except in compliance with
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# the License. You may obtain a copy of the License at
240b85022b73af58a6d971cd3d05d54037d8f682nd# Unless required by applicable law or agreed to in writing, software
240b85022b73af58a6d971cd3d05d54037d8f682nd# distributed under the License is distributed on an "AS IS" BASIS,
240b85022b73af58a6d971cd3d05d54037d8f682nd# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
240b85022b73af58a6d971cd3d05d54037d8f682nd# See the License for the specific language governing permissions and
240b85022b73af58a6d971cd3d05d54037d8f682nd# limitations under the License.
06b6cb227bb560084b5f87b30fa0023440abf369manoj print " * modules.c --- automatically generated by Apache"
06b6cb227bb560084b5f87b30fa0023440abf369manoj print " * configuration script. DO NOT HAND EDIT!!!!!"
06b6cb227bb560084b5f87b30fa0023440abf369manoj print " * initially linked into the Apache processing"
c2549f0b237ac86f3623a601a766969d805dbc2and print " * We need the symbols as strings for <IfModule> containers"
c2549f0b237ac86f3623a601a766969d805dbc2and print "ap_module_symbol_t ap_prelinked_module_symbols[] = {"
c2549f0b237ac86f3623a601a766969d805dbc2and printf (" {\"%s_module\", &%s_module},\n", modules[i], modules[i])