X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5508feb8f77768db2cbab92f9c329e6f7db5827a..40857d43a3493214f9bba1ffd6507d9d5d53b908:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 71782da9ae..27c6432a4b 100644 --- a/setup.h.in +++ b/setup.h.in @@ -299,8 +299,6 @@ #define wxUSE_MEDIACTRL 0 -#define wxUSE_GSTREAMER 0 - #define wxUSE_XRC 0 #define wxUSE_XML wxUSE_XRC @@ -753,8 +751,11 @@ * Define if compiler has __thread keyword. */ #undef HAVE___THREAD_KEYWORD +/* + * Define if large (64 bit file offsets) files are supported. + */ +#undef HAVE_LARGEFILE_SUPPORT -/* compatibility */ /* * Use OpenGL */