]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/motif/chkconf.h
2 * Name: wx/motif/chkconf.h
3 * Purpose: Motif-specific config settings checks
4 * Author: Vadim Zeitlin
6 * Created: 2005-04-05 (extracted from wx/chkconf.h)
8 * Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwidgets.org>
9 * Licence: wxWindows licence
12 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
15 # ifdef wxABORT_ON_CONFIG_ERROR
16 # error "wxUSE_UNICODE is not supported with wxMotif"
18 # define wxUSE_UNICODE 0
22 #if wxUSE_NOTEBOOK && !wxUSE_TAB_DIALOG
23 # undef wxUSE_TAB_DIALOG
24 # define wxUSE_TAB_DIALOG 1