]>
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 /* ------------------------------------------------------------------------ */
23 /* needed for older automake? */
24 #undef WITH_SYMBOL_UNDERSCORE
26 /* ------------------------------------------------------------------------ */
27 /* define if support for GTK 1.2 features */
28 /* ------------------------------------------------------------------------ */
32 /* ------------------------------------------------------------------------ */
33 /* define the system to compile */
34 /* ------------------------------------------------------------------------ */
37 * Define to 1 for Unix[-like] system
57 #undef __DATA_GENERAL__
60 /* ------------------------------------------------------------------------ */
61 /* compiler options */
62 /* ------------------------------------------------------------------------ */
69 /* ------------------------------------------------------------------------ */
71 /* ------------------------------------------------------------------------ */
80 #define wxUSE_LIBPNG 0
84 #define wxUSE_LIBJPEG 0
88 #define wxUSE_LIBGIF 0
96 #define wxUSE_THREADS 0
100 #define wxHAVE_GLIBC2 0
104 #define wxHAVE_LIB_XPM 0
108 #define wxUSE_OPENGL 0
110 /* ------------------------------------------------------------------------ */
111 /* GUI or not GUI? */
112 /* ------------------------------------------------------------------------ */
119 * Defined if !wxUSE_GUI
123 /* ------------------------------------------------------------------------ */
124 /* "global" GUI options */
125 /* ------------------------------------------------------------------------ */
128 * Use constraints mechanism
130 #define wxUSE_CONSTRAINTS 0
135 #define wxUSE_VALIDATORS 0
140 #define wxUSE_ACCEL 0
143 * Use wxTextEntryDialog
145 #define wxUSE_TEXTDLG 0
148 * Use directory chooser dialog
150 #define wxUSE_DIRDLG 0
153 * Joystick support (Linux/GTK only)
155 #define wxUSE_JOYSTICK 0
157 /* ------------------------------------------------------------------------ */
158 /* GUI control options */
159 /* ------------------------------------------------------------------------ */
164 #define wxUSE_CARET 0
168 #define wxUSE_BMPBUTTON 0
172 #define wxUSE_CHECKBOX 0
176 #define wxUSE_CHECKLISTBOX 0
180 #define wxUSE_COMBOBOX 0
184 #define wxUSE_GAUGE 0
192 #define wxUSE_IMAGLIST 0
196 #define wxUSE_LISTBOX 0
200 #define wxUSE_LISTCTRL 0
204 #define wxUSE_NOTEBOOK 0
208 #define wxUSE_RADIOBOX 0
212 #define wxUSE_RADIOBTN 0
220 #define wxUSE_SCROLLBAR 0
224 #define wxUSE_SLIDER 0
228 #define wxUSE_SPINBTN 0
232 #define wxUSE_SPLITTER 0
236 #define wxUSE_STATBMP 0
240 #define wxUSE_STATBOX 0
244 #define wxUSE_STATLINE 0
248 #define wxUSE_STATUSBAR 0
250 * Use Tab dialog class - obsolete, use wxNotebook instead
252 #define wxUSE_TAB_DIALOG 0
254 #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
258 #define wxUSE_TOOLBAR 0
262 #define wxUSE_BUTTONBAR 1
269 #define wxUSE_TREECTRL 0
271 /* ------------------------------------------------------------------------ */
272 /* non-GUI options */
273 /* ------------------------------------------------------------------------ */
276 * Use wxLongLong (a.k.a. int64) class
278 #define wxUSE_LONGLONG 0
285 * Use wxTextFile class
287 #define wxUSE_TEXTFILE 0
289 * Use log classes and logging functions
293 * Use time and date classes
295 #define wxUSE_TIMEDATE 0
303 #define wxUSE_CONFIG 0
311 #define wxUSE_STREAMS 0
313 * Use class serialization
315 #define wxUSE_SERIAL 0
319 #define wxUSE_SOCKETS 0
321 * Use standard C++ streams if 1. If 0, use wxWin
322 * streams implementation.
324 #define wxUSE_STD_IOSTREAM 1
328 #define wxUSE_DYNLIB_CLASS 1
330 /* ------------------------------------------------------------------------ */
332 /* ------------------------------------------------------------------------ */
335 * Use font metric files in GetTextExtent for wxPostScriptDC
336 * Use consistent PostScript fonts for AFM and printing (!)
338 #define wxUSE_AFM_FOR_POSTSCRIPT 0
339 #define wxUSE_NORMALIZED_PS_FONTS 0
342 #define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
345 * Use PostScript device context
347 #define wxUSE_POSTSCRIPT 0
349 /* ------------------------------------------------------------------------ */
350 /* wxString options */
351 /* ------------------------------------------------------------------------ */
354 * Compile wxString with wide character (Unicode) support?
356 #define wxUSE_UNICODE 0
359 * Work around a bug in GNU libc 5.x wcstombs() implementation.
361 * Note that you must link your programs with libc.a if you enable this and you
362 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
363 * thread-safe version of wcstombs()).
365 #define wxUSE_WCSRTOMBS 0
368 * On some platforms overloading on size_t/int doesn't work, yet we'd like
369 * to define both size_t and int version of wxString::operator[] because it
370 * should really be size_t, but a lot of old, broken code uses int indices.
372 #define wxUSE_SIZE_T_STRING_OPERATOR 0
375 * Use the new experimental implementation of wxString::Printf()?
377 * Warning: enabling this may cause internal compiler errors with gcc!
379 #define wxUSE_EXPERIMENTAL_PRINTF 0
381 /* ------------------------------------------------------------------------ */
383 /* ------------------------------------------------------------------------ */
386 * Use Interprocess communication
390 * Use wxGetResource & wxWriteResource (change .Xdefaults)
392 #define wxUSE_X_RESOURCES 0
396 #define wxUSE_CLIPBOARD 0
400 #define wxUSE_TOOLTIPS 0
404 #define wxUSE_DRAG_AND_DROP 0
408 #define wxUSE_SPLINES 0
410 * Use wxLibrary class
412 #define wxUSE_DYNLIB_CLASS 0
414 /* ------------------------------------------------------------------------ */
415 /* architecture options */
416 /* ------------------------------------------------------------------------ */
419 * Use the mdi architecture
421 #define wxUSE_MDI_ARCHITECTURE 0
423 * Use the document/view architecture
425 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
427 * Use the print/preview architecture
429 #define wxUSE_PRINTING_ARCHITECTURE 0
431 /* ------------------------------------------------------------------------ */
432 /* Prolog and wxWindows' resource system options */
433 /* ------------------------------------------------------------------------ */
438 #define wxUSE_PROLOGIO 0
440 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
442 #define wxUSE_RESOURCES 0
444 /* for compatibility */
445 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
447 /* ------------------------------------------------------------------------ */
449 /* ------------------------------------------------------------------------ */
452 * Use wxWindows help facility (needs wxUSE_IPC 1)
456 * Use iostream.h rather than iostream
458 #define wxUSE_IOSTREAMH 0
460 * Use Apple Ieee-double converter
462 #define wxUSE_APPLE_IEEE 0
464 * Compatibility with 1.66 API.
465 * Level 0: no backward compatibility, all new features
466 * Level 1: wxDC, OnSize (etc.) compatibility, but
467 * some new features such as event tables
469 #define WXWIN_COMPATIBILITY 0
471 * Compatibility with 2.0 API.
473 #define WXWIN_COMPATIBILITY_2 1
475 * Enables debugging: memory tracing, assert, etc., contains debug level
479 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
480 * WARNING: this code may not work with all architectures, especially
481 * if alignment is an issue.
483 #define wxUSE_MEMORY_TRACING 0
485 * Enable debugging version of global memory operators new and delete
486 * Disable it, If this causes problems (e.g. link errors)
488 #define wxUSE_DEBUG_NEW_ALWAYS 0
490 * VZ: What does this one do? (FIXME)
492 #define wxUSE_DEBUG_CONTEXT 0
494 * In debug mode, causes new to be defined to
495 * be WXDEBUG_NEW (see object.h). If this causes
496 * problems (e.g. link errors), set this to 0.
498 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
500 * Matthews garbage collection (used for MrEd?)
502 #define WXGARBAGE_COLLECTION_ON 0
506 #define wxUSE_SPLINES 0
508 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
510 #define wxUSE_DYNAMIC_CLASSES 1
513 * Support for metafiles
515 #define wxUSE_METAFILE 0
520 #define wxUSE_MINIFRAME 0
523 * Disable this if your compiler can't cope
524 * with omission of prototype parameters.
526 #define REMOVE_UNUSED_ARG 1
528 * The const keyword is being introduced more in wxWindows.
529 * You can use this setting to maintain backward compatibility.
530 * If 0: will use const wherever possible.
531 * If 1: will use const only where necessary
532 * for precompiled headers to work.
533 * If 2: will be totally backward compatible, but precompiled
534 * headers may not work and program size will be larger.
536 #define CONST_COMPATIBILITY 0
538 /* ------------------------------------------------------------------------ */
539 /* System-specific stuff */
540 /* ------------------------------------------------------------------------ */
542 /* The type of 3rd argument to getsockname() - usually size_t or int */
545 /* Define if you have dlopen() */
548 /* Define if you have nanosleep() */
549 #undef HAVE_NANOSLEEP
551 /* Define if you have sched_yield */
552 #undef HAVE_SCHED_YIELD
554 /* Define if you have pthread_cancel */
555 #undef HAVE_PTHREAD_CANCEL
557 /* Define if you have all functions to set thread priority */
558 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
560 /* Define if you can specify exit functions to a thread */
561 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
563 /* Define if you have shl_load() */
566 /* Define if you have vsnprintf() */
567 #undef HAVE_VSNPRINTF
569 /* Define if you have usleep() */
572 /* Define if you have wcslen function */
577 #endif /* __GTKSETUPH__ */