]> git.saurik.com Git - wxWidgets.git/blame - include/wx/os2/setup0.h
Applied patch [ 778625 ] wxSVGFileDC and UNICODE build
[wxWidgets.git] / include / wx / os2 / setup0.h
CommitLineData
0e320a79
DW
1/////////////////////////////////////////////////////////////////////////////
2// Name: setup.h
3// Purpose: Configuration for the library
4// Author: Julian Smart
5// Modified by:
6// Created: 01/02/97
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12#ifndef _WX_SETUP_H_
13#define _WX_SETUP_H_
14
27476f73
DW
15// ----------------------------------------------------------------------------
16// global settings
17// ----------------------------------------------------------------------------
18
3b9e3455
DW
19// define this to 1 if you want icons to behave as bitmaps
20#define wxICON_IS_BITMAP 0
21
27476f73
DW
22// define this to 0 when building wxBase library
23#define wxUSE_GUI 1
24
5d8f5f87
SN
25//define this to 1 when adding support for multiple displays/screens
26#define wxUSE_DISPLAY 0
27476f73
DW
27// ----------------------------------------------------------------------------
28// General features
29// ----------------------------------------------------------------------------
0e320a79 30
29a99be3
DW
31#define wxUSE_FILESYSTEM 1 // better have this is you want to compile wxHTML
32
2ce0a6e2 33#if defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )
ea258ad3 34#define wxUSE_LONGLONG 1
2ce0a6e2
DW
35#endif
36
37#define wxUSE_NET_API 1 // Utilize OS/2's UPM netapi's
d90895ac 38
6835592c
DW
39#define wxUSE_DATETIME 1 // Utilize the date-time classes
40
0e320a79
DW
41#define wxUSE_CONFIG 1
42 // Use wxConfig, with CreateConfig in wxApp
6835592c 43
0e320a79
DW
44#define wxUSE_POSTSCRIPT 1
45 // 0 for no PostScript device context
46#define wxUSE_AFM_FOR_POSTSCRIPT 1
47 // 1 to use font metric files in GetTextExtent
48#define wxUSE_METAFILE 1
49 // 0 for no Metafile and metafile device context
50#define wxUSE_IPC 1
51 // 0 for no interprocess comms
52// Note: wxHELP uses IPC under X so these are interdependent!
53#define wxUSE_HELP 1
54 // 0 for no help facility
55#define wxUSE_RESOURCES 1
56 // 0 for no wxGetResource/wxWriteResource
57#define wxUSE_CONSTRAINTS 1
58 // 0 for no window layout constraint system
59
60#define wxUSE_TIMEDATE 1
61 // 0 for no wxTime/wxDate classes
62
3eada58e
DW
63#define wxUSE_MENUS 1
64 // 0 for no menus
65
66#define wxUSE_JOYSTICK 1
67 // 0 for no joystick functions
68
0e320a79
DW
69#define wxUSE_CLIPBOARD 1
70 // 0 for no clipboard functions
71
1dabb13f
DW
72#define wxUSE_PLOT 1
73 // 0 for no generic plot functions
74
0e320a79
DW
75#define wxUSE_SPLINES 1
76 // 0 for no splines
77
78#define wxUSE_DRAG_AND_DROP 1
79 // 0 for no drag and drop
80
6835592c 81#define wxUSE_CONTROLS 1 // Do not change
430974f8
DW
82#define wxUSE_POPUPWIN 1 //
83#define wxUSE_TIPWINDOW 1 //
6835592c
DW
84
85// Recommended setting: 1
86#define wxUSE_BUTTON 1 // wxButton
87#define wxUSE_BMPBUTTON 1 // wxBitmapButton
88#define wxUSE_CALENDARCTRL 1 // wxCalendarCtrl
89#define wxUSE_CHECKBOX 1 // wxCheckBox
90#define wxUSE_CHECKLISTBOX 1 // wxCheckListBox (requires wxUSE_OWNER_DRAWN)
91#define wxUSE_CHOICE 1 // wxChoice
92#define wxUSE_COMBOBOX 1 // wxComboBox
93#define wxUSE_GAUGE 1 // wxGauge
94#define wxUSE_LISTBOX 1 // wxListBox
95#define wxUSE_LISTCTRL 1 // wxListCtrl
96#define wxUSE_RADIOBOX 1 // wxRadioBox
97#define wxUSE_RADIOBTN 1 // wxRadioButton
98#define wxUSE_SCROLLBAR 1 // wxScrollBar
99#define wxUSE_SLIDER 1 // wxSlider
100#define wxUSE_SPINBTN 1 // wxSpinButton
101#define wxUSE_SPINCTRL 1 // wxSpinCtrl
102#define wxUSE_STATBOX 1 // wxStaticBox
103#define wxUSE_STATLINE 1 // wxStaticLine
104#define wxUSE_STATTEXT 1 // wxStaticText
105#define wxUSE_STATBMP 1 // wxStaticBitmap
106#define wxUSE_TEXTCTRL 1 // wxTextCtrl
107#define wxUSE_TOGGLEBTN 1 // requires wxButton
108#define wxUSE_TREECTRL 1 // wxTreeCtrl
109#define wxUSE_CHOICEDLG 1
110#define wxUSE_COLOURDLG 1
111#define wxUSE_DATAOBJ 1
112#define wxUSE_FILEDLG 1
113#define wxUSE_FONTDLG 1
114#define wxUSE_FONTMAP 1
115#define wxUSE_GRID 1
116#define wxUSE_IMAGLIST 1
117#define wxUSE_LOGGUI 1
118#define wxUSE_LOGWINDOW 1
119#define wxUSE_LOG_DIALOG 1
120#define wxUSE_MIMETYPE 1
121#define wxUSE_MSGDLG 1
122#define wxUSE_NOTEBOOK 1
e9c0df38 123#define wxUSE_LISTBOOK 1
6835592c
DW
124#define wxUSE_SPLITTER 1
125#define wxUSE_STOPWATCH 1
126#define wxUSE_TAB_DIALOG 1
127#define wxUSE_WXHTML_HELP 1
0e320a79
DW
128#define wxUSE_BUTTONBAR 1
129 // Define 1 to use buttonbar classes (enhanced toolbar
130 // for MS Windows)
0e320a79
DW
131
132#define wxUSE_RADIOBUTTON 1
133 // Define 1 to use radio button control
0e320a79
DW
134
135#define wxUSE_SCROLLBAR 1
136 // Define 1 to compile contributed wxScrollBar class
137
0e320a79
DW
138#define wxUSE_CARET 1
139 // Define 1 to use wxCaret class
79a4c912
DW
140#define wxUSE_TREECTRL 1
141 // Define 1 to use wxTree* classes
fb46a9a6 142#define wxUSE_XPM_IN_OS2 1
0e320a79 143 // Define 1 to support the XPM package in wxBitmap.
fb46a9a6
DW
144#define wxUSE_IMAGE_LOADING_IN_OS2 1
145 // Use dynamic DIB loading/saving code in utils/dib under OS2.
146#define wxUSE_RESOURCE_LOADING_IN_OS2 1
147 // Use dynamic icon/cursor loading/saving code
148 // under OS2.
4f5c180e 149#define wxUSE_WX_RESOURCES 0
0e320a79
DW
150 // Use .wxr resource mechanism (requires PrologIO library)
151
152// support for startup tips (wxShowTip &c)
153#define wxUSE_STARTUP_TIPS 1
154
155#define wxUSE_DOC_VIEW_ARCHITECTURE 1
156 // Set to 0 to disable document/view architecture
157#define wxUSE_MDI_ARCHITECTURE 1
158 // Set to 0 to disable MDI document/view architecture
159#define wxUSE_PRINTING_ARCHITECTURE 1
160 // Set to 0 to disable print/preview architecture code
fb46a9a6
DW
161#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_OS2 1
162 // Set to 0 to disable PostScript print/preview architecture code
163 // under OS/2 PM (just use PM printing).
0e320a79
DW
164#define wxUSE_DYNAMIC_CLASSES 1
165 // If 1, enables provision of run-time type information.
166 // NOW MANDATORY: don't change.
167#define wxUSE_MEMORY_TRACING 1
168 // If 1, enables debugging versions of wxObject::new and
169 // wxObject::delete *IF* __WXDEBUG__ is also defined.
170 // WARNING: this code may not work with all architectures, especially
171 // if alignment is an issue.
172#define wxUSE_DEBUG_CONTEXT 1
173 // If 1, enables wxDebugContext, for
174 // writing error messages to file, etc.
175 // If __WXDEBUG__ is not defined, will still use
176 // normal memory operators.
177 // It's recommended to set this to 1,
178 // since you may well need to output
179 // an error log in a production
180 // version (or non-debugging beta)
f6bcfd97
BP
181#if defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )
182#define wxUSE_GLOBAL_MEMORY_OPERATORS 0
183#else
0e320a79 184#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
f6bcfd97 185#endif
0e320a79
DW
186 // In debug mode, cause new and delete to be redefined globally.
187 // If this causes problems (e.g. link errors), set this to 0.
188
189#define wxUSE_DEBUG_NEW_ALWAYS 1
190 // In debug mode, causes new to be defined to
191 // be WXDEBUG_NEW (see object.h).
192 // If this causes problems (e.g. link errors), set this to 0.
193 // You may need to set this to 0 if using templates (at least
194 // for VC++).
195
196#define REMOVE_UNUSED_ARG 1
197 // Set this to 0 if your compiler can't cope
198 // with omission of prototype parameters.
199
1dabb13f 200#define wxUSE_ODBC 1
9695185a
GT
201 // Define 1 to use ODBC classes
202
f6bcfd97
BP
203#define wxODBC_FWD_ONLY_CURSORS 1
204 // For backward compatibility reasons, this parameter now only
205 // controls the default scrolling method used by cursors. This
206 // default behavior can be overriden by setting the second param
207 // of wxDB::GetDbConnection() to indicate whether the connection
208 // (and any wxTable()s that use the connection) should support
209 // forward only scrolling of cursors, or both forward and backward
210 // Support for backward scrolling cursors is dependent on the
211 // data source as well as the ODBC driver being used.
212
213#define wxODBC_BACKWARD_COMPATABILITY 0
214 // Default is 0. Set to 1 to use the deprecated classes, enum
215 // types, function, member variables. With a setting of 1, full
216 // backward compatability with the 2.0.x release is possible.
217 // It is STRONGLY recommended that this be set to 0, as
218 // future development will be done only on the non-deprecated
219 // functions/classes/member variables/etc.
0e320a79
DW
220
221#define wxUSE_IOSTREAMH 1
222 // VC++ 4.2 and above allows <iostream> and <iostream.h>
223 // but you can't mix them. Set to 1 for <iostream.h>,
224 // 0 for <iostream>
225
226#define wxUSE_STREAMS 1
227 // If enabled (1), compiles wxWindows streams classes
228
229#define wxUSE_STD_IOSTREAM 1
230 // Use standard C++ streams if 1. If 0, use wxWin
231 // streams implementation.
232
0e320a79
DW
233#define wxUSE_THREADS 1
234 // support for multithreaded applications: if
235 // 1, compile in thread classes (thread.h)
236 // and make the library thread safe
237#define wxUSE_ZLIB 1
238 // Use zlib for compression in streams and PNG code
08399e45
DW
239#define wxUSE_IMAGE 1
240 // Set to 1 for wxImage support (recommended).
0e320a79 241#define wxUSE_LIBPNG 1
08399e45 242 // Set to 1 for PNG format support
0e320a79 243#define wxUSE_LIBJPEG 1
08399e45
DW
244 // Set to 1 for JPEG format support
245#define wxUSE_LIBTIFF 1
246 // Set to 1 for TIFF format support
247#define wxUSE_GIF 1
248 // Set to 1 for GIF format support
249#define wxUSE_PNM 1
250 // Set to 1 for PNM format support
251#define wxUSE_PCX 1
252 // Set to 1 for PCX format support
b4b830ec 253#define wxUSE_IFF 1
4b6b4dfc 254 // Set to 1 for IFF format support
08399e45
DW
255#define wxUSE_XPM 1
256 // Set to 1 for XPM format support
257
658974ae
VS
258
259#define wxUSE_ICO_CUR 1
260 // Set to 1 for MS Icons and Cursors format support
261
0e320a79
DW
262#define wxUSE_SERIAL 1
263 // Use serialization (requires utils/serialize)
0e320a79
DW
264#define wxUSE_TOOLTIPS 1
265 // Define to use wxToolTip class and
266 // wxWindow::SetToolTip() method
267#define wxUSE_SOCKETS 1
268 // Set to 1 to use socket classes
269#define wxUSE_HTML 1
270 // Set to 1 to use wxHTML sub-library
271#define wxUSE_FS_ZIP 1
272#define wxUSE_FS_INET 1 // Set to 1 to enable virtual file systems
273
274#define wxUSE_BUSYINFO 1
275 // wxBusyInfo displays window with message
276 // when app is busy. Works in same way as
277 // wxBusyCursor
278#define wxUSE_ZIPSTREAM 1
279 // input stream for reading from zip archives
280
6835592c 281#define wxUSE_TIMER 1 // use the timer class
0e320a79
DW
282/*
283 * Finer detail
284 *
285 */
286
287#define wxUSE_APPLE_IEEE 1
288 // if enabled, the float codec written by Apple
289 // will be used to write, in a portable way,
290 // float on the disk
291
292// use wxFile class - required by i18n code, wxConfig and others - recommended
293#define wxUSE_FILE 1
294
6835592c
DW
295#define wxUSE_FFILE 1
296
a3a584a7
VZ
297// use wxTextBuffer class: required by wxTextFile
298#define wxUSE_TEXTBUFFER 1
299
0e320a79
DW
300// use wxTextFile class: requires wxFile, required by wxConfig
301#define wxUSE_TEXTFILE 1
302
303// i18n support: _() macro, wxLocale class. Requires wxFile
304#define wxUSE_INTL 1
305
306// wxLogXXX functions - highly recommended
307#define wxUSE_LOG 1
308
309// wxValidator class
310#define wxUSE_VALIDATORS 1
311
312// wxAcceleratorTable/Entry classes and support for them in wxMenu(Bar)
313#define wxUSE_ACCEL 1
314
315// wxSashWindow class
316#define wxUSE_SASH 1
317
318// text entry dialog and wxGetTextFromUser function
319#define wxUSE_TEXTDLG 1
320
b82186f0
DW
321// use the number dialog
322#define wxUSE_NUMBERDLG 1
323
0e320a79
DW
324// wxToolBar class
325#define wxUSE_TOOLBAR 1
97fdfcc9 326#define wxUSE_TOOLBAR_NATIVE 1
0e320a79
DW
327
328// wxStatusBar class
329#define wxUSE_STATUSBAR 1
330
f21a7f94
DW
331// wxSpinCtrl class
332#define wxUSE_SPINCTRL 1
333
0e320a79
DW
334// progress dialog class for lengthy operations
335#define wxUSE_PROGRESSDLG 1
336
337// wxDirDlg class for getting a directory name from user
f1633a8f
DW
338#define wxUSE_DIRDLG 1
339#define wxUSE_DIRDLGG 1
0e320a79
DW
340
341#define wxUSE_OWNER_DRAWN 1
342 // Owner-drawn menus and listboxes
343
344/*
345 * Any platform
346 *
347 */
348
349#define wxUSE_TYPEDEFS 0
350 // Use typedefs not classes for wxPoint
351 // and others, to reduce overhead and avoid
352 // MS C7 memory bug. Bounds checker
353 // complains about deallocating
354 // arrays of wxPoints if wxPoint is a class.
355
fb46a9a6
DW
356#define wxUSE_PORTABLE_FONTS_IN_OS2 0
357 // Define 1 to use new portable font scheme in Windows
358 // (used by default under X)
359
360#define wxUSE_GENERIC_DIALOGS_IN_OS2 0
361 // Define 1 to use generic dialogs in Windows, even though
362 // they duplicate native common dialog (e.g. wxColourDialog)
153b1416
DW
363
364#define wxUSE_SNGLINST_CHECKER 1
365
f8ed401c
DW
366#define wxUSE_GEOMETRY 1
367 // needed for wxCanvas
c190ab22
DW
368#define wxUSE_MENUS 1
369
8d7ddd02
DW
370#define wxUSE_WAVE 1
371
372#define wxUSE_REGEX 1
373
374#define wxUSE_FINDREPLDLG 1 // Find replace dialog
f8ed401c 375
f5643147
DW
376#define wxUSE_PALETTE 1
377
4cd411fa
DW
378#define wxUSE_CMDLINE_PARSER 1
379
afa59b4e
DW
380#define wxUSE_SPLASH 1
381
42f2e3e9
DW
382#if (!(defined(WXUSINGDLL) || defined(WXMAKINGDLL)))
383 #define NO_TEXT_WINDOW_STREAM 1 // defined in textctrl.h for DLL builds
384#endif
385
3c299c3a
DW
386#define wxUSE_UNICODE 0
387#define wxUSE_UNICODE_MSLU 0
388
1908260b
DW
389#define wxUSE_DYNLIB_CLASS 1
390 // Compile in wxLibrary class for run-time
391 // DLL loading and function calling
392#define wxUSE_DYNAMIC_LOADER 0
393
c93f804a 394#define wxUSE_WCHAR_T 1
076d1afa
DW
395#define wxUSE_PROTOCOL 1
396#define wxUSE_URL 1
397#define wxUSE_PROTOCOL_HTTP 1
398#define wxUSE_PROTOCOL_FTP 1
399#define wxUSE_PROTOCOL_FILE 1
400
2b5f62a0
VZ
401#define wxUSE_GENERIC_MDI_AS_NATIVE 1
402
0e320a79
DW
403#endif
404 // _WX_SETUP_H_