]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The SPMT_OS2_MPM doesn't exist. The warning is also wrong, since both winnt and...
authorPaul Querna <pquerna@apache.org>
Wed, 4 May 2005 16:02:44 +0000 (16:02 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 4 May 2005 16:02:44 +0000 (16:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168139 13f79535-47bb-0310-9956-ffa450edef68

include/ap_listen.h

index 312e87fb63b370d145a6c835358bd6850a55d81d..7f456c569d540a63bf95f374486140b670316140 100644 (file)
@@ -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