]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/dfb/chkconf.h
2 * Name: wx/dfb/chkconf.h
3 * Author: Vaclav Slavik
4 * Purpose: Compiler-specific configuration checking
7 * Copyright: (c) 2006 REA Elektronik GmbH
8 * Licence: wxWindows licence
11 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
13 #ifndef _WX_DFB_CHKCONF_H_
14 #define _WX_DFB_CHKCONF_H_
16 #ifndef __WXUNIVERSAL__
17 # error "wxDirectFB cannot be built without wxUniversal"
21 # error "wxFileConfig is required by wxDFB port"
24 #if wxUSE_SOCKETS && !wxUSE_CONSOLE_EVENTLOOP
25 # ifdef wxABORT_ON_CONFIG_ERROR
26 # error "wxSocket requires wxSelectDispatcher in wxDFB"
28 # undef wxUSE_CONSOLE_EVENTLOOP
29 # define wxUSE_CONSOLE_EVENTLOOP 1
33 #endif /* _WX_DFB_CHKCONF_H_ */