X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db3272a001f710cd8520dc712978fc068ef64016..9e336cc2434227eee0f43f6844f955358d560d64:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 0921b8c429..6c22732a6a 100644 --- a/setup.h.in +++ b/setup.h.in @@ -551,13 +551,16 @@ */ #define wxUSE_INTL 0 /* - * Use streams + * Use wxProtocol and related classes */ -#define wxUSE_STREAMS 0 +#define wxUSE_PROTOCOL 0 +#define wxUSE_PROTOCOL_FILE 0 +#define wxUSE_PROTOCOL_FTP 0 +#define wxUSE_PROTOCOL_HTTP 0 /* - * Use class serialization + * Use streams */ -#define wxUSE_SERIAL 0 +#define wxUSE_STREAMS 0 /* * Use sockets */ @@ -575,6 +578,10 @@ * wxLibrary class */ #define wxUSE_DYNLIB_CLASS 0 +/* + * Use wxObjectLoader + */ +#define wxUSE_DYNAMIC_LOADER 0 /* * Use wxTimer @@ -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 @@ -810,6 +818,11 @@ */ #define wxUSE_PCX 0 +/* + * IFF image format support + */ +#define wxUSE_IFF 0 + /* * PNM image format support */ @@ -820,6 +833,11 @@ */ #define wxUSE_XPM 0 +/* + * MS ICO (and CUR,ANI derivatives) image format support (on any platform) + */ +#define wxUSE_ICO_CUR 0 + /* * Disable this if your compiler can't cope * with omission of prototype parameters.