From: Vadim Zeitlin Date: Fri, 10 May 2002 16:55:18 +0000 (+0000) Subject: HAVE_FNMATCH added X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f530f862dc4ce3a2aef2aff6ec3592c595fedfa1 HAVE_FNMATCH added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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