diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index daf7d0d..7aedf82 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -129,6 +129,9 @@ /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK +/* Define if we have F2003 compiler */ +#undef HAVE_FORTRAN_2003 + /* Define to 1 if you have the `frexpf' function. */ #undef HAVE_FREXPF |