diff options
Diffstat (limited to 'src/H5config.h.in')
-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 45d725d..083f2ee 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -36,6 +36,9 @@ /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK +/* Define if we want flexible parallel HDF5 support */ +#undef HAVE_FPHDF5 + /* Define to 1 if you have the `fseek64' function. */ #undef HAVE_FSEEK64 |