#define wxUSE_UXTHEME 0
-#define wxUSE_UXTHEME_AUTO 0
-
#define wxUSE_INKEDIT 0
+#define wxUSE_INICONF 0
+
#define wxUSE_DATEPICKCTRL_GENERIC 0
*/
#undef HAVE_VISIBILITY
+/*
+ * Define if compiler's visibility support in libstdc++ is broken
+ */
+#undef HAVE_BROKEN_LIBSTDCXX_VISIBILITY
+
/*
* The built-in regex supports advanced REs in additional to POSIX's basic
* and extended. Your system regex probably won't support this, and in this
* Use iODBC
*/
#define wxUSE_BUILTIN_IODBC 0
-/*
- * Use freetype
- */
-#define wxUSE_FREETYPE 0
/*
* Have glibc2
*/
* Define if you have pthread_cleanup_push/pop()
*/
#undef wxHAVE_PTHREAD_CLEANUP
-/*
- * Use consistent PostScript fonts for AFM and printing (!)
- */
-#define wxUSE_NORMALIZED_PS_FONTS 0
/* compatibility */
-#define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
-
/*
* Use OpenGL
*/
#define wxUSE_OPENGL 0
-/*
- * Set to 1 to compile MS Windows XP theme engine support
- */
-#define wxUSE_UXTHEME 0
-
-/*
- * Set to 1 to auto-adapt to MS Windows XP themes where possible
- * (notably, wxNotebook pages)
- */
-#define wxUSE_UXTHEME_AUTO 1
-
-/*
- * Work around a bug in GNU libc 5.x wcstombs() implementation.
- *
- * Note that you must link your programs with libc.a if you enable this and you
- * have libc 5 (you should enable this for libc6 where wcsrtombs() is
- * thread-safe version of wcstombs()).
- */
-#define wxUSE_WCSRTOMBS 0
-
-/*
- * Use the new experimental implementation of wxString::Printf()?
- *
- * Warning: enabling this may cause internal compiler errors with gcc!
- */
-#define wxUSE_EXPERIMENTAL_PRINTF 0
-
-/*
- * Use wxGetResource & wxWriteResource (change .Xdefaults)
- */
-#define wxUSE_X_RESOURCES 0
-/*
- * Use OLE and OLE Automation (MSW only)
- */
-#define wxUSE_OLE 0
-#define wxUSE_OLE_AUTOMATION 0
-#define wxUSE_ACTIVEX 0
-
/*
* Use MS HTML Help via libmspack (Unix)
*/
/* Define if wchar_t is distinct type in your compiler. */
#undef wxWCHAR_T_IS_REAL_TYPE
-/* Define if you have the dlopen function. */
-#undef HAVE_DLOPEN
-
/* Define if you have the dlerror function. */
#undef HAVE_DLERROR
/* Define if you have the mkstemp function. */
#undef HAVE_MKSTEMP
-/* Define if you have the nanosleep function. */
-#undef HAVE_NANOSLEEP
-
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
/* Define if you have the setenv function. */
#undef HAVE_SETENV
-/* Define if you have the shl_load function. */
-#undef HAVE_SHL_LOAD
-
/* Define if you have strtok_r function. */
#undef HAVE_STRTOK_R
/* Define if you have the uname function. */
#undef HAVE_UNAME
-/* Define if you have the usleep function. */
-#undef HAVE_USLEEP
+/* Define if you have the unsetenv function. */
+#undef HAVE_UNSETENV
/* Define if you have the <X11/XKBlib.h> header file. */
#undef HAVE_X11_XKBLIB_H
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).
- */
-#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
-
/* When using an external jpeg library and the Windows headers already define
* boolean, define to the type used by the jpeg library for boolean. */
#undef wxHACK_BOOLEAN