]> git.saurik.com Git - wxWidgets.git/blame - include/wx/os2/setup.h
Private gsocket files were using 'typedef int bool', removed this
[wxWidgets.git] / include / wx / os2 / setup.h
CommitLineData
0e320a79
DW
1/////////////////////////////////////////////////////////////////////////////
2// Name: setup.h
3// Purpose: Configuration for the library
fb46a9a6 4// Author: Julian Smart
0e320a79 5// Modified by:
fb46a9a6 6// Created: 01/02/97
0e320a79 7// RCS-ID: $Id$
fb46a9a6 8// Copyright: (c) Julian Smart
0e320a79
DW
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
27476f73
DW
25// ----------------------------------------------------------------------------
26// General features
27// ----------------------------------------------------------------------------
0e320a79 28
29a99be3
DW
29#define wxUSE_FILESYSTEM 1 // better have this is you want to compile wxHTML
30
2ce0a6e2 31#if defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )
ea258ad3 32#define wxUSE_LONGLONG 1
2ce0a6e2
DW
33#endif
34
35#define wxUSE_NET_API 1 // Utilize OS/2's UPM netapi's
d90895ac 36
0e320a79
DW
37#define wxUSE_CONFIG 1
38 // Use wxConfig, with CreateConfig in wxApp
39
0e320a79
DW
40#define wxUSE_POSTSCRIPT 1
41 // 0 for no PostScript device context
42#define wxUSE_AFM_FOR_POSTSCRIPT 1
43 // 1 to use font metric files in GetTextExtent
44#define wxUSE_METAFILE 1
45 // 0 for no Metafile and metafile device context
46#define wxUSE_IPC 1
47 // 0 for no interprocess comms
48// Note: wxHELP uses IPC under X so these are interdependent!
49#define wxUSE_HELP 1
50 // 0 for no help facility
51#define wxUSE_RESOURCES 1
52 // 0 for no wxGetResource/wxWriteResource
53#define wxUSE_CONSTRAINTS 1
54 // 0 for no window layout constraint system
55
56#define wxUSE_TIMEDATE 1
57 // 0 for no wxTime/wxDate classes
58
59#define wxUSE_CLIPBOARD 1
60 // 0 for no clipboard functions
61
1dabb13f
DW
62#define wxUSE_PLOT 1
63 // 0 for no generic plot functions
64
0e320a79
DW
65#define wxUSE_SPLINES 1
66 // 0 for no splines
67
68#define wxUSE_DRAG_AND_DROP 1
69 // 0 for no drag and drop
70
0e320a79
DW
71#define wxUSE_BUTTONBAR 1
72 // Define 1 to use buttonbar classes (enhanced toolbar
73 // for MS Windows)
74#define wxUSE_GAUGE 1
75 // Define 1 to use Microsoft's gauge (Windows)
76 // or Bull's gauge (Motif) library (both in contrib).
77#define wxUSE_COMBOBOX 1
78 // Define 1 to use COMBOXBOX control (Windows)
79 // or FWW's ComboBox widget (Motif).
80#define wxUSE_CHOICE 1
81 // Define 1 to use CHOICE
82
83#define wxUSE_RADIOBUTTON 1
84 // Define 1 to use radio button control
85#define wxUSE_RADIOBTN 1
86 // Unfortunately someone introduced this one, too
87
88#define wxUSE_SCROLLBAR 1
89 // Define 1 to compile contributed wxScrollBar class
90
91#define wxUSE_CHECKBOX 1
92 // Define 1 to compile checkbox
93
94#define wxUSE_LISTBOX 1
95 // Define 1 to compile listbox
96
97#define wxUSE_SPINBTN 1
98 // Define 1 to compile spin button
99
100// use wxStaticLine class (separator line in the dialog)?
101#define wxUSE_STATLINE 1
102
103#define wxUSE_CHECKLISTBOX 1
104 // Define 1 to compile check listbox
0e320a79
DW
105#define wxUSE_CARET 1
106 // Define 1 to use wxCaret class
79a4c912
DW
107#define wxUSE_TREECTRL 1
108 // Define 1 to use wxTree* classes
fb46a9a6 109#define wxUSE_XPM_IN_OS2 1
0e320a79 110 // Define 1 to support the XPM package in wxBitmap.
fb46a9a6
DW
111#define wxUSE_IMAGE_LOADING_IN_OS2 1
112 // Use dynamic DIB loading/saving code in utils/dib under OS2.
113#define wxUSE_RESOURCE_LOADING_IN_OS2 1
114 // Use dynamic icon/cursor loading/saving code
115 // under OS2.
0e320a79
DW
116#define wxUSE_WX_RESOURCES 1
117 // Use .wxr resource mechanism (requires PrologIO library)
118
119// support for startup tips (wxShowTip &c)
120#define wxUSE_STARTUP_TIPS 1
121
122#define wxUSE_DOC_VIEW_ARCHITECTURE 1
123 // Set to 0 to disable document/view architecture
124#define wxUSE_MDI_ARCHITECTURE 1
125 // Set to 0 to disable MDI document/view architecture
126#define wxUSE_PRINTING_ARCHITECTURE 1
127 // Set to 0 to disable print/preview architecture code
fb46a9a6
DW
128#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_OS2 1
129 // Set to 0 to disable PostScript print/preview architecture code
130 // under OS/2 PM (just use PM printing).
0e320a79
DW
131#define wxUSE_DYNAMIC_CLASSES 1
132 // If 1, enables provision of run-time type information.
133 // NOW MANDATORY: don't change.
134#define wxUSE_MEMORY_TRACING 1
135 // If 1, enables debugging versions of wxObject::new and
136 // wxObject::delete *IF* __WXDEBUG__ is also defined.
137 // WARNING: this code may not work with all architectures, especially
138 // if alignment is an issue.
139#define wxUSE_DEBUG_CONTEXT 1
140 // If 1, enables wxDebugContext, for
141 // writing error messages to file, etc.
142 // If __WXDEBUG__ is not defined, will still use
143 // normal memory operators.
144 // It's recommended to set this to 1,
145 // since you may well need to output
146 // an error log in a production
147 // version (or non-debugging beta)
f6bcfd97
BP
148#if defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )
149#define wxUSE_GLOBAL_MEMORY_OPERATORS 0
150#else
0e320a79 151#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
f6bcfd97 152#endif
0e320a79
DW
153 // In debug mode, cause new and delete to be redefined globally.
154 // If this causes problems (e.g. link errors), set this to 0.
155
156#define wxUSE_DEBUG_NEW_ALWAYS 1
157 // In debug mode, causes new to be defined to
158 // be WXDEBUG_NEW (see object.h).
159 // If this causes problems (e.g. link errors), set this to 0.
160 // You may need to set this to 0 if using templates (at least
161 // for VC++).
162
163#define REMOVE_UNUSED_ARG 1
164 // Set this to 0 if your compiler can't cope
165 // with omission of prototype parameters.
166
1dabb13f 167#define wxUSE_ODBC 1
57c4d796
DW
168 // Define 1 to use ODBC classes
169
f6bcfd97
BP
170#define wxODBC_FWD_ONLY_CURSORS 1
171 // For backward compatibility reasons, this parameter now only
172 // controls the default scrolling method used by cursors. This
173 // default behavior can be overriden by setting the second param
174 // of wxDB::GetDbConnection() to indicate whether the connection
175 // (and any wxTable()s that use the connection) should support
176 // forward only scrolling of cursors, or both forward and backward
177 // Support for backward scrolling cursors is dependent on the
178 // data source as well as the ODBC driver being used.
179
180#define wxODBC_BACKWARD_COMPATABILITY 0
181 // Default is 0. Set to 1 to use the deprecated classes, enum
182 // types, function, member variables. With a setting of 1, full
183 // backward compatability with the 2.0.x release is possible.
184 // It is STRONGLY recommended that this be set to 0, as
185 // future development will be done only on the non-deprecated
186 // functions/classes/member variables/etc.
0e320a79
DW
187
188#define wxUSE_IOSTREAMH 1
189 // VC++ 4.2 and above allows <iostream> and <iostream.h>
190 // but you can't mix them. Set to 1 for <iostream.h>,
191 // 0 for <iostream>
192
193#define wxUSE_STREAMS 1
194 // If enabled (1), compiles wxWindows streams classes
195
196#define wxUSE_STD_IOSTREAM 1
197 // Use standard C++ streams if 1. If 0, use wxWin
198 // streams implementation.
199
200#define wxUSE_WXCONFIG 1
201 // if enabled, compiles built-in OS independent wxConfig
202 // class and it's file (any platform) and registry (Win)
203 // based implementations
204#define wxUSE_THREADS 1
205 // support for multithreaded applications: if
206 // 1, compile in thread classes (thread.h)
207 // and make the library thread safe
208#define wxUSE_ZLIB 1
209 // Use zlib for compression in streams and PNG code
08399e45
DW
210#define wxUSE_IMAGE 1
211 // Set to 1 for wxImage support (recommended).
0e320a79 212#define wxUSE_LIBPNG 1
08399e45 213 // Set to 1 for PNG format support
0e320a79 214#define wxUSE_LIBJPEG 1
08399e45
DW
215 // Set to 1 for JPEG format support
216#define wxUSE_LIBTIFF 1
217 // Set to 1 for TIFF format support
218#define wxUSE_GIF 1
219 // Set to 1 for GIF format support
220#define wxUSE_PNM 1
221 // Set to 1 for PNM format support
222#define wxUSE_PCX 1
223 // Set to 1 for PCX format support
224#define wxUSE_XPM 1
225 // Set to 1 for XPM format support
226
0e320a79
DW
227#define wxUSE_SERIAL 1
228 // Use serialization (requires utils/serialize)
229#define wxUSE_DYNLIB_CLASS 1
230 // Compile in wxLibrary class for run-time
231 // DLL loading and function calling
232#define wxUSE_TOOLTIPS 1
233 // Define to use wxToolTip class and
234 // wxWindow::SetToolTip() method
235#define wxUSE_SOCKETS 1
236 // Set to 1 to use socket classes
237#define wxUSE_HTML 1
238 // Set to 1 to use wxHTML sub-library
239#define wxUSE_FS_ZIP 1
240#define wxUSE_FS_INET 1 // Set to 1 to enable virtual file systems
241
242#define wxUSE_BUSYINFO 1
243 // wxBusyInfo displays window with message
244 // when app is busy. Works in same way as
245 // wxBusyCursor
246#define wxUSE_ZIPSTREAM 1
247 // input stream for reading from zip archives
248
249/*
250 * Finer detail
251 *
252 */
253
254#define wxUSE_APPLE_IEEE 1
255 // if enabled, the float codec written by Apple
256 // will be used to write, in a portable way,
257 // float on the disk
258
259// use wxFile class - required by i18n code, wxConfig and others - recommended
260#define wxUSE_FILE 1
261
262// use wxTextFile class: requires wxFile, required by wxConfig
263#define wxUSE_TEXTFILE 1
264
265// i18n support: _() macro, wxLocale class. Requires wxFile
266#define wxUSE_INTL 1
267
268// wxLogXXX functions - highly recommended
269#define wxUSE_LOG 1
270
271// wxValidator class
272#define wxUSE_VALIDATORS 1
273
274// wxAcceleratorTable/Entry classes and support for them in wxMenu(Bar)
275#define wxUSE_ACCEL 1
276
277// wxSashWindow class
278#define wxUSE_SASH 1
279
280// text entry dialog and wxGetTextFromUser function
281#define wxUSE_TEXTDLG 1
282
283// wxToolBar class
284#define wxUSE_TOOLBAR 1
97fdfcc9 285#define wxUSE_TOOLBAR_NATIVE 1
0e320a79
DW
286
287// wxStatusBar class
288#define wxUSE_STATUSBAR 1
289
ea258ad3
DW
290// wxSpinCtrl class
291#define wxUSE_SPINCTRL 1
292
0e320a79
DW
293// progress dialog class for lengthy operations
294#define wxUSE_PROGRESSDLG 1
295
296// wxDirDlg class for getting a directory name from user
297#define wxUSE_DIRDLG 1
298
299#define wxUSE_OWNER_DRAWN 1
300 // Owner-drawn menus and listboxes
301
302/*
303 * Any platform
304 *
305 */
306
307#define wxUSE_TYPEDEFS 0
308 // Use typedefs not classes for wxPoint
309 // and others, to reduce overhead and avoid
310 // MS C7 memory bug. Bounds checker
311 // complains about deallocating
312 // arrays of wxPoints if wxPoint is a class.
313
fb46a9a6
DW
314#define wxUSE_PORTABLE_FONTS_IN_OS2 0
315 // Define 1 to use new portable font scheme in Windows
316 // (used by default under X)
317
318#define wxUSE_GENERIC_DIALOGS_IN_OS2 0
319 // Define 1 to use generic dialogs in Windows, even though
320 // they duplicate native common dialog (e.g. wxColourDialog)
0e320a79
DW
321#endif
322 // _WX_SETUP_H_