aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 32930a6f..b2420ca8 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -7409,7 +7409,7 @@ process_interim_params (struct MHD_Daemon *d,
7409 { 7409 {
7410 (void) 0; /* Use MHD-created socket */ 7410 (void) 0; /* Use MHD-created socket */
7411 } 7411 }
7412#ifdef MHD_POSIX_SOCKETS 7412#ifdef HAS_SIGNED_SOCKET
7413 else if (0 > params->listen_fd) 7413 else if (0 > params->listen_fd)
7414 { 7414 {
7415#ifdef HAVE_MESSAGES 7415#ifdef HAVE_MESSAGES
@@ -7419,7 +7419,7 @@ process_interim_params (struct MHD_Daemon *d,
7419#endif /* HAVE_MESSAGES */ 7419#endif /* HAVE_MESSAGES */
7420 return false; 7420 return false;
7421 } 7421 }
7422#endif /* MHD_POSIX_SOCKETS */ 7422#endif /* HAS_SIGNED_SOCKET */
7423 else if (0 != (d->options & MHD_USE_NO_LISTEN_SOCKET)) 7423 else if (0 != (d->options & MHD_USE_NO_LISTEN_SOCKET))
7424 { 7424 {
7425#ifdef HAVE_MESSAGES 7425#ifdef HAVE_MESSAGES