mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-12 15:04:59 +08:00
[svn-r23377] Description:
Re-run bon/reconfigure, to generate detection of dirent.h and set up macro.
This commit is contained in:
parent
00c4e5f00d
commit
beccb8a0fc
12
configure
vendored
12
configure
vendored
@ -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"
|
||||
|
@ -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 <dirent.h> header file. */
|
||||
#undef HAVE_DIRENT_H
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user