diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-12-09 11:10:24 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-12-09 11:10:24 (GMT) |
commit | 60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd (patch) | |
tree | a9e227cfa4204bc18aef176c895d08d42ffcedf2 /src/H5FDpublic.h | |
parent | d5587a472bea95651f8e50539548321f0f98bdf4 (diff) | |
download | hdf5-60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd.zip hdf5-60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd.tar.gz hdf5-60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd.tar.bz2 |
[svn-r1859] * 1999-12-09
** src/H5FDpublic.h
Added a #define for H5_HAVE_VFL to make life easier for application
programmers.
** config/depend1
A minor tweak to the way GNU systems generate file dependencies for
the Makefiles.
** src/H5T.c
Fixed a bug with enumeration types not having the correct object
header pointer.
Diffstat (limited to 'src/H5FDpublic.h')
-rw-r--r-- | src/H5FDpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h index 40e4afc..eb65f8e 100644 --- a/src/H5FDpublic.h +++ b/src/H5FDpublic.h @@ -9,6 +9,7 @@ #define _H5FDpublic_H #include <H5public.h> +#define H5_HAVE_VFL 1 /*define a convenient app feature test*/ /* * Types of allocation requests. The values larger than H5FD_MEM_DEFAULT |