aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2012-01-20 12:32:52 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2012-01-20 12:32:52 +0100
commit8ecd1c0da4b4d4a18ababc8dba2a33d618c81070 (patch)
treecf12a1b371d25420960613debb68d065507c18d8 /libgfortran/config.h.in
parentf69ce7cf490b1e8347d0cb700e2f2cb5fbda6633 (diff)
re PR libfortran/51899 (libgfortran's chmod.c fails to build on MinGW)
2012-01-20 Tobias Burnus <burnus@net-b.de> PR libgfortran/51899 * configure.ac: Check whether umask is available. * intrinsics/chmod.c (chmod_func): Make compile with MinGW. * configure: Regenerate. * config.h.in: Regenerate. From-SVN: r183335
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index 3bba6e6dfc5..373930935a7 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -783,6 +783,9 @@
/* Define to 1 if the system has the type `uintptr_t'. */
#undef HAVE_UINTPTR_T
+/* Define to 1 if you have the `umask' function. */
+#undef HAVE_UMASK
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H