From: Paul Querna Date: Wed, 4 May 2005 16:02:44 +0000 (+0000) Subject: The SPMT_OS2_MPM doesn't exist. The warning is also wrong, since both winnt and... X-Git-Tag: 2.1.5~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f193f8538377db0e236db086175b58f9e05189a;p=thirdparty%2Fapache%2Fhttpd.git The SPMT_OS2_MPM doesn't exist. The warning is also wrong, since both winnt and prefork MPMs call this function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168139 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_listen.h b/include/ap_listen.h index 312e87fb63b..7f456c569d5 100644 --- a/include/ap_listen.h +++ b/include/ap_listen.h @@ -65,17 +65,14 @@ AP_DECLARE_DATA extern ap_listen_rec *ap_listeners; * Setup all of the defaults for the listener list */ AP_DECLARE(void) ap_listen_pre_config(void); -#if !defined(SPMT_OS2_MPM) + /** * Loop through the global ap_listen_rec list and create all of the required * sockets. This executes the listen and bind on the sockets. * @param s The global server_rec * @return The number of open sockets. - * @warning This function is not available to Windows platforms, or the - * Prefork or SPMT_OS2 MPMs. */ AP_DECLARE(int) ap_setup_listeners(server_rec *s); -#endif /* Although these functions are exported from libmain, they are not really * public functions. These functions are actually called while parsing the