diff options
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index d7c5ceb..74cf35c 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -606,6 +606,9 @@ /* Define if you have __mingw_snprintf. */ #undef HAVE_MINGW_SNPRINTF +/* Define to 1 if you have the `mkostemp' function. */ +#undef HAVE_MKOSTEMP + /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP |