diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-05-26 23:27:24 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-05-26 23:27:24 (GMT) |
commit | d81d8e61def89e82ccdc750824bb00dcadc0858f (patch) | |
tree | 57a962090ff56c2048e45985482d1939cbb44816 /test/h5test.c | |
parent | acb664910b4dd8885a24445f9ed62bca8990abce (diff) | |
download | hdf5-d81d8e61def89e82ccdc750824bb00dcadc0858f.zip hdf5-d81d8e61def89e82ccdc750824bb00dcadc0858f.tar.gz hdf5-d81d8e61def89e82ccdc750824bb00dcadc0858f.tar.bz2 |
[svn-r10806] Purpose:
Cosmic changes when folding getenv_all to v1.6.
No code changes.
Platforms tested:
heping.
Misc. update:
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/h5test.c b/test/h5test.c index 544ff0b..a68e69f 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -329,7 +329,7 @@ h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size) * For serial: * First use the environment variable, then try the constant */ - prefix = getenv("HDF5_PREFIX"); + prefix = HDgetenv("HDF5_PREFIX"); #ifdef HDF5_PREFIX if (!prefix) @@ -848,6 +848,7 @@ int h5_szip_can_encode(void ) } #endif /* H5_HAVE_FILTER_SZIP */ +#ifdef H5_HAVE_PARALLEL /*------------------------------------------------------------------------- * Function: getenv_all * @@ -872,7 +873,6 @@ int h5_szip_can_encode(void ) *------------------------------------------------------------------------- */ -#ifdef H5_HAVE_PARALLEL char* getenv_all(MPI_Comm comm, int root, const char* name) { int nID; |