aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-25 17:58:17 +0100
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-25 17:58:17 +0100
commita5267b29333fe0fae902f5817b3d743a1b6ec4b7 (patch)
treee2ca96935472ad97ddc73ec19fdbc7d64e29e670
parentdcd8ea98694d3087d1af9f7a11570b73c7d1c249 (diff)
downloadlibmicrohttpd-a5267b29333fe0fae902f5817b3d743a1b6ec4b7.tar.gz
libmicrohttpd-a5267b29333fe0fae902f5817b3d743a1b6ec4b7.zip
mhd_shutdown_socket_trigger.m4: fixed preprocessor conditional
-rw-r--r--m4/mhd_shutdown_socket_trigger.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/mhd_shutdown_socket_trigger.m4 b/m4/mhd_shutdown_socket_trigger.m4
index d33c4b18..5f3bbb4f 100644
--- a/m4/mhd_shutdown_socket_trigger.m4
+++ b/m4/mhd_shutdown_socket_trigger.m4
@@ -18,7 +18,7 @@
18# and this notice are preserved. This file is offered as-is, without any 18# and this notice are preserved. This file is offered as-is, without any
19# warranty. 19# warranty.
20 20
21#serial 5 21#serial 6
22 22
23AC_DEFUN([MHD_CHECK_SOCKET_SHUTDOWN_TRIGGER],[dnl 23AC_DEFUN([MHD_CHECK_SOCKET_SHUTDOWN_TRIGGER],[dnl
24 AC_PREREQ([2.64])dnl 24 AC_PREREQ([2.64])dnl
@@ -121,7 +121,7 @@ AC_DEFUN([_MHD_RUN_CHECK_SOCKET_SHUTDOWN_TRIGGER],[dnl
121 121
122#include <pthread.h> 122#include <pthread.h>
123 123
124 #ifndef SHUT_RD 124#ifndef SHUT_RD
125# define SHUT_RD 0 125# define SHUT_RD 0
126#endif 126#endif
127#ifndef SHUT_WR 127#ifndef SHUT_WR