]> git.saurik.com Git - wxWidgets.git/blame - acconfig.h
Added some WINE things.
[wxWidgets.git] / acconfig.h
CommitLineData
dc30432a
VZ
1/* Generate setup.h.in from this file using autoheader. */
2/* */
3/* Version: $Id$ */
4
5#ifndef __GTKSETUPH__
6#define __GTKSETUPH__
7
8#ifdef __GNUG__
9 #pragma interface
10#endif
11
12@TOP@
13
14/* ------------------------------------------------------------------------ */
15/* wxWindows version (not used but required by autoheader) */
16/* ------------------------------------------------------------------------ */
17
18#undef PACKAGE
19#undef VERSION
20
7db05816
VZ
21/* needed for older automake? */
22#undef WITH_SYMBOL_UNDERSCORE
23
dc30432a
VZ
24/* ------------------------------------------------------------------------ */
25/* define if support for GTK 1.2 features */
26/* ------------------------------------------------------------------------ */
27
28#undef __WXGTK12__
29
30/* ------------------------------------------------------------------------ */
31/* define the system to compile */
32/* ------------------------------------------------------------------------ */
33
34/*
35 * Define to 1 for Unix[-like] system
36 */
37#define wxUSE_UNIX 1
38
39#undef __UNIX__
40#undef __LINUX__
41#undef __SGI__
42#undef __HPUX__
43#undef __SYSV__
44#undef __SVR4__
45#undef __AIX__
46#undef __SUN__
47#undef __SOLARIS__
48#undef __SUNOS__
49#undef __ALPHA__
50#undef __OSF__
51#undef __BSD__
52#undef __FREEBSD__
53#undef __VMS__
54#undef __ULTRIX__
55#undef __DATA_GENERAL__
56
57/* ------------------------------------------------------------------------ */
58/* compiler options */
59/* ------------------------------------------------------------------------ */
60
61/*
62 * Supports bool type
63 */
64#undef HAVE_BOOL
65
66/* ------------------------------------------------------------------------ */
67/* library options */
68/* ------------------------------------------------------------------------ */
69
70/*
71 * Use zlib
72 */
73#define wxUSE_ZLIB 0
74/*
75 * Use libpng
76 */
77#define wxUSE_LIBPNG 0
78/*
79 * Use libjpeg
80 */
81#define wxUSE_LIBJPEG 0
82/*
83 * Use libgif
84 */
85#define wxUSE_LIBGIF 0
86/*
87 * Use iODBC
88 */
89#define wxUSE_ODBC 0
90/*
91 * Use Threads
92 */
93#define wxUSE_THREADS 0
94/*
95 * Have glibc2
96 */
97#define wxHAVE_GLIBC2 0
98/*
99 * Use libXpm
100 */
101#define wxHAVE_LIB_XPM 0
102/*
103 * Use OpenGL
104 */
105#define wxUSE_OPENGL 0
106
107/* ------------------------------------------------------------------------ */
108/* GUI or not GUI? */
109/* ------------------------------------------------------------------------ */
110
111/*
112 * Use GUI
113 */
114#define wxUSE_GUI 1
115/*
116 * Defined if !wxUSE_GUI
117 */
118#undef wxUSE_NOGUI
119
120/* ------------------------------------------------------------------------ */
121/* "global" GUI options */
122/* ------------------------------------------------------------------------ */
123
124/*
125 * Use constraints mechanism
126 */
127#define wxUSE_CONSTRAINTS 0
128
129/*
130 * Use validators
131 */
132#define wxUSE_VALIDATORS 0
133
134/*
135 * Use accelerators
136 */
137#define wxUSE_ACCEL 0
138
139/*
140 * Use wxTextEntryDialog
141 */
142#define wxUSE_TEXTDLG 0
143
144/*
145 * Use directory chooser dialog
146 */
147#define wxUSE_DIRDLG 0
148
149/*
150 * Joystick support (Linux/GTK only)
151 */
152#define wxUSE_JOYSTICK 0
153
154/* ------------------------------------------------------------------------ */
155/* GUI control options */
156/* ------------------------------------------------------------------------ */
157
158/*
159 * Use this control
160 */
161#define wxUSE_CARET 0
162/*
163 * Use this control
164 */
165#define wxUSE_BMPBUTTON 0
166/*
167 * Use this control
168 */
169#define wxUSE_CHECKBOX 0
170/*
171 * Use this control
172 */
173#define wxUSE_CHECKLISTBOX 0
174/*
175 * Use this control
176 */
177#define wxUSE_COMBOBOX 0
178/*
179 * Use this control
180 */
181#define wxUSE_GAUGE 0
182/*
183 * Use this control
184 */
185#define wxUSE_GRID 0
186/*
187 * Use this control
188 */
189#define wxUSE_IMAGLIST 0
190/*
191 * Use this control
192 */
193#define wxUSE_LISTBOX 0
194/*
195 * Use this control
196 */
197#define wxUSE_LISTCTRL 0
198/*
199 * Use this control
200 */
201#define wxUSE_NOTEBOOK 0
202/*
203 * Use this control
204 */
205#define wxUSE_RADIOBOX 0
206/*
207 * Use this control
208 */
209#define wxUSE_RADIOBTN 0
210/*
211 * Use this control
212 */
213#define wxUSE_SASH 0
214/*
215 * Use this control
216 */
217#define wxUSE_SCROLLBAR 0
218/*
219 * Use this control
220 */
221#define wxUSE_SLIDER 0
222/*
223 * Use this control
224 */
225#define wxUSE_SPINBTN 0
226/*
227 * Use this control
228 */
229#define wxUSE_SPLITTER 0
230/*
231 * Use this control
232 */
233#define wxUSE_STATBMP 0
234/*
235 * Use this control
236 */
237#define wxUSE_STATBOX 0
238/*
239 * Use this control
240 */
241#define wxUSE_STATLINE 0
242/*
243 * Use this control
244 */
245#define wxUSE_STATUSBAR 0
246/*
247 * Use Tab dialog class - obsolete, use wxNotebook instead
248 */
249#define wxUSE_TAB_DIALOG 0
250/* compatibility */
251#define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
252/*
253 * Use this control
254 */
255#define wxUSE_TOOLBAR 0
256/*
257 * Use this control
258 */
259#define wxUSE_TREECTRL 0
260
261/* ------------------------------------------------------------------------ */
262/* non-GUI options */
263/* ------------------------------------------------------------------------ */
264
265/*
266 * Use wXLongLong (a.k.a. int64) class
267 */
268#define wxUSE_LONGLONG 0
269
270/*
271 * Use wxFile class
272 */
273#define wxUSE_FILE 0
274/*
275 * Use wxTextFile class
276 */
277#define wxUSE_TEXTFILE 0
278/*
279 * Use log classes and logging functions
280 */
281#define wxUSE_LOG 1
282/*
283 * Use time and date classes
284 */
285#define wxUSE_TIMEDATE 0
286/*
287 * Use config system
288 */
289#define wxUSE_CONFIG 0
290/*
291 * Use intl system
292 */
293#define wxUSE_INTL 0
294/*
295 * Use streams
296 */
297#define wxUSE_STREAMS 0
298/*
299 * Use class serialization
300 */
301#define wxUSE_SERIAL 0
302/*
303 * Use sockets
304 */
305#define wxUSE_SOCKETS 0
306/*
307 * Use standard C++ streams if 1. If 0, use wxWin
308 * streams implementation.
309 */
310#define wxUSE_STD_IOSTREAM 1
311/*
312 * wxLibrary class
313 */
314#define wxUSE_DYNLIB_CLASS 1
315
316/* ------------------------------------------------------------------------ */
317/* PS options */
318/* ------------------------------------------------------------------------ */
319
320/*
321 * Use font metric files in GetTextExtent for wxPostScriptDC
322 * Use consistent PostScript fonts for AFM and printing (!)
323 */
324#define wxUSE_AFM_FOR_POSTSCRIPT 0
325#define wxUSE_NORMALIZED_PS_FONTS 0
326
327/* compatibility */
328#define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
329
330/*
331 * Use PostScript device context
332 */
333#define wxUSE_POSTSCRIPT 0
334
335/* ------------------------------------------------------------------------ */
336/* wxString options */
337/* ------------------------------------------------------------------------ */
338
339/*
340 * Compile wxString with wide character (Unicode) support?
341 */
342#define wxUSE_UNICODE 0
343
344/*
345 * Work around a bug in GNU libc 5.x wcstombs() implementation.
346 *
347 * Note that you must link your programs with libc.a if you enable this and you
348 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
349 * thread-safe version of wcstombs()).
350 */
351#define wxUSE_WCSRTOMBS 0
352
353/*
354 * On some platforms overloading on size_t/int doesn't work, yet we'd like
355 * to define both size_t and int version of wxString::operator[] because it
356 * should really be size_t, but a lot of old, broken code uses int indices.
357 */
358#define wxUSE_SIZE_T_STRING_OPERATOR 0
359
360/* ------------------------------------------------------------------------ */
361/* misc options */
362/* ------------------------------------------------------------------------ */
363
364/*
365 * Use Interprocess communication
366 */
367#define wxUSE_IPC 0
368/*
369 * Use wxGetResource & wxWriteResource (change .Xdefaults)
370 */
371#define wxUSE_X_RESOURCES 0
372/*
373 * Use clipboard
374 */
375#define wxUSE_CLIPBOARD 0
376/*
377 * Use tooltips
378 */
379#define wxUSE_TOOLTIPS 0
380/*
381 * Use dnd
382 */
383#define wxUSE_DRAG_AND_DROP 0
384/*
385 * Use spline
386 */
387#define wxUSE_SPLINES 0
388/*
389 * Use wxLibrary class
390 */
391#define wxUSE_DYNLIB_CLASS 0
392
393/* ------------------------------------------------------------------------ */
394/* architecture options */
395/* ------------------------------------------------------------------------ */
396
397/*
398 * Use the mdi architecture
399 */
400#define wxUSE_MDI_ARCHITECTURE 0
401/*
402 * Use the document/view architecture
403 */
404#define wxUSE_DOC_VIEW_ARCHITECTURE 0
405/*
406 * Use the print/preview architecture
407 */
408#define wxUSE_PRINTING_ARCHITECTURE 0
409
410/* ------------------------------------------------------------------------ */
411/* Prolog and wxWindows' resource system options */
412/* ------------------------------------------------------------------------ */
413
414/*
415 * Use Prolog IO
416 */
417#define wxUSE_PROLOGIO 0
418/*
419 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
420 */
421#define wxUSE_RESOURCES 0
422
423/* for compatibility */
424#define wxUSE_WX_RESOURCES wxUSE_RESOURCES
425
426/* ------------------------------------------------------------------------ */
427/* the rest */
428/* ------------------------------------------------------------------------ */
429
430/*
431 * Use wxWindows help facility (needs wxUSE_IPC 1)
432 */
433#define wxUSE_HELP 0
434/*
435 * Use iostream.h rather than iostream
436 */
437#define wxUSE_IOSTREAMH 0
438/*
439 * Use Apple Ieee-double converter
440 */
441#define wxUSE_APPLE_IEEE 0
442/*
443 * Compatibility with 1.66 API.
444 * Level 0: no backward compatibility, all new features
445 * Level 1: wxDC, OnSize (etc.) compatibility, but
446 * some new features such as event tables
447 */
448#define WXWIN_COMPATIBILITY 0
449/*
450 * Compatibility with 2.0 API.
451 */
452#define WXWIN_COMPATIBILITY_2 1
453/*
454 * Enables debugging: memory tracing, assert, etc., contains debug level
455 */
456#define WXDEBUG 0
457/*
458 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
459 * WARNING: this code may not work with all architectures, especially
460 * if alignment is an issue.
461 */
462#define wxUSE_MEMORY_TRACING 0
463/*
464 * Enable debugging version of global memory operators new and delete
465 * Disable it, If this causes problems (e.g. link errors)
466 */
467#define wxUSE_DEBUG_NEW_ALWAYS 0
468/*
469 * VZ: What does this one do? (FIXME)
470 */
471#define wxUSE_DEBUG_CONTEXT 0
472/*
473 * In debug mode, causes new to be defined to
474 * be WXDEBUG_NEW (see object.h). If this causes
475 * problems (e.g. link errors), set this to 0.
476 */
477#define wxUSE_GLOBAL_MEMORY_OPERATORS 0
478/*
479 * Matthews garbage collection (used for MrEd?)
480 */
481#define WXGARBAGE_COLLECTION_ON 0
482/*
483 * Use splines
484 */
485#define wxUSE_SPLINES 0
486/*
487 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
488 */
489#define wxUSE_DYNAMIC_CLASSES 1
490
491/*
492 * Support for metafiles
493 */
494#define wxUSE_METAFILE 0
495
496/*
497 * wxMiniFrame
498 */
499#define wxUSE_MINIFRAME 0
500
501/*
502 * Disable this if your compiler can't cope
503 * with omission of prototype parameters.
504 */
505#define REMOVE_UNUSED_ARG 1
506/*
507 * The const keyword is being introduced more in wxWindows.
508 * You can use this setting to maintain backward compatibility.
509 * If 0: will use const wherever possible.
510 * If 1: will use const only where necessary
511 * for precompiled headers to work.
512 * If 2: will be totally backward compatible, but precompiled
513 * headers may not work and program size will be larger.
514 */
515#define CONST_COMPATIBILITY 0
516
517/* ------------------------------------------------------------------------ */
518/* System-specific stuff */
519/* ------------------------------------------------------------------------ */
520
521/* The type of 3rd argument to getsockname() - usually size_t or int */
522#undef SOCKLEN_T
523
524/* Define if you have dlopen() */
525#undef HAVE_DLOPEN
526
527/* Define if you have nanosleep() */
528#undef HAVE_NANOSLEEP
529
530/* Define if you have sched_yield */
531#undef HAVE_SCHED_YIELD
532
533/* Define if you have pthread_cancel */
534#undef HAVE_PTHREAD_CANCEL
535
536/* Define if you have all functions to set thread priority */
537#undef HAVE_THREAD_PRIORITY_FUNCTIONS
538
539/* Define if you can specify exit functions to a thread */
540#undef HAVE_THREAD_CLEANUP_FUNCTIONS
541
542/* Define if you have shl_load() */
543#undef HAVE_SHL_LOAD
544
545/* Define if you have vsnprintf() */
546#undef HAVE_VSNPRINTF
547
548/* Define if you have usleep() */
549#undef HAVE_USLEEP
550
551/* Define if you have wcslen function */
552#undef HAVE_WCSLEN
553
554@BOTTOM@
555
556#endif /* __GTKSETUPH__ */