Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCHER guards;
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Jul 2007 19:06:18 +0000 (19:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Jul 2007 19:06:18 +0000 (19:06 +0000)
commita1873279648582e6af46f9103460da50bf5e03b9
treed892450e49b55edf077ba7f0f9e75df9f0465a88
parentba51e75bb04dc9f287ee74210c79b0b3deeede99
Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCHER guards;
put checks for them in the new Unix-specific wx/unix/chkconf.h file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
28 files changed:
Makefile.in
build/bakefiles/files.bkl
configure.in
include/wx/apptrait.h
include/wx/chkconf.h
include/wx/dfb/chkconf.h
include/wx/mac/setup0.h
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/palmos/setup0.h
include/wx/private/selectdispatcher.h
include/wx/setup_inc.h
include/wx/unix/apptrait.h
include/wx/unix/chkconf.h [new file with mode: 0644]
include/wx/unix/evtloop.h
include/wx/unix/private/epolldispatcher.h
include/wx/x11/chkconf.h
setup.h.in
src/common/gsocketiohandler.cpp
src/common/selectdispatcher.cpp
src/unix/baseunix.cpp
src/unix/epolldispatcher.cpp
src/unix/evtloopunix.cpp
wxGTK.spec
wxMotif.spec
wxX11.spec