hdf5/tools/lib
Albert Cheng 73683e4380 [svn-r5278] Purpose:
Migrate from configure macros of XYZ_ABC to H5_XYZ_ABC
Description:
    configure generates many macros definitions on the fly and
    were stored in src/H5config.h which is included by H5public.h.
    But other software that uses hdf5 may also run their own configure.
    There can be a clash in macro name space.  We decided awhile ago
    to prepend all generated macros with "H5_" to avoid conflicts.
    The process has started and this commit completes it (at least attempt
    to).
Solution:
    Many macros symbols (e.g. SIZEOF_xxx and HAVE_xxx were changed to
    H5_SIZEOF_xxx and H5_HAVE_xxx).  Then H5private.h no longer includes
    H5config.h.  This cuts H5config.h away from HDF5 source code.
Pending issues:
    The module of fortran and pablo are to be resolved in a different
    commit.
Platforms tested:
    eirene (parallel), arabica (solaris 7 --enable-fortran, --enable-cxx)
2002-04-28 03:34:17 -05:00
..
Dependencies [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
h5tools_str.c [svn-r5278] Purpose: 2002-04-28 03:34:17 -05:00
h5tools_str.h
h5tools_utils.c [svn-r5200] Purpose: 2002-04-18 09:05:38 -05:00
h5tools_utils.h [svn-r5200] Purpose: 2002-04-18 09:05:38 -05:00
h5tools.c [svn-r4783] 2002-01-05 11:36:59 -05:00
h5tools.h
Makefile.in
talign.c [svn-r4482] Purpose: 2001-09-26 15:29:35 -05:00