From: William A. Rowe Jr Date: Thu, 9 Nov 2000 15:00:21 +0000 (+0000) Subject: Return buff.h to the winnt mpm till Bill (or I, if I must) remove the X-Git-Tag: APACHE_2_0_ALPHA_8~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09eca4b9e962330f2fbce3d43cf99906fc3d104;p=thirdparty%2Fapache%2Fhttpd.git Return buff.h to the winnt mpm till Bill (or I, if I must) remove the acceptex style contexts into apr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86889 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ApacheCore.def b/ApacheCore.def index cda03a93390..10d55584e3e 100644 --- a/ApacheCore.def +++ b/ApacheCore.def @@ -83,7 +83,7 @@ EXPORTS ap_die @76 ap_discard_request_body @77 ap_document_root @78 - ap_each_byterange @79 + ap_error_log2stderr @80 ap_escape_html @81 ap_escape_path_segment @82 @@ -225,7 +225,7 @@ EXPORTS ap_send_size @219 ap_server_root_relative @220 - ap_set_byterange @221 + ap_set_content_length @222 ap_set_etag @223 ap_set_keepalive @224 diff --git a/libhttpd.def b/libhttpd.def index cda03a93390..10d55584e3e 100644 --- a/libhttpd.def +++ b/libhttpd.def @@ -83,7 +83,7 @@ EXPORTS ap_die @76 ap_discard_request_body @77 ap_document_root @78 - ap_each_byterange @79 + ap_error_log2stderr @80 ap_escape_html @81 ap_escape_path_segment @82 @@ -225,7 +225,7 @@ EXPORTS ap_send_size @219 ap_server_root_relative @220 - ap_set_byterange @221 + ap_set_content_length @222 ap_set_etag @223 ap_set_keepalive @224 diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h index 8f9d1eb7413..8603ce52d46 100644 --- a/server/mpm/winnt/mpm_winnt.h +++ b/server/mpm/winnt/mpm_winnt.h @@ -61,6 +61,10 @@ #include "ap_listen.h" +/* Till we are freed in the mpm_winnt */ + +#include "buff.h" + /* From registry.c: */ apr_status_t ap_registry_create_key(const char *key);