diff options
author | Ryan Bloom <rbb@apache.org> | 2000-10-30 23:08:27 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-10-30 23:08:27 +0000 |
commit | 511d2c481ca85bf5ca22967139d0fbe1db86c9db (patch) | |
tree | 4e1e896f7d2d1ee1baba95f2ae9e005f5c2e6c18 /include | |
parent | 8e02713b49826617e00cdd6d7c85d966204bc98c (diff) | |
download | httpd-511d2c481ca85bf5ca22967139d0fbe1db86c9db.tar.gz |
This is an ugly little hack to allow DSO modules to work. This basically
forces Apache to link in all of the APR functions whether they are used
by any static modules or not.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86770 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/http_main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/http_main.h b/include/http_main.h index ce07f4914d..33f9f486af 100644 --- a/include/http_main.h +++ b/include/http_main.h @@ -89,6 +89,8 @@ extern AP_DECLARE_DATA apr_array_header_t *ap_server_post_read_config; * effect the server based on command line options */ extern AP_DECLARE_DATA apr_array_header_t *ap_server_config_defines; +extern void *ap_ugly_hack; + #ifdef __cplusplus } #endif |