hdf5/tools/h5jam
Xuan Bai f18ae07925 [svn-r9112] Purpose:
Update.

Description:
Make some minor change so that tellub.c is compatible with Windows.

Solution:
1. unistd.h is not available in windows system.  Add a macro for this header file as:
   #ifdef H5_HAVE_UNISTD_H
   #include <unistd.h>
   #endif
2. Change open, read, write, lseek functions to HDopen, HDread, HDwrite, and HDlseek,
   as these HD functions are more comtatible with Windows system.
3. add #include H5private.h
4. remove #include <stdlib.h>

Platforms tested:
Windows 2000
Windows XP
eirene
(Note:  I talked with Bob and Kent about these changes before check-in)

Misc. update:
2004-08-18 17:06:02 -05:00
..
Dependencies
getub.c [svn-r9111] Purpose: 2004-08-18 17:04:26 -05:00
h5jam.c [svn-r9110] Purpose: 2004-08-18 17:00:55 -05:00
h5jamgentest.c
h5unjam.c [svn-r9111] Purpose: 2004-08-18 17:04:26 -05:00
Makefile.in
tellub.c [svn-r9112] Purpose: 2004-08-18 17:06:02 -05:00
testh5jam.sh.in