commit 24fd9a039e6db86f5eec88c1caf3dce352e71a01
parent d5276ef333abdebef7eaf63bf372f66256e46010
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 19 Jun 2017 23:31:00 +0300
configure.ac: removed outdated comment
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -331,10 +331,6 @@ netbsd*)
AC_MSG_RESULT([[$mhd_host_os]])
AC_MSG_WARN([Unrecognised OS $host_os])
AC_DEFINE_UNQUOTED(OTHEROS,1,[Some strange OS])
-# You might want to find out if your OS supports shutdown on listen sockets,
-# and extend the switch statement; if we do not have 'HAVE_LISTEN_SHUTDOWN',
-# pipes are used instead to signal 'select'.
-# AC_DEFINE_UNQUOTED(HAVE_LISTEN_SHUTDOWN,1,[can use shutdown on listen sockets])
;;
esac