From 90a10efb5cb1f1482238516f3c8c5b50a0063aa3 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Sat, 18 Mar 2006 11:48:41 -0500 Subject: [svn-r12120] Purpose: Maintenance Description: VMS stat structure doesn't have st_blocks filed. H5_HAVE_STAT_ST_BLOCKS was defined in h5pubconf.h and therefore compilation of big.c failed on VMS. Solution: Undefined H5_HAVE_STAT_ST_BLOCKS in h5pubconf.h Platforms tested: VMS server (change is local to VMS only) Misc. update: --- vms/src/h5pubconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index c80f460..c04d334 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -231,7 +231,7 @@ #define H5_HAVE_SRANDOM 1 /* Define if `struct stat' has the `st_blocks' field */ -#define H5_HAVE_STAT_ST_BLOCKS 1 +/* #undef H5_HAVE_STAT_ST_BLOCKS */ /* Define to 1 if you have the header file. */ #define H5_HAVE_STDDEF_H 1 -- cgit v0.12