From 4f7d758d5d7781a3cb1fe72a7f275f59444a6af4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 25 May 1996 22:09:55 +0000 Subject: [PATCH] added HAVE_FNMATCH_H --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0