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 06e1972..8039303 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -604,6 +604,9 @@ floating-point values. */ #undef ULONG_TO_FP_BOTTOM_BIT_ACCURATE +/* Define using v1.6 public API symbols by default */ +#undef USE_16_API + /* Define if a memory checking tool will be used on the library, to cause library to be very picky about memory operations and also disable the internal free list manager code. */ |