X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3bf7524f394af039efe196a186f7969cbabcc19..e411268c8c418359242299ac7c3568d7862c5934:/setup.h.in?ds=inline diff --git a/setup.h.in b/setup.h.in index 2ceb4a4136..fa0d1e1569 100644 --- a/setup.h.in +++ b/setup.h.in @@ -125,6 +125,9 @@ #undef WINVER #endif +/* OS/2 with EMX */ +#undef __OS2__ + /* enable native status bar under Win32 */ #if defined(__WIN95__) && !defined(__WXUNIVERSAL__) #define wxUSE_NATIVE_STATUSBAR 1 @@ -194,10 +197,15 @@ * Use libtiff */ #define wxUSE_LIBTIFF 0 +/* + * Use SDL for audio (Unix) + */ +#define wxUSE_LIBSDL 0 /* * Use iODBC */ #define wxUSE_ODBC 0 +#define wxUSE_BUILTIN_IODBC 0 #define wxODBC_FWD_ONLY_CURSORS 1 #define wxODBC_BACKWARD_COMPATABILITY 0 /* @@ -438,6 +446,7 @@ * Use this control */ #define wxUSE_NOTEBOOK 0 +#define wxUSE_LISTBOOK 0 /* * Use this control */ @@ -567,6 +576,8 @@ */ #define wxUSE_TEXTFILE 0 +#define wxUSE_EXCEPTIONS 0 + /* * Use log classes and logging functions */ @@ -594,7 +605,7 @@ /* * Use wave class */ -#define wxUSE_WAVE 0 +#define wxUSE_SOUND 0 /* * Use config system */ @@ -666,7 +677,7 @@ #define wxUSE_WCHAR_T 0 /* - * Compile wxWindows in Unicode mode (Win32 only for now)? + * Compile wxWindows in Unicode mode? */ #define wxUSE_UNICODE 0 @@ -777,6 +788,10 @@ * Use MS HTML Help controller (win32) */ #define wxUSE_MS_HTML_HELP 0 +/* + * Use MS HTML Help via libmspack (Unix) + */ +#define wxUSE_LIBMSPACK 0 /* * Use iostream.h rather than iostream @@ -866,6 +881,11 @@ */ #define wxUSE_ZIPSTREAM 0 +/* + * Use gzip streams, requires wxUSE_ZLIB + */ +#define wxUSE_GZSTREAM 0 + /* * wxPalette class */ @@ -906,6 +926,11 @@ */ #define wxUSE_ICO_CUR 0 +/* + * Set to 1 if for dynamically loadable plugins support + */ +#define wxUSE_PLUGINS 0 + /* * Disable this if your compiler can't cope * with omission of prototype parameters. @@ -1100,6 +1125,9 @@ /* Define if you have the header file. */ #undef HAVE_X11_XKBLIB_H +/* Define if you have the header file. */ +#undef HAVE_X11_EXTENSIONS_XF86VMODE_H + /* Define if you have the fnmatch() function */ #undef HAVE_FNMATCH @@ -1148,6 +1176,12 @@ /* 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 a CD-ROM interface known to mmedia. */ +#undef HAVE_KNOWN_CDROM_INTERFACE + /* Define if you have wcsrtombs() function */ #undef HAVE_WCSRTOMBS