diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2008-12-03 20:29:23 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2008-12-03 20:29:23 (GMT) |
commit | 7c5468f27f846eeb7eccdddb7641445c4a9302cd (patch) | |
tree | 634556a78b126568d8cc1988b157ec583c93abf7 /vms | |
parent | 181b5fc3e83b4d5df93470ea987c75c084b68e2c (diff) | |
download | hdf5-7c5468f27f846eeb7eccdddb7641445c4a9302cd.zip hdf5-7c5468f27f846eeb7eccdddb7641445c4a9302cd.tar.gz hdf5-7c5468f27f846eeb7eccdddb7641445c4a9302cd.tar.bz2 |
[svn-r16155] Update - undefine H5_HAVE_STAT64 and H5_HAVE_FSTAT64
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 74bb0f1..f66add1 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -115,7 +115,7 @@ #define H5_HAVE_FSEEKO 1 /* Define to 1 if you have the `fstat64' function. */ -#define H5_HAVE_FSTAT64 1 +/* #define H5_HAVE_FSTAT64 1 */ /* Define to 1 if you have the `ftello' function. */ #define H5_HAVE_FTELLO 1 @@ -260,7 +260,7 @@ #define H5_HAVE_SRANDOM 1 /* Define to 1 if you have the `stat64' function. */ -#define H5_HAVE_STAT64 1 +/* #define H5_HAVE_STAT64 1 */ /* Define if `struct stat' has the `st_blocks' field */ /* #define H5_HAVE_STAT_ST_BLOCKS 1 */ |