]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* build/build-modules-c.awk: Add AP_DECLARE_DATA to ap_prelinked_modules,
authorIvan Zhakov <ivan@apache.org>
Sat, 20 Jul 2024 13:36:20 +0000 (13:36 +0000)
committerIvan Zhakov <ivan@apache.org>
Sat, 20 Jul 2024 13:36:20 +0000 (13:36 +0000)
commita047de204a6e59694196c31ea1c8908654803d83
tree122bf00635626b3e2a3a82887a432c6f861e0139
parent6068da7f3e8b24791ec022c83de3454f94e38d69
* build/build-modules-c.awk: Add AP_DECLARE_DATA to ap_prelinked_modules,
  ap_prelinked_modules_symbols and ap_preloaded_modules to match declaration
  in ap_config.h. It doesn't change behavior because AP_DECLARE_DATA is
  empty on non-Windows platform.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919403 13f79535-47bb-0310-9956-ffa450edef68
build/build-modules-c.awk