- add getmntent define, don't expand fnmatch.

CVS patchset: 5224
CVS date: 2001/12/19 19:35:11
This commit is contained in:
jbj 2001-12-19 19:35:11 +00:00
parent 53ce5564b5
commit c4a7546f07
2 changed files with 5 additions and 1 deletions

View File

@ -153,6 +153,9 @@
/* Build with dmalloc support? */ /* Build with dmalloc support? */
#undef DMALLOC #undef DMALLOC
/* Define if you have the getmntent() function */
#undef HAVE_GETMNTENT
^L ^L
/* Leave that blank line there!! Autoheader needs it. /* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind: If you're adding to this file, keep in mind:

View File

@ -746,7 +746,8 @@ AC_FUNC_VPRINTF
AC_FUNC_FNMATCH AC_FUNC_FNMATCH
if test $ac_cv_func_fnmatch_works = no; then if test $ac_cv_func_fnmatch_works = no; then
LIBOBJS="$LIBOBJS fnmatch.o" LIBOBJS="$LIBOBJS fnmatch.o"
AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch) dnl XXX no expansion needed
dnl AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch)
fi fi
dnl XXX AC_FUNC_MEMCMP dnl XXX AC_FUNC_MEMCMP