From beccb8a0fcb8a380c7cd140852a486885b8e38c0 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 18 Mar 2013 22:14:28 -0500 Subject: [svn-r23377] Description: Re-run bon/reconfigure, to generate detection of dirent.h and set up macro. --- configure | 12 ++++++++++++ src/H5config.h.in | 3 +++ 2 files changed, 15 insertions(+) diff --git a/configure b/configure index 3af799b..6b4a82b 100755 --- a/configure +++ b/configure @@ -22781,6 +22781,18 @@ fi done +for ac_header in dirent.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "dirent.h" "ac_cv_header_dirent_h" "$ac_includes_default" +if test "x$ac_cv_header_dirent_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_DIRENT_H 1 +_ACEOF + +fi + +done + for ac_header in stdint.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" diff --git a/src/H5config.h.in b/src/H5config.h.in index c1cee13..fc41c5a 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -87,6 +87,9 @@ /* Define if the direct I/O virtual file driver should be compiled */ #undef HAVE_DIRECT +/* Define to 1 if you have the header file. */ +#undef HAVE_DIRENT_H + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -- cgit v0.12