X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cc4f822d37f6546c5b00c341b2eecbaca5054b2..6d7184953a7446bbbfa0822cea030e51cdc95bfc:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 0530b8a7b4..e533df83e8 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -169,6 +169,11 @@ */ #define HAVE_CONST_CAST 1 +/* + * Define if your compiler supports const_cast<>() + */ +#define HAVE_STATIC_CAST 1 + /* * Define if your compiler has std::wstring */ @@ -206,6 +211,10 @@ * Use libtiff */ #define wxUSE_LIBTIFF 1 +/* + * Use SDL for audio (Unix) + */ +#define wxUSE_LIBSDL 0 /* * Use iODBC */ @@ -582,6 +591,9 @@ * Use wxTextFile class */ #define wxUSE_TEXTFILE 1 + +#define wxUSE_EXCEPTIONS 0 + /* * Use log classes and logging functions */ @@ -609,7 +621,7 @@ /* * Use wave class */ -#define wxUSE_WAVE 1 +#define wxUSE_SOUND 1 /* * Use config system */ @@ -681,7 +693,7 @@ #define wxUSE_WCHAR_T 1 /* - * Compile wxWindows in Unicode mode (Win32 only for now)? + * Compile wxWindows in Unicode mode? */ #define wxUSE_UNICODE 0 @@ -800,6 +812,10 @@ * Use MS HTML Help controller (win32) */ #define wxUSE_MS_HTML_HELP 0 +/* + * Use MS HTML Help via libmspack (Unix) + */ +#define wxUSE_LIBMSPACK 1 /* * Use iostream.h rather than iostream @@ -890,6 +906,11 @@ */ #define wxUSE_ZIPSTREAM 1 +/* + * Use gzip streams, requires wxUSE_ZLIB + */ +#define wxUSE_GZSTREAM 1 + /* * wxPalette class */ @@ -930,6 +951,11 @@ */ #define wxUSE_ICO_CUR 1 +/* + * Set to 1 if for dynamically loadable plugins support + */ +#define wxUSE_PLUGINS 1 + /* * Disable this if your compiler can't cope * with omission of prototype parameters. @@ -1058,8 +1084,8 @@ /* The number of bytes in a int. */ #define SIZEOF_INT 4 -/* The number of bytes in a int *. */ -#define SIZEOF_INT_P 4 +/* The number of bytes in a pointer. */ +#define SIZEOF_VOID_P 4 /* The number of bytes in a long. */ #define SIZEOF_LONG 4 @@ -1070,6 +1096,9 @@ /* The number of bytes in a short. */ #define SIZEOF_SHORT 2 +/* The number of bytes in a size_t. */ +#define SIZEOF_SIZE_T 4 + /* Define if size_t on your machine is the same type as unsigned int. */ #define wxSIZE_T_IS_UINT 1 @@ -1145,9 +1174,6 @@ /* Define if you have the header file. */ #undef HAVE_SCHED_H -/* Define if you have the header file. */ -#define HAVE_STRINGS_H 1 - /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 @@ -1178,12 +1204,21 @@ /* Define if you have the header file. */ /* #undef HAVE_ESD_H */ +/* Define if you have the header file. */ +/* #undef HAVE_SYS_SOUNDCARD_H */ + /* Define if you have wcsrtombs() function */ #define HAVE_WCSRTOMBS 1 /* Define this if you have fputws() and putwc() */ #define HAVE_FPUTWC 1 +/* Define this if you have strcasecmp() function in */ +#define HAVE_STRCASECMP_IN_STRING_H 1 + +/* Define this if you have strcasecmp() function in */ +#undef HAVE_STRCASECMP_IN_STRINGS_H + /* Define this if you have wprintf() and related functions */ #define HAVE_WPRINTF 1