summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-11-04 16:41:53 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-11-04 16:41:53 (GMT)
commit5fd0eb61c8c6b7583606d16db3e77aaad952ae1b (patch)
tree55fa5bcdb9af4681a42c22977a47f81ae1f2b7ab /src/H5private.h
parentc276782ca3a25248044b09607b62845a3ff09961 (diff)
downloadhdf5-5fd0eb61c8c6b7583606d16db3e77aaad952ae1b.zip
hdf5-5fd0eb61c8c6b7583606d16db3e77aaad952ae1b.tar.gz
hdf5-5fd0eb61c8c6b7583606d16db3e77aaad952ae1b.tar.bz2
[svn-r1828] Added some #undef tweaks to make this work when hdf5 is used by other
applications that use autoconf. These are the same changes that were made to the 1.3 branch while the 1.2 branch was frozen.
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 1ba75e9..1794ba8 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -12,7 +12,8 @@
*/
#ifndef _H5private_H
#define _H5private_H
-#include <H5public.h> /* Include Public Definitions */
+#include <H5public.h> /* Include Public Definitions */
+#include <H5config.h> /* Include all configuration info */
/*
* Include ANSI-C header files.