mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
ifdef around HDF5
This commit is contained in:
parent
e768f1716b
commit
ea5fa5d8b3
@ -27,10 +27,9 @@
|
||||
#ifdef ENABLE_BYTERANGE
|
||||
#include "nchttp.h"
|
||||
#endif
|
||||
|
||||
#ifdef USE_NETCDF4
|
||||
#include "hdf5.h"
|
||||
#endif
|
||||
#ifdef USE_HDF5
|
||||
#include <hdf5.h>
|
||||
#endif /* USE_HDF5 */
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user