Skip to content

Commit

Permalink
revert autotools files
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Oct 22, 2024
1 parent 766fa09 commit 2f1e531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/H5build_settings.autotools.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const char H5build_settings[]=
" Threads: @THREADS@\n"
" Threadsafety: @THREADSAFE@\n"
" Default API mapping: @DEFAULT_API_VERSION@\n"
" With deprecated public symbols:HDF5_DEFAULT_API_VERSIONS@\n"
" With deprecated public symbols: @DEPRECATED_SYMBOLS@\n"
" I/O filters (external): @EXTERNAL_FILTERS@\n"
" _Float16 support: @HAVE__FLOAT16@\n"
" Map (H5M) API: @MAP_API@\n"
Expand Down
2 changes: 1 addition & 1 deletion src/libhdf5.settings.autotools.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Dimension scales w/ new references: @DIMENSION_SCALES_WITH_NEW_REF@
Threads: @THREADS@
Threadsafety: @THREADSAFE@
Default API mapping: @DEFAULT_API_VERSION@
With deprecated public symbols:HDF5_DEFAULT_API_VERSIONS@
With deprecated public symbols: @DEPRECATED_SYMBOLS@
I/O filters (external): @EXTERNAL_FILTERS@
_Float16 support: @HAVE__FLOAT16@
Map (H5M) API: @MAP_API@
Expand Down

0 comments on commit 2f1e531

Please sign in to comment.