diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2008-11-24 22:46:51 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2008-11-24 22:46:51 (GMT) |
commit | 3fc7f73c8dd9c7a12a5feb260ddd5420cdb22a23 (patch) | |
tree | 0481d0c49aeef72914868deaf3db35cf90b398ef /vms | |
parent | 5fd91ff96209876a9e876540c6b59e25cb768168 (diff) | |
download | hdf5-3fc7f73c8dd9c7a12a5feb260ddd5420cdb22a23.zip hdf5-3fc7f73c8dd9c7a12a5feb260ddd5420cdb22a23.tar.gz hdf5-3fc7f73c8dd9c7a12a5feb260ddd5420cdb22a23.tar.bz2 |
[svn-r16131] Updated it.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index e11d3a1..519b313 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -79,7 +79,7 @@ /* #undef H5_HAVE_DMALLOC_H */ /* Define to 1 if you have the <features.h> header file. */ -#define H5_HAVE_FEATURES_H 1 +/* #define H5_HAVE_FEATURES_H 1 */ /* Define if support for deflate (zlib) filter is enabled */ #define H5_HAVE_FILTER_DEFLATE 1 @@ -124,7 +124,7 @@ #define H5_HAVE_FTRUNCATE64 1 /* Define if the compiler understand the __FUNCTION__ keyword */ -#define H5_HAVE_FUNCTION 1 +/* #define H5_HAVE_FUNCTION 1 */ /* Define to 1 if you have the `GetConsoleScreenBufferInfo' function. */ /* #undef H5_HAVE_GETCONSOLESCREENBUFFERINFO */ @@ -206,7 +206,7 @@ #define H5_HAVE_LONGJMP 1 /* Define to 1 if you have the `lseek64' function. */ -#define H5_HAVE_LSEEK64 1 +/* #define H5_HAVE_LSEEK64 1 */ /* Define to 1 if you have the <memory.h> header file. */ #define H5_HAVE_MEMORY_H 1 @@ -269,7 +269,7 @@ #define H5_HAVE_STDDEF_H 1 /* Define to 1 if you have the <stdint.h> header file. */ -#define H5_HAVE_STDINT_H 1 +/* #define H5_HAVE_STDINT_H 1 */ /* Define to 1 if you have the <stdlib.h> header file. */ #define H5_HAVE_STDLIB_H 1 |