X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d74f4b5add13d96af6f6479740d7728198f60dbf..1c393e484d0bbeaa429155473b773674d87eab67:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 438135cc12..071a63dbc0 100644 --- a/setup.h.in +++ b/setup.h.in @@ -905,12 +905,6 @@ /* 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 @@ -1046,9 +1040,6 @@ /* Define if you have the usleep function. */ #undef HAVE_USLEEP -/* Define if you have the vfork function. */ -#undef HAVE_VFORK - /* Define if you have the header file. */ #undef HAVE_X11_XKBLIB_H @@ -1106,6 +1097,12 @@ /* Define this if you have wprintf() and related functions */ #undef HAVE_WPRINTF +/* Define this if you have wprintf() and related functions */ +#undef HAVE_VSWPRINTF + +/* Define this if you have _vsnwprintf */ +#undef HAVE__VSNWPRINTF + /* Define this if you are using gtk and gdk contains support for X11R6 XIM */ #undef HAVE_XIM