diff options
author | Allan K. Edwards <ake@apache.org> | 2000-04-05 21:01:07 +0000 |
---|---|---|
committer | Allan K. Edwards <ake@apache.org> | 2000-04-05 21:01:07 +0000 |
commit | 4360cc7435cae4d38bc085bbddf75f6341e4065b (patch) | |
tree | e01980e8aece1af0f5fc1c0aee53f8968540c972 /libhttpd.def | |
parent | 33a43f635075754f296ca9d658b60024737bbe8e (diff) | |
download | httpd-4360cc7435cae4d38bc085bbddf75f6341e4065b.tar.gz |
Get mod_rewrite building and running, and mod_status building for Win NT
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.def')
-rw-r--r-- | libhttpd.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhttpd.def b/libhttpd.def index df8104726b..a3427bc0ae 100644 --- a/libhttpd.def +++ b/libhttpd.def @@ -394,3 +394,6 @@ EXPORTS ap_hook_post_config @389 ap_hook_open_logs @390 ap_hook_child_init @391 + ap_get_status_table @392 + ap_run_default_port @393 + ap_run_http_method @394 |