X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0b9ab0bd824b6b9c93849928d67de1ec71e7c167..2328adbe8b1c30ab517f32b65db767ef9252a8a1:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 3ba47ad8d1..dff15d0134 100644 --- a/setup.h.in +++ b/setup.h.in @@ -550,6 +550,13 @@ * Use intl system */ #define wxUSE_INTL 0 +/* + * Use wxProtocol and related classes + */ +#define wxUSE_PROTOCOL 0 +#define wxUSE_PROTOCOL_FILE 0 +#define wxUSE_PROTOCOL_FTP 0 +#define wxUSE_PROTOCOL_HTTP 0 /* * Use streams */ @@ -611,6 +618,11 @@ */ #define wxUSE_UNICODE_MSLU 0 +/* + * Use wxURL class + */ +#define wxUSE_URL 0 + /* * Work around a bug in GNU libc 5.x wcstombs() implementation. * @@ -659,10 +671,6 @@ * Use spline */ #define wxUSE_SPLINES 0 -/* - * Use wxLibrary class - */ -#define wxUSE_DYNLIB_CLASS 0 /* * Use the mdi architecture @@ -820,6 +828,11 @@ */ #define wxUSE_XPM 0 +/* + * MS Icons and Cursors format support + */ +#define wxUSE_ICO_CUR 0 + /* * Disable this if your compiler can't cope * with omission of prototype parameters.