From: Todd C. Miller Date: Sat, 25 May 1996 22:09:55 +0000 (+0000) Subject: added HAVE_FNMATCH_H X-Git-Tag: SUDO_1_5_0~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f7d758d5d7781a3cb1fe72a7f275f59444a6af4;p=sudo added HAVE_FNMATCH_H --- diff --git a/config.h.in b/config.h.in index f1704cf52..e81999343 100644 --- a/config.h.in +++ b/config.h.in @@ -209,6 +209,9 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the header file. */ +#undef HAVE_FNMATCH_H + /* Define if you have the header file. */ #undef HAVE_TERMIO_H