hdf5/tools
Xuan Bai ee21dce85c [svn-r9110] Purpose:
Update.

Description:
Make some minor change so that h5jam.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:00:55 -05:00
..
gifconv [svn-r8983] Purpose: 2004-08-02 09:06:07 -05:00
h5diff [svn-r8983] Purpose: 2004-08-02 09:06:07 -05:00
h5dump [svn-r8983] Purpose: 2004-08-02 09:06:07 -05:00
h5import [svn-r8983] Purpose: 2004-08-02 09:06:07 -05:00
h5jam [svn-r9110] Purpose: 2004-08-18 17:00:55 -05:00
h5ls [svn-r8983] Purpose: 2004-08-02 09:06:07 -05:00
h5repack [svn-r9106] Purpose: 2004-08-17 14:54:42 -05:00
lib [svn-r8983] Purpose: 2004-08-02 09:06:07 -05:00
misc [svn-r8983] Purpose: 2004-08-02 09:06:07 -05:00
testfiles [svn-r9026] Purpose: 2004-08-05 14:18:21 -05:00
Dependencies
Makefile.in [svn-r9019] Purpose: 2004-08-05 10:10:39 -05:00