Commits
dmh committed 31d15ec5329
re: NCF-317 If the netCDF-C library is built with the HDF5 library but without the HDF4 library and one attempts to open an HDF4 file, an abort occurs rather than returning a proper error code (NC_ENOTNC). Fix is to modify dfile.c#NC_check_file_type to properly #ifdef relevant tests.