Skip to content

Commit

Permalink
more values in meta file
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Mar 29, 2024
1 parent bb1911d commit c392d85
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions wgrib2/wgrib2_meta.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@
#ifndef _WGRIB2_META_H
#define _WGRIB2_META_H

#cmakedefine USE_NETCDF3
#cmakedefine USE_NETCDF4
#cmakedefine USE_HDF5
#cmakedefine USE_REGEX
#cmakedefine USE_TIGGE
#cmakedefine USE_MYSQL
#define USE_IPOLATES @USE_IPOLATES@
#cmakedefine USE_UDF
#cmakedefine USE_OPENMP
#cmakedefine USE_PROJ4
#cmakedefine USE_WMO_VALIDATION
#cmakedefine DISABLE_TIMEZONE
#cmakedefine DISABLE_ALARM
#cmakedefine USE_NAMES NCEP
#cmakedefine USE_G2CLIB
#cmakedefine USE_PNG
#cmakedefine USE_JASPER
#cmakedefine USE_OPENJPEG
#cmakedefine MAKE_FTN_API
#cmakedefine USE_AEC

#define WGRIB2_VERSION "@CMAKE_PROJECT_VERSION@"
#define BUILD_COMMENTS "@BUILD_COMMENTS@"
#define CC "@CMAKE_C_COMPILER@ @CMAKE_C_COMPILER_ID@"
Expand Down

0 comments on commit c392d85

Please sign in to comment.