]>
git.saurik.com Git - wxWidgets.git/blob - acconfig.h
1 /* Generate setup.h.in from this file using autoheader. */
14 /* ------------------------------------------------------------------------ */
15 /* wxWindows version (not used but required by autoheader) */
16 /* ------------------------------------------------------------------------ */
21 /* ------------------------------------------------------------------------ */
22 /* define if support for GTK 1.2 features */
23 /* ------------------------------------------------------------------------ */
27 /* ------------------------------------------------------------------------ */
28 /* define the system to compile */
29 /* ------------------------------------------------------------------------ */
32 * Define to 1 for Unix[-like] system
52 #undef __DATA_GENERAL__
54 /* ------------------------------------------------------------------------ */
55 /* compiler options */
56 /* ------------------------------------------------------------------------ */
63 /* ------------------------------------------------------------------------ */
65 /* ------------------------------------------------------------------------ */
74 #define wxUSE_LIBPNG 0
78 #define wxUSE_LIBJPEG 0
82 #define wxUSE_LIBGIF 0
90 #define wxUSE_THREADS 0
94 #define wxHAVE_GLIBC2 0
98 #define wxHAVE_LIB_XPM 0
102 #define wxUSE_OPENGL 0
104 /* ------------------------------------------------------------------------ */
105 /* GUI or not GUI? */
106 /* ------------------------------------------------------------------------ */
113 * Defined if !wxUSE_GUI
117 /* ------------------------------------------------------------------------ */
118 /* "global" GUI options */
119 /* ------------------------------------------------------------------------ */
122 * Use constraints mechanism
124 #define wxUSE_CONSTRAINTS 0
129 #define wxUSE_VALIDATORS 0
134 #define wxUSE_ACCEL 0
137 * Use wxTextEntryDialog
139 #define wxUSE_TEXTDLG 0
142 * Use directory chooser dialog
144 #define wxUSE_DIRDLG 0
147 * Joystick support (Linux/GTK only)
149 #define wxUSE_JOYSTICK 0
151 /* ------------------------------------------------------------------------ */
152 /* GUI control options */
153 /* ------------------------------------------------------------------------ */
158 #define wxUSE_CARET 0
162 #define wxUSE_BMPBUTTON 0
166 #define wxUSE_CHECKBOX 0
170 #define wxUSE_CHECKLISTBOX 0
174 #define wxUSE_COMBOBOX 0
178 #define wxUSE_GAUGE 0
186 #define wxUSE_IMAGLIST 0
190 #define wxUSE_LISTBOX 0
194 #define wxUSE_LISTCTRL 0
198 #define wxUSE_NOTEBOOK 0
202 #define wxUSE_RADIOBOX 0
206 #define wxUSE_RADIOBTN 0
214 #define wxUSE_SCROLLBAR 0
218 #define wxUSE_SLIDER 0
222 #define wxUSE_SPINBTN 0
226 #define wxUSE_SPLITTER 0
230 #define wxUSE_STATBMP 0
234 #define wxUSE_STATBOX 0
238 #define wxUSE_STATLINE 0
242 #define wxUSE_STATUSBAR 0
244 * Use Tab dialog class - obsolete, use wxNotebook instead
246 #define wxUSE_TAB_DIALOG 0
248 #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
252 #define wxUSE_TOOLBAR 0
256 #define wxUSE_TREECTRL 0
258 /* ------------------------------------------------------------------------ */
259 /* non-GUI options */
260 /* ------------------------------------------------------------------------ */
263 * Use wXLongLong (a.k.a. int64) class
265 #define wxUSE_LONGLONG 0
272 * Use wxTextFile class
274 #define wxUSE_TEXTFILE 0
276 * Use log classes and logging functions
280 * Use time and date classes
282 #define wxUSE_TIMEDATE 0
286 #define wxUSE_CONFIG 0
294 #define wxUSE_STREAMS 0
296 * Use class serialization
298 #define wxUSE_SERIAL 0
302 #define wxUSE_SOCKETS 0
304 * Use standard C++ streams if 1. If 0, use wxWin
305 * streams implementation.
307 #define wxUSE_STD_IOSTREAM 1
311 #define wxUSE_DYNLIB_CLASS 1
313 /* ------------------------------------------------------------------------ */
315 /* ------------------------------------------------------------------------ */
318 * Use font metric files in GetTextExtent for wxPostScriptDC
319 * Use consistent PostScript fonts for AFM and printing (!)
321 #define wxUSE_AFM_FOR_POSTSCRIPT 0
322 #define wxUSE_NORMALIZED_PS_FONTS 0
325 #define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
328 * Use PostScript device context
330 #define wxUSE_POSTSCRIPT 0
332 /* ------------------------------------------------------------------------ */
333 /* wxString options */
334 /* ------------------------------------------------------------------------ */
337 * Compile wxString with wide character (Unicode) support?
339 #define wxUSE_UNICODE 0
342 * Work around a bug in GNU libc 5.x wcstombs() implementation.
344 * Note that you must link your programs with libc.a if you enable this and you
345 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
346 * thread-safe version of wcstombs()).
348 #define wxUSE_WCSRTOMBS 0
351 * On some platforms overloading on size_t/int doesn't work, yet we'd like
352 * to define both size_t and int version of wxString::operator[] because it
353 * should really be size_t, but a lot of old, broken code uses int indices.
355 #define wxUSE_SIZE_T_STRING_OPERATOR 0
357 /* ------------------------------------------------------------------------ */
359 /* ------------------------------------------------------------------------ */
362 * Use Interprocess communication
366 * Use wxGetResource & wxWriteResource (change .Xdefaults)
368 #define wxUSE_X_RESOURCES 0
372 #define wxUSE_CLIPBOARD 0
376 #define wxUSE_TOOLTIPS 0
380 #define wxUSE_DRAG_AND_DROP 0
384 #define wxUSE_SPLINES 0
386 * Use wxLibrary class
388 #define wxUSE_DYNLIB_CLASS 0
390 /* ------------------------------------------------------------------------ */
391 /* architecture options */
392 /* ------------------------------------------------------------------------ */
395 * Use the mdi architecture
397 #define wxUSE_MDI_ARCHITECTURE 0
399 * Use the document/view architecture
401 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
403 * Use the print/preview architecture
405 #define wxUSE_PRINTING_ARCHITECTURE 0
407 /* ------------------------------------------------------------------------ */
408 /* Prolog and wxWindows' resource system options */
409 /* ------------------------------------------------------------------------ */
414 #define wxUSE_PROLOGIO 0
416 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
418 #define wxUSE_RESOURCES 0
420 /* for compatibility */
421 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
423 /* ------------------------------------------------------------------------ */
425 /* ------------------------------------------------------------------------ */
428 * Use wxWindows help facility (needs wxUSE_IPC 1)
432 * Use iostream.h rather than iostream
434 #define wxUSE_IOSTREAMH 0
436 * Use Apple Ieee-double converter
438 #define wxUSE_APPLE_IEEE 0
440 * Compatibility with 1.66 API.
441 * Level 0: no backward compatibility, all new features
442 * Level 1: wxDC, OnSize (etc.) compatibility, but
443 * some new features such as event tables
445 #define WXWIN_COMPATIBILITY 0
447 * Compatibility with 2.0 API.
449 #define WXWIN_COMPATIBILITY_2 1
451 * Enables debugging: memory tracing, assert, etc., contains debug level
455 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
456 * WARNING: this code may not work with all architectures, especially
457 * if alignment is an issue.
459 #define wxUSE_MEMORY_TRACING 0
461 * Enable debugging version of global memory operators new and delete
462 * Disable it, If this causes problems (e.g. link errors)
464 #define wxUSE_DEBUG_NEW_ALWAYS 0
466 * VZ: What does this one do? (FIXME)
468 #define wxUSE_DEBUG_CONTEXT 0
470 * In debug mode, causes new to be defined to
471 * be WXDEBUG_NEW (see object.h). If this causes
472 * problems (e.g. link errors), set this to 0.
474 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
476 * Matthews garbage collection (used for MrEd?)
478 #define WXGARBAGE_COLLECTION_ON 0
482 #define wxUSE_SPLINES 0
484 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
486 #define wxUSE_DYNAMIC_CLASSES 1
489 * Support for metafiles
491 #define wxUSE_METAFILE 0
496 #define wxUSE_MINIFRAME 0
499 * Disable this if your compiler can't cope
500 * with omission of prototype parameters.
502 #define REMOVE_UNUSED_ARG 1
504 * The const keyword is being introduced more in wxWindows.
505 * You can use this setting to maintain backward compatibility.
506 * If 0: will use const wherever possible.
507 * If 1: will use const only where necessary
508 * for precompiled headers to work.
509 * If 2: will be totally backward compatible, but precompiled
510 * headers may not work and program size will be larger.
512 #define CONST_COMPATIBILITY 0
514 /* ------------------------------------------------------------------------ */
515 /* System-specific stuff */
516 /* ------------------------------------------------------------------------ */
518 /* The type of 3rd argument to getsockname() - usually size_t or int */
521 /* Define if you have dlopen() */
524 /* Define if you have nanosleep() */
525 #undef HAVE_NANOSLEEP
527 /* Define if you have sched_yield */
528 #undef HAVE_SCHED_YIELD
530 /* Define if you have pthread_cancel */
531 #undef HAVE_PTHREAD_CANCEL
533 /* Define if you have all functions to set thread priority */
534 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
536 /* Define if you can specify exit functions to a thread */
537 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
539 /* Define if you have shl_load() */
542 /* Define if you have vsnprintf() */
543 #undef HAVE_VSNPRINTF
545 /* Define if you have usleep() */
548 /* Define if you have wcslen function */
553 #endif /* __GTKSETUPH__ */