define _FILE_OFFSET_BITS/_LARGE_FILES on the compiler command line instead of wx/setup.h to make sure they're always defined when needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-09-02 19:53:54 +00:00
parent 1bfec677b1
commit f02444d0d7
3 changed files with 451 additions and 436 deletions

View File

@@ -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