only define wxUSE_NATIVE_STATUSBAR for the ports which have it (MSW and Mac)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-01-15 21:07:04 +00:00
parent 1a765d9791
commit c67b4daf47
4 changed files with 199 additions and 100 deletions

View File

@@ -319,7 +319,11 @@
#define wxUSE_STATUSBAR 1
#if defined(__WXMSW__) || defined(__WXMAC__)
#define wxUSE_NATIVE_STATUSBAR 1
#else
#define wxUSE_NATIVE_STATUSBAR 0
#endif
#define wxUSE_TOOLBAR 1
#define wxUSE_TOOLBAR_NATIVE 1
@@ -334,6 +338,8 @@
#define wxUSE_GRID 1
#define wxUSE_MINIFRAME 1
#define wxUSE_ACCEL 1
@@ -486,17 +492,12 @@
/* --- end common options --- */
/* enable native status bar under Win32 */
#if defined(__WIN95__) && !defined(__WXUNIVERSAL__)
#define wxUSE_NATIVE_STATUSBAR 1
/* for some features we don't have dedicated configure switches, so just choose
* the common values automatically */
#if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
#define wxUSE_OWNER_DRAWN 1
#endif
#if defined(__WXPM__)
#define wxUSE_OWNER_DRAWN 1
#endif
/* enable rich edit under Win32 */
#if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
#define wxUSE_RICHEDIT 1
#else
@@ -569,10 +570,6 @@
* case WX_NO_REGEX_ADVANCED should be defined.
*/
#undef WX_NO_REGEX_ADVANCED
/*
* Use XML support
*/
#define wxUSE_XML 0
/*
* Use SDL for audio (Unix)
*/
@@ -598,10 +595,8 @@
*/
#define wxHAVE_LIB_XPM 0
/*
* Use font metric files in GetTextExtent for wxPostScriptDC
* Use consistent PostScript fonts for AFM and printing (!)
*/
#define wxUSE_AFM_FOR_POSTSCRIPT 0
#define wxUSE_NORMALIZED_PS_FONTS 0
/* compatibility */