- * 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()).