From f530f862dc4ce3a2aef2aff6ec3592c595fedfa1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 10 May 2002 16:55:18 +0000 Subject: [PATCH] HAVE_FNMATCH added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.h.in b/setup.h.in index 5404666d87..8aa901cba9 100644 --- a/setup.h.in +++ b/setup.h.in @@ -1035,6 +1035,9 @@ /* Define if you have the header file. */ #undef HAVE_X11_XKBLIB_H +/* Define if you have the fnmatch() function */ +#undef HAVE_FNMATCH + /* Define if you have the header file. */ #undef HAVE_FNMATCH_H -- 2.47.2