commit 0320b1739262f08f5f744f1584d41c7700d366cb
parent 9bba474f7ba716ec546cc9740148562447f7d267
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sat, 25 Jun 2016 12:01:54 +0000
configure.ac: use shutdown to trigger select on NetBSD (tested)
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,6 @@
+Sat Jun 25 13:49:31 CEST 2016
+ Use shutdown to trigger select on NetBSD. -EG
+
Thu Jun 2 09:55:50 CEST 2016
Releasing libmicrohttpd 0.9.50. -CG
diff --git a/configure.ac b/configure.ac
@@ -167,6 +167,7 @@ netbsd*)
AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system])
AC_DEFINE_UNQUOTED(NETBSD,1,[This is a NetBSD system])
mhd_host_os='NetBSD'
+ shutdown_trig_select='yes'
AC_MSG_RESULT([[$mhd_host_os]])
;;
*solaris*)