added check for timezone variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
21
setup.h.in
21
setup.h.in
@@ -309,15 +309,21 @@
|
||||
#define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
|
||||
|
||||
/*
|
||||
* Use generic wxToolBar instead of the native one?
|
||||
*/
|
||||
#define wxUSE_TOOLBAR_SIMPLE 0
|
||||
|
||||
/*
|
||||
* Use this control
|
||||
* Use wxToollBar
|
||||
*/
|
||||
#define wxUSE_TOOLBAR 0
|
||||
|
||||
/*
|
||||
* If 1, use the native toolbar, otherwise use the generic version
|
||||
* (wxToolBarSimple) which may also be use together with the native one.
|
||||
*/
|
||||
#define wxUSE_TOOLBAR_NATIVE 0
|
||||
|
||||
/*
|
||||
* Use generic wxToolBar instead of/together with the native one?
|
||||
*/
|
||||
#define wxUSE_TOOLBAR_SIMPLE 0
|
||||
|
||||
#if defined(__WXWINE__) || defined(__GNUWIN32__)
|
||||
#define wxUSE_OWNER_DRAWN 1
|
||||
#if wxUSE_TOOLBAR
|
||||
@@ -606,6 +612,9 @@
|
||||
*/
|
||||
#define CONST_COMPATIBILITY 0
|
||||
|
||||
/* define with the name of timezone variable */
|
||||
#undef WX_TIMEZONE
|
||||
|
||||
/* The type of 3rd argument to getsockname() - usually size_t or int */
|
||||
#undef SOCKLEN_T
|
||||
|
||||
|
Reference in New Issue
Block a user