X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/273d399f0fe55935fa7a1039223b32dcf03eee3e..5d7eebb6b2984419651b31ea88b2a863fb2b3cca:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 617ef1e52b..0aa702b24a 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -1,9 +1,9 @@ -/***************************************************************************** + /***************************************************************************** * * * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 25 October 2006 * + * Date : 30 October 2006 * * * *****************************************************************************/ @@ -260,13 +260,15 @@ typedef pid_t GPid; #define wxUSE_FS_ZIP 1 +#define wxUSE_FS_ARCHIVE 1 + #define wxUSE_FS_INET 1 #define wxUSE_ARCHIVE_STREAMS 1 #define wxUSE_ZIPSTREAM 1 -#define wxUSE_BACKINGFILE 1 +#define wxUSE_TARSTREAM 1 #define wxUSE_ZLIB 1 @@ -535,6 +537,8 @@ typedef pid_t GPid; #define wxUSE_LIBTIFF 1 +#define wxUSE_TGA 1 + #define wxUSE_GIF 1 #define wxUSE_PNM 1 @@ -937,6 +941,9 @@ typedef pid_t GPid; /* Define if you have strptime() declaration */ #define HAVE_STRPTIME_DECL 1 +/* Define if you have strtoull() and strtoll() */ +#define HAVE_STRTOULL 1 + /* Define if you have all functions to set thread priority */ #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 @@ -967,6 +974,9 @@ typedef pid_t GPid; /* Define if you have wcslen function */ #define HAVE_WCSLEN 1 +/* Define if you have wcstoull() and wcstoll() */ +#undef HAVE_WCSTOULL + /* define if you have vsscanf function */ #undef HAVE_VSSCANF