X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=build%2Fbuild-modules-c.awk;h=68fd83bbe240f0a4ee3e53ddbdf5a83f3b0ea0c9;hb=2bf5aaee00c741b883bb763cb687388645666dba;hp=fda31c28604ec0c751e4ed9e340e5951682396e3;hpb=7accf16eed5269fd6085d1b5ccf4a2739b73b0cd;p=apache diff --git a/build/build-modules-c.awk b/build/build-modules-c.awk index fda31c2860..68fd83bbe2 100644 --- a/build/build-modules-c.awk +++ b/build/build-modules-c.awk @@ -1,8 +1,9 @@ -# Copyright 1999-2004 The Apache Software Foundation -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # @@ -13,6 +14,7 @@ # limitations under the License. BEGIN { RS = " " + # the core module must come first modules[n++] = "core" pmodules[pn++] = "core" } @@ -32,7 +34,6 @@ END { print "" print "#include \"ap_config.h\"" print "#include \"httpd.h\"" - print "#define CORE_PRIVATE" print "#include \"http_config.h\"" print "" for (i = 0; i < pn; ++i) {