diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-03-18 16:48:41 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-03-18 16:48:41 (GMT) |
commit | 90a10efb5cb1f1482238516f3c8c5b50a0063aa3 (patch) | |
tree | 0941a1c917482046cf466a523e296d7ad47782e7 /vms/src/h5pubconf.h | |
parent | 438b30798c3b520e4c379381b1c4f6a9e798377a (diff) | |
download | hdf5-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/h5pubconf.h')
-rw-r--r-- | vms/src/h5pubconf.h | 2 |
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 |