X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3cb1afc37b1ad2d3bcb501c9debe8fdc5f13924..12bba77343654dc309a69ca2bcb5e0041c658395:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index 12667ee9b3..f63c962970 100644 --- a/setup.h.in +++ b/setup.h.in @@ -21,6 +21,9 @@ /* fill in with the string wxGetOsDescription() will return */ #undef WXWIN_OS_DESCRIPTION +/* the installation location prefix from configure */ +#undef wxINSTALL_PREFIX + /* Define to `int' if doesn't define. */ #undef gid_t @@ -858,6 +861,9 @@ /* Define if you have shl_load() */ #undef HAVE_SHL_LOAD +/* define if you have statfs function */ +#undef HAVE_STATFS + /* Define if you have strptime() */ #undef HAVE_STRPTIME