X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bebf40d5a0c486ec4f524fa15a886c748c0e469a..d68d85908b4f6073ae1c100abe3d9469fcd451d9:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 6619e61c00..b120b93077 100644 --- a/setup.h.in +++ b/setup.h.in @@ -331,10 +331,14 @@ #define wxUSE_TREEBOOK 0 +#define wxUSE_TOOLBOOK 0 + #define wxUSE_TAB_DIALOG 0 #define wxUSE_GRID 0 +#define wxUSE_DATAVIEWCTRL 0 + #define wxUSE_MINIFRAME 0 @@ -505,6 +509,8 @@ #define wxUSE_RICHEDIT2 0 #endif +#define wxUSE_INKEDIT 0 + #define wxUSE_UNICODE_MSLU 0 #define wxUSE_DC_CACHEING 0 @@ -596,6 +602,14 @@ * Use GNOME print for printing under GTK+ 2.0 */ #define wxUSE_LIBGNOMEPRINT 0 +/* + * Use GNOME VFS for MIME types + */ +#define wxUSE_LIBGNOMEVFS 0 +/* + * Use the Hildon framework + */ +#define wxUSE_LIBHILDON 0 /* * Use iODBC */ @@ -865,6 +879,9 @@ /* Define if you have BSD flock() function. */ #undef HAVE_FLOCK +/* Define if you have getaddrinfo function. */ +#undef HAVE_GETADDRINFO + /* Define if you have a gethostbyname_r function taking 6 arguments. */ #undef HAVE_FUNC_GETHOSTBYNAME_R_6 @@ -1055,8 +1072,9 @@ with wx/msw/setup.h */ #define wxUSE_XPM_IN_MSW wxUSE_XPM -// Set to 0 to disable PostScript print/preview architecture code under Windows -// (just use Windows printing). +/* Set to 0 to disable PostScript print/preview architecture code under Windows + (just use Windows printing). + */ #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 #endif /* __WIN32__ */