X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f530f862dc4ce3a2aef2aff6ec3592c595fedfa1..0763604ab939c9f50daba1d93160554c6a4ba9b4:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 8aa901cba9..b889f0d9a1 100644 --- a/setup.h.in +++ b/setup.h.in @@ -894,6 +894,15 @@ /* Define if you have ftime() */ #undef HAVE_FTIME +/* Define if you have support for large (64 bit size) files */ +#undef HAVE_LARGEFILE_SUPPORT + +/* Required by HAVE_LARGEFILE_SUPPORT on some systems */ +#undef _FILE_OFFSET_BITS + +/* Ditto */ +#undef _LARGE_FILES + /* Define if you have localtime() */ #undef HAVE_LOCALTIME