# HG changeset patch # User jwe # Date 1074045983 0 # Node ID f31b93ef2ca0f942c49cd68713a4f32790e05894 # Parent dd8d08c41c0cbff223f8d9fe9a2a1f6ca298f418 [project @ 2004-01-14 02:06:23 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-01-13 John W. Eaton + + * ls-hdf5.h: Surround contents with #if defined (HAVE_HDF5). + 2004-01-10 John W. Eaton * oct-stream.cc (convert_to_valid_int, get_size): diff --git a/src/ls-hdf5.h b/src/ls-hdf5.h --- a/src/ls-hdf5.h +++ b/src/ls-hdf5.h @@ -23,6 +23,8 @@ #if !defined (octave_ls_hdf5_h) #define octave_ls_hdf5_h 1 +#if defined (HAVE_HDF5) + // first, we need to define our own dummy stream subclass, since // HDF5 needs to do its own file i/o @@ -162,6 +164,8 @@ #endif +#endif + /* ;;; Local Variables: *** ;;; mode: C++ ***