X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c79a329dcba198c0d8964aaaba3bd6fe114a7d34..94ccc2540cd3d97a5ac9a8c8b86630cc79f2355c:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 53d041b807..8aa901cba9 100644 --- a/setup.h.in +++ b/setup.h.in @@ -508,6 +508,11 @@ * Use wxFFile class */ #define wxUSE_FFILE 0 +/* + * Use wxFSVolume class + */ +#define wxUSE_FSVOLUME 1 + /* * Use wxTextBuffer class */ @@ -1030,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