[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:
Elena Pourmal 2006-03-18 11:48:41 -05:00
parent 438b30798c
commit 90a10efb5c

View File

@ -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