diff src/ls-hdf5.h @ 4695:f31b93ef2ca0

[project @ 2004-01-14 02:06:23 by jwe]
author jwe
date Wed, 14 Jan 2004 02:06:23 +0000
parents e95c86d48732
children b0d6da24caeb
line wrap: on
line diff
--- a/src/ls-hdf5.h	Sun Jan 11 18:21:53 2004 +0000
+++ b/src/ls-hdf5.h	Wed Jan 14 02:06:23 2004 +0000
@@ -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++ ***