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:
Vadim Zeitlin
1999-12-15 19:35:03 +00:00
parent 64a8976615
commit 360d6699d3
3 changed files with 682 additions and 427 deletions

View File

@@ -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