build-modules-c.awk revision c2549f0b237ac86f3623a601a766969d805dbc2a
6de8046f8f7e07cd83895a528df25d977e502c76nd# Copyright 1999-2004 The Apache Software Foundation
240b85022b73af58a6d971cd3d05d54037d8f682nd# Licensed under the Apache License, Version 2.0 (the "License");
240b85022b73af58a6d971cd3d05d54037d8f682nd# you may not use this file except in compliance with the License.
240b85022b73af58a6d971cd3d05d54037d8f682nd# 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])