Merge branch 'patch-8' of https://github.com/gsjaardema/netcdf-c into gspatch8

This commit is contained in:
Ward Fisher 2016-02-17 12:40:20 -07:00
commit ecc635014c

View File

@ -47,6 +47,6 @@
#define NC_HAS_MMAP @NC_HAS_MMAP@ /*!< mmap support. */
#define NC_HAS_JNA @NC_HAS_JNA@ /*!< jna support. */
#define NC_HAS_PNETCDF @NC_HAS_PNETCDF@ /*!< pnetcdf support. */
#define NC_HAS_PARALLEL @NC_HAS_PARALLEL@ /*!< parallel IO support via hdf5. */
#define NC_HAS_PARALLEL @NC_HAS_PARALLEL@ /*!< parallel IO support via hdf5 and/or pnetcdf. */
#endif