Skip to content

Commit

Permalink
added new feature settings to pio_meta.h
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 30, 2020
1 parent 0900126 commit 0ff7f7b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/clib/pio_meta.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
#define PIO_VERSION_PATCH @PIO_VERSION_PATCH@ /*!< pio-c patch version. */
#define PIO_VERSION "@PACKAGE_VERSION@"

#define PIO_HAS_SZIP_WRITE @PIO_HAS_SZIP_WRITE@ /*!< szip write support */
#define PIO_HAS_PNETCDF @PIO_HAS_PNETCDF@ /*!< PnetCDF support. */
#define PIO_HAS_PAR_FILTERS @PIO_HAS_PAR_FILTERS@ /* NetCDF supports parallel I/O with filters. */
#define PIO_HAS_SZIP_WRITE @PIO_HAS_SZIP_WRITE@ /*!< szip write support */
#define PIO_HAS_PNETCDF @PIO_HAS_PNETCDF@ /*!< PnetCDF support. */
#define PIO_HAS_PAR_FILTERS @PIO_HAS_PAR_FILTERS@ /*!< NetCDF supports parallel I/O with filters. */
#define PIO_HAS_NETCDF4 @PIO_HAS_NETCDF4@ /*!< NetCDF-4 supported. */
#define PIO_HAS_NETCDF4_PAR @PIO_HAS_NETCDF4_PAR@ /*!< NetCDF-4 parallel I/O supported. */

#endif

0 comments on commit 0ff7f7b

Please sign in to comment.