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