X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b37e99afcedd67292c24e93677a83b76dc6b625..4f7202dd939538bc4bb0655ad6f746848fd2aabf:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index a5ac6c71e4..3216cd9b7f 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -140,6 +140,11 @@ */ #define HAVE_BOOL +/* + * Define if your compiler supports the explicit keyword + */ +#define HAVE_EXPLICIT 1 + /* * Use regex support */ @@ -918,6 +923,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 @@ -1065,6 +1079,9 @@ /* Define if you have the header file. */ #undef HAVE_X11_XKBLIB_H +/* Define if you have the fnmatch() function */ +#undef HAVE_FNMATCH + /* Define if you have the header file. */ #undef HAVE_FNMATCH_H