cve-2024-38477/httpd-2.4.59/server/mpm/winnt/config.m4
2025-06-05 15:09:30 +02:00

11 lines
214 B
Plaintext

AC_MSG_CHECKING(if WinNT MPM supports this platform)
case $host in
*mingw32*)
AC_MSG_RESULT(yes)
APACHE_MPM_SUPPORTED(winnt, no, yes)
;;
*)
AC_MSG_RESULT(no)
;;
esac