summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2008-12-03 20:29:23 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2008-12-03 20:29:23 (GMT)
commit7c5468f27f846eeb7eccdddb7641445c4a9302cd (patch)
tree634556a78b126568d8cc1988b157ec583c93abf7 /vms
parent181b5fc3e83b4d5df93470ea987c75c084b68e2c (diff)
downloadhdf5-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.h4
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 */