summaryrefslogtreecommitdiff
path: root/include/ap_listen.h
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-05-04 16:02:44 +0000
committerPaul Querna <pquerna@apache.org>2005-05-04 16:02:44 +0000
commit8f193f8538377db0e236db086175b58f9e05189a (patch)
tree2801a1b46e9258d99ef560815128fbe8c2c56b22 /include/ap_listen.h
parent23ea0cd2c01c56f8ccc6f1109a993e5736287ae9 (diff)
downloadhttpd-8f193f8538377db0e236db086175b58f9e05189a.tar.gz
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
Diffstat (limited to 'include/ap_listen.h')
-rw-r--r--include/ap_listen.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ap_listen.h b/include/ap_listen.h
index 312e87fb63..7f456c569d 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