diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-04-22 22:08:06 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-04-22 22:08:06 (GMT) |
commit | a2c0a9bde9abb2a64f4ce6309070477f24356ab6 (patch) | |
tree | 12845ccc2813838a69077b6d269585a13b451dc6 /windows | |
parent | 32811337215ceae014319d041ea892205b3e668e (diff) | |
download | hdf5-a2c0a9bde9abb2a64f4ce6309070477f24356ab6.zip hdf5-a2c0a9bde9abb2a64f4ce6309070477f24356ab6.tar.gz hdf5-a2c0a9bde9abb2a64f4ce6309070477f24356ab6.tar.bz2 |
[svn-r10650] Purpose:
Update header file for windows.
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/src/H5pubconf.h | 31 |
1 files changed, 5 insertions, 26 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index a284926..cc93bf6 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -34,37 +34,16 @@ in the file file_io.win32.c and including it on the projects #define H5_SIZEOF_DOUBLE 8 #define H5_SIZEOF_FLOAT 4 #define H5_SIZEOF_INT 4 -#define H5_SIZEOF_INT16_T 0 -#define H5_SIZEOF_INT32_T 0 -#define H5_SIZEOF_INT64_T 0 -#define H5_SIZEOF_INT8_T 0 -#define H5_SIZEOF_INT_FAST16_T 0 -#define H5_SIZEOF_INT_FAST32_T 0 -#define H5_SIZEOF_INT_FAST64_T 0 -#define H5_SIZEOF_INT_FAST8_T 0 -#define H5_SIZEOF_INT_LEAST16_T 0 -#define H5_SIZEOF_INT_LEAST32_T 0 -#define H5_SIZEOF_INT_LEAST64_T 0 -#define H5_SIZEOF_INT_LEAST8_T 0 + + #define H5_SIZEOF_LONG 4 -#define H5_SIZEOF_LONG_LONG 0 + #define H5_SIZEOF_LONG_DOUBLE 8 #define H5_SIZEOF_OFF_T 4 #define H5_SIZEOF_SHORT 2 #define H5_SIZEOF_SIZE_T 4 -#define H5_SIZEOF_SSIZE_T 0 -#define H5_SIZEOF_UINT16_T 0 -#define H5_SIZEOF_UINT32_T 0 -#define H5_SIZEOF_UINT64_T 0 -#define H5_SIZEOF_UINT8_T 0 -#define H5_SIZEOF_UINT_FAST16_T 0 -#define H5_SIZEOF_UINT_FAST32_T 0 -#define H5_SIZEOF_UINT_FAST64_T 0 -#define H5_SIZEOF_UINT_FAST8_T 0 -#define H5_SIZEOF_UINT_LEAST16_T 0 -#define H5_SIZEOF_UINT_LEAST32_T 0 -#define H5_SIZEOF_UINT_LEAST64_T 0 -#define H5_SIZEOF_UINT_LEAST8_T 0 + + #define H5_HAVE_DIFFTIME 1 #define H5_HAVE_FORK 1 #define H5_HAVE_GETHOSTNAME 1 |