From: Todd C. Miller Date: Tue, 28 May 1996 00:01:17 +0000 (+0000) Subject: added HAVE_FNMATCH X-Git-Tag: SUDO_1_5_0~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9f8e76bdcc307a9e9b899c62edd3b02ead5db21;p=sudo added HAVE_FNMATCH --- diff --git a/config.h.in b/config.h.in index e81999343..4853d6a07 100644 --- a/config.h.in +++ b/config.h.in @@ -126,6 +126,9 @@ /* Define if you have strdup(3). */ #undef HAVE_STRDUP +/* Define if you have fnmatch(3). */ +#undef HAVE_FNMATCH + /* Define if you have lsearch(3). */ #undef HAVE_LSEARCH