Commits
clee83 committed 2ab6e45915a
Do not use macros defined only if HDF4 is built with netCDF interface. Two macros MAX_VAR_DIMS and MAX_NC_NAME define by HDF4 have been used. It turned out that these are defined by HDF4 only when netCDF interface is enabled. Since H4H5TOOLS does not need netCDF interface, I changed H4H5TOOLS not to use those macros. MAX_VAR_DIMS -> H4_MAX_VAR_DIMS MAX_NC_NAME -> FIELDNAMELENMAX Related bug: http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=1218