diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index eb59a6d..4be13d1 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -36,9 +36,6 @@ /* 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 @@ -340,6 +337,9 @@ /* Define if your system has a working `malloc' function. */ #undef MALLOC_WORKS +/* Define if shared writing must be disabled (CodeWarrior only) */ +#undef NO_SHARED_WRITING + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT |