summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-01 00:13:18 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-01 00:13:18 (GMT)
commit9cd553e6f8ead0f793d6fd44a972d6533b12c288 (patch)
tree2f69b950bd2fc7831c98f3365c64341af63ddc86 /src/H5private.h
parent21bd3532dd468eda3f32014fdc236d2a003f3521 (diff)
downloadhdf5-9cd553e6f8ead0f793d6fd44a972d6533b12c288.zip
hdf5-9cd553e6f8ead0f793d6fd44a972d6533b12c288.tar.gz
hdf5-9cd553e6f8ead0f793d6fd44a972d6533b12c288.tar.bz2
[svn-r18475] Description:
Fix dependency issue and non-C99 coding goof. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 504d933..277fe70 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -2260,9 +2260,6 @@ func_init_failed: \
/* Compile-time "assert" macro */
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; } while(0)
-/* Include header for library build settings */
-#include "H5lib_settings.h"
-
/* Private functions, not part of the publicly documented API */
H5_DLL herr_t H5_init_library(void);
H5_DLL void H5_term_library(void);