aboutsummaryrefslogtreecommitdiff
path: root/m4/mhd_shutdown_socket_trigger.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mhd_shutdown_socket_trigger.m4')
-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