summaryrefslogtreecommitdiffstats
path: root/vms/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-03-18 16:48:41 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-03-18 16:48:41 (GMT)
commit90a10efb5cb1f1482238516f3c8c5b50a0063aa3 (patch)
tree0941a1c917482046cf466a523e296d7ad47782e7 /vms/src
parent438b30798c3b520e4c379381b1c4f6a9e798377a (diff)
downloadhdf5-90a10efb5cb1f1482238516f3c8c5b50a0063aa3.zip
hdf5-90a10efb5cb1f1482238516f3c8c5b50a0063aa3.tar.gz
hdf5-90a10efb5cb1f1482238516f3c8c5b50a0063aa3.tar.bz2
[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:
Diffstat (limited to 'vms/src')
-rw-r--r--vms/src/h5pubconf.h2
1 files changed, 1 insertions, 1 deletions
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 <stddef.h> header file. */
#define H5_HAVE_STDDEF_H 1