libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit a5267b29333fe0fae902f5817b3d743a1b6ec4b7
parent dcd8ea98694d3087d1af9f7a11570b73c7d1c249
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat, 25 Mar 2023 17:58:17 +0100

mhd_shutdown_socket_trigger.m4: fixed preprocessor conditional

Diffstat:
Mm4/mhd_shutdown_socket_trigger.m4 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/mhd_shutdown_socket_trigger.m4 b/m4/mhd_shutdown_socket_trigger.m4 @@ -18,7 +18,7 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 5 +#serial 6 AC_DEFUN([MHD_CHECK_SOCKET_SHUTDOWN_TRIGGER],[dnl AC_PREREQ([2.64])dnl @@ -121,7 +121,7 @@ AC_DEFUN([_MHD_RUN_CHECK_SOCKET_SHUTDOWN_TRIGGER],[dnl #include <pthread.h> - #ifndef SHUT_RD +#ifndef SHUT_RD # define SHUT_RD 0 #endif #ifndef SHUT_WR