[svn-r23377] Description:

Re-run bon/reconfigure, to generate detection of dirent.h and set up
macro.
This commit is contained in:
Quincey Koziol 2013-03-18 22:14:28 -05:00
parent 00c4e5f00d
commit beccb8a0fc
2 changed files with 15 additions and 0 deletions

12
configure vendored
View File

@ -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"

View File

@ -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