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
..
2002-04-28 03:34:17 -05:00
2001-08-14 17:09:56 -05:00
2001-09-26 15:29:35 -05:00
2002-04-10 10:38:05 -05:00
2002-04-22 12:48:24 -05:00
2002-04-28 03:34:17 -05:00
2001-06-07 11:03:02 -05:00
2001-10-03 12:57:56 -05:00
2001-11-27 11:29:13 -05:00
2002-04-11 17:53:26 -05:00
2002-04-12 16:08:48 -05:00
2001-06-29 14:49:53 -05:00
2001-04-03 13:09:16 -05:00
2001-04-03 13:09:16 -05:00
2001-04-03 13:09:16 -05:00
2001-04-03 13:09:16 -05:00
2001-04-03 13:09:16 -05:00
2002-04-11 17:53:26 -05:00
2001-04-03 13:09:16 -05:00
2002-04-16 12:39:38 -05:00
2001-04-03 13:09:16 -05:00
2002-04-24 09:58:26 -05:00
2002-04-28 03:34:17 -05:00
2001-11-27 11:29:13 -05:00
2002-04-25 13:02:17 -05:00
2001-10-24 13:02:27 -05:00
2002-04-26 15:34:46 -05:00
2002-04-25 09:48:52 -05:00
2001-04-03 13:09:16 -05:00
2001-04-03 13:09:16 -05:00
2001-04-03 13:09:16 -05:00
2002-04-26 07:38:50 -05:00
2001-04-03 13:09:16 -05:00
2001-04-03 13:09:16 -05:00
2001-04-03 13:09:16 -05:00
2001-04-03 13:09:16 -05:00
2002-03-28 14:27:45 -05:00
2001-07-02 08:05:50 -05:00
2002-04-17 11:47:47 -05:00
2000-11-09 16:47:59 -05:00
2001-11-27 11:29:13 -05:00
2002-04-28 03:34:17 -05:00
2002-01-23 16:28:24 -05:00
2002-01-23 16:28:24 -05:00
2001-07-30 15:03:25 -05:00
2002-01-23 16:28:24 -05:00
2002-02-07 14:55:43 -05:00
2001-11-27 11:29:13 -05:00
2002-02-16 21:51:21 -05:00
2001-08-14 17:09:56 -05:00
2002-04-17 11:47:47 -05:00
2001-12-20 15:51:30 -05:00
2002-04-09 07:47:34 -05:00
2001-08-14 17:09:56 -05:00
2001-04-03 13:09:16 -05:00
2002-02-16 21:51:21 -05:00
2002-02-16 21:51:21 -05:00
2002-02-16 21:51:21 -05:00
2001-09-18 15:12:37 -05:00
2001-08-14 17:09:56 -05:00
2001-04-03 13:09:16 -05:00
2002-04-18 09:05:38 -05:00
2001-11-27 11:29:13 -05:00
2002-04-26 15:34:46 -05:00