]> granicus.if.org Git - apache/commit
Force all Apache functions to be linked into the executable, whether they
authorRyan Bloom <rbb@apache.org>
Tue, 19 Dec 2000 17:05:48 +0000 (17:05 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 19 Dec 2000 17:05:48 +0000 (17:05 +0000)
commitb5440c348ae9b750b2fa936868f979e9022cf52b
treec5c23fc8a0bfe3547f08a8ce208ac4d10fd9ff67
parentb22291af269fcce78bc9f44a842ea7a867aef103
Force all Apache functions to be linked into the executable, whether they
are used or not.  This uses the same mechanism that is used for APR
and APR-util.  This may not be the correct solution, but it works, and that
is what I really care about.  This also renames CHARSET_EBCDIC to
AP_CHARSET_EBCDIC.  This is for namespace correctness, but it also makes
the exports script a bit easier.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87424 13f79535-47bb-0310-9956-ffa450edef68
25 files changed:
CHANGES
Makefile.in
acinclude.m4
build/buildexports.awk
build/buildexports.sh
include/ap_config.h
include/ap_listen.h
include/http_config.h
include/httpd.h
include/util_ebcdic.h
modules/experimental/mod_charset_lite.c
modules/filters/mod_include.h
modules/proxy/mod_proxy.h
modules/proxy/proxy_ftp.c
modules/proxy/proxy_util.c
os/bs2000/ebcdic.c
os/tpf/ebcdic.c
server/Makefile.in
server/main.c
server/util.c
server/util_ebcdic.c
server/util_md5.c
server/util_script.c
support/htdigest.c
support/htpasswd.c