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 8ecf855..70b1925 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -53,6 +53,9 @@ /* Width for printf() for type `long long' or `__int64', us. `ll' */ #undef PRINTF_LL_WIDTH +/* Define if `malloc(0)' returns a non-NULL pointer value*/ +#undef MALLOC_WORKS + /* Define if `tm_gmtoff' is a member of `struct tm' */ #undef HAVE_TM_GMTOFF |