summaryrefslogtreecommitdiff
path: root/m4/mprotect.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mprotect.m4')
-rw-r--r--m4/mprotect.m49
1 files changed, 5 insertions, 4 deletions
diff --git a/m4/mprotect.m4 b/m4/mprotect.m4
index 13e27e2fd2..536f2ad094 100644
--- a/m4/mprotect.m4
+++ b/m4/mprotect.m4
@@ -1,5 +1,6 @@
-# mprotect.m4 serial 1
-dnl Copyright (C) 1993-2021 Free Software Foundation, Inc.
+# mprotect.m4
+# serial 3
+dnl Copyright (C) 1993-2024 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License as published by the Free Software Foundation;
dnl either version 2 of the License, or (at your option) any later version.
@@ -141,10 +142,10 @@ AC_DEFUN([gl_FUNC_MPROTECT_WORKS],
dnl Guess yes on Linux systems, glibc systems,
dnl macOS, BSD systems, AIX, HP-UX, IRIX, Solaris, Cygwin.
linux-* | linux | *-gnu* | gnu* | \
- darwin* | freebsd* | dragonfly* | netbsd* | openbsd* | \
+ darwin* | freebsd* | dragonfly* | midnightbsd* | netbsd* | openbsd* | \
aix* | hpux* | irix* | solaris* | cygwin*)
gl_cv_func_mprotect_works="guessing yes" ;;
- mingw*)
+ mingw* | windows*)
gl_cv_func_mprotect_works="guessing no" ;;
*)
dnl If we don't know, obey --enable-cross-guesses.

Return to:

Send suggestions and report system problems to the System administrator.