diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-17 14:23:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-17 14:23:02 (GMT) |
commit | e54ede09769b614f82c70236e17a542d674f9724 (patch) | |
tree | fa01fcf55e42cbf4d56b3a6e7c65e6540d0c6332 /windows/src | |
parent | ebd388882bc49e77234580e1efd0a77e6bed3171 (diff) | |
download | hdf5-e54ede09769b614f82c70236e17a542d674f9724.zip hdf5-e54ede09769b614f82c70236e17a542d674f9724.tar.gz hdf5-e54ede09769b614f82c70236e17a542d674f9724.tar.bz2 |
[svn-r20265] Cleanup due to project file syncing with 1.8 branch
Diffstat (limited to 'windows/src')
-rwxr-xr-x | windows/src/H5pubconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 0a6ce30..5742a9a 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -54,6 +54,10 @@ /* As FC_FUNC, but for C identifiers containing underscores. */ #define H5_FC_FUNC_(name,NAME) NAME +/* LAHEY compiler for C identifiers containing underscores. */ +/* #define H5_FC_FUNC(name,NAME) name ## _ */ +/* #define H5_FC_FUNC_(name,NAME) name ## _ */ + /* Define if your system can handle overflow converting floating-point to integer values. */ #define H5_FP_TO_INTEGER_OVERFLOW_WORKS 1 @@ -108,6 +112,7 @@ /* #undef H5_HAVE_FEATURES_H */ /* Define if support for deflate (zlib) filter is enabled */ +#define H5_HAVE_FILTER_DEFLATE 1 /* Define if support for Fletcher32 checksum is enabled */ #define H5_HAVE_FILTER_FLETCHER32 1 |