Committing in .
Update setup.h for OpenVMS Modified Files: wxWindows/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c55fd2c60d
commit
d38b5757e0
@ -918,6 +918,15 @@
|
||||
/* Define if you have ftime() */
|
||||
#define 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() */
|
||||
#define HAVE_LOCALTIME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user