From c4a7546f0739524cb0d2a71f2d1d2e5f074e91ed Mon Sep 17 00:00:00 2001 From: jbj Date: Wed, 19 Dec 2001 19:35:11 +0000 Subject: [PATCH] - add getmntent define, don't expand fnmatch. CVS patchset: 5224 CVS date: 2001/12/19 19:35:11 --- acconfig.h | 3 +++ configure.in | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/acconfig.h b/acconfig.h index 8ac3c23bf..3fbcdbedc 100644 --- a/acconfig.h +++ b/acconfig.h @@ -153,6 +153,9 @@ /* Build with dmalloc support? */ #undef DMALLOC +/* Define if you have the getmntent() function */ +#undef HAVE_GETMNTENT + ^L /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: diff --git a/configure.in b/configure.in index 2687a82dc..c1137ff06 100644 --- a/configure.in +++ b/configure.in @@ -746,7 +746,8 @@ AC_FUNC_VPRINTF AC_FUNC_FNMATCH if test $ac_cv_func_fnmatch_works = no; then LIBOBJS="$LIBOBJS fnmatch.o" - AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch) +dnl XXX no expansion needed +dnl AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch) fi dnl XXX AC_FUNC_MEMCMP