From 7c5468f27f846eeb7eccdddb7641445c4a9302cd Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 3 Dec 2008 15:29:23 -0500 Subject: [svn-r16155] Update - undefine H5_HAVE_STAT64 and H5_HAVE_FSTAT64 --- vms/src/h5pubconf.h | 4 ++-- 1 file 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 */ -- cgit v0.12