mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
This commit is contained in:
parent
438b30798c
commit
90a10efb5c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user