]>
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 /* ------------------------------------------------------------------------ */
18 /* needed for older automake? */
19 #undef WITH_SYMBOL_UNDERSCORE
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__
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 progress dialog
150 #define wxUSE_PROGRESSDLG 0
153 * Use directory chooser dialog
155 #define wxUSE_DIRDLG 0
158 * Joystick support (Linux/GTK only)
160 #define wxUSE_JOYSTICK 0
162 /* ------------------------------------------------------------------------ */
163 /* GUI control options */
164 /* ------------------------------------------------------------------------ */
169 #define wxUSE_CARET 0
173 #define wxUSE_BMPBUTTON 0
177 #define wxUSE_CHECKBOX 0
181 #define wxUSE_CHECKLISTBOX 0
185 #define wxUSE_COMBOBOX 0
189 #define wxUSE_CHOICE 0
193 #define wxUSE_GAUGE 0
201 #define wxUSE_IMAGLIST 0
205 #define wxUSE_LISTBOX 0
209 #define wxUSE_LISTCTRL 0
213 #define wxUSE_NOTEBOOK 0
217 #define wxUSE_RADIOBOX 0
221 #define wxUSE_RADIOBTN 0
229 #define wxUSE_SCROLLBAR 0
233 #define wxUSE_SLIDER 0
237 #define wxUSE_SPINBTN 0
241 #define wxUSE_SPLITTER 0
245 #define wxUSE_STATBMP 0
249 #define wxUSE_STATBOX 0
253 #define wxUSE_STATLINE 0
257 #define wxUSE_STATUSBAR 0
259 * Use Tab dialog class - obsolete, use wxNotebook instead
261 #define wxUSE_TAB_DIALOG 0
263 #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
267 #define wxUSE_TOOLBAR 0
271 #define wxUSE_BUTTONBAR 1
278 #define wxUSE_TREECTRL 0
280 /* ------------------------------------------------------------------------ */
281 /* non-GUI options */
282 /* ------------------------------------------------------------------------ */
285 * Use wxLongLong (a.k.a. int64) class
287 #define wxUSE_LONGLONG 0
294 * Use wxTextFile class
296 #define wxUSE_TEXTFILE 0
298 * Use log classes and logging functions
302 * Use time and date classes
304 #define wxUSE_TIMEDATE 0
312 #define wxUSE_CONFIG 0
320 #define wxUSE_STREAMS 0
322 * Use class serialization
324 #define wxUSE_SERIAL 0
328 #define wxUSE_SOCKETS 0
330 * Use standard C++ streams if 1. If 0, use wxWin
331 * streams implementation.
333 #define wxUSE_STD_IOSTREAM 1
337 #define wxUSE_DYNLIB_CLASS 1
339 /* ------------------------------------------------------------------------ */
341 /* ------------------------------------------------------------------------ */
344 * Use font metric files in GetTextExtent for wxPostScriptDC
345 * Use consistent PostScript fonts for AFM and printing (!)
347 #define wxUSE_AFM_FOR_POSTSCRIPT 0
348 #define wxUSE_NORMALIZED_PS_FONTS 0
351 #define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
354 * Use PostScript device context
356 #define wxUSE_POSTSCRIPT 0
358 /* ------------------------------------------------------------------------ */
359 /* wxString options */
360 /* ------------------------------------------------------------------------ */
363 * Compile wxString with wide character (Unicode) support?
365 #define wxUSE_UNICODE 0
368 * Work around a bug in GNU libc 5.x wcstombs() implementation.
370 * Note that you must link your programs with libc.a if you enable this and you
371 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
372 * thread-safe version of wcstombs()).
374 #define wxUSE_WCSRTOMBS 0
377 * On some platforms overloading on size_t/int doesn't work, yet we'd like
378 * to define both size_t and int version of wxString::operator[] because it
379 * should really be size_t, but a lot of old, broken code uses int indices.
381 #define wxUSE_SIZE_T_STRING_OPERATOR 0
384 * Use the new experimental implementation of wxString::Printf()?
386 * Warning: enabling this may cause internal compiler errors with gcc!
388 #define wxUSE_EXPERIMENTAL_PRINTF 0
390 /* ------------------------------------------------------------------------ */
392 /* ------------------------------------------------------------------------ */
395 * Use Interprocess communication
399 * Use wxGetResource & wxWriteResource (change .Xdefaults)
401 #define wxUSE_X_RESOURCES 0
405 #define wxUSE_CLIPBOARD 0
409 #define wxUSE_TOOLTIPS 0
413 #define wxUSE_DRAG_AND_DROP 0
417 #define wxUSE_SPLINES 0
419 * Use wxLibrary class
421 #define wxUSE_DYNLIB_CLASS 0
423 /* ------------------------------------------------------------------------ */
424 /* architecture options */
425 /* ------------------------------------------------------------------------ */
428 * Use the mdi architecture
430 #define wxUSE_MDI_ARCHITECTURE 0
432 * Use the document/view architecture
434 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
436 * Use the print/preview architecture
438 #define wxUSE_PRINTING_ARCHITECTURE 0
440 /* ------------------------------------------------------------------------ */
441 /* Prolog and wxWindows' resource system options */
442 /* ------------------------------------------------------------------------ */
447 #define wxUSE_PROLOGIO 0
449 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
451 #define wxUSE_RESOURCES 0
453 /* for compatibility */
454 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
456 /* ------------------------------------------------------------------------ */
458 /* ------------------------------------------------------------------------ */
461 * Use wxWindows help facility (needs wxUSE_IPC 1)
465 * Use iostream.h rather than iostream
467 #define wxUSE_IOSTREAMH 0
469 * Use Apple Ieee-double converter
471 #define wxUSE_APPLE_IEEE 0
473 * Compatibility with 1.66 API.
474 * Level 0: no backward compatibility, all new features
475 * Level 1: wxDC, OnSize (etc.) compatibility, but
476 * some new features such as event tables
478 #define WXWIN_COMPATIBILITY 0
480 * Compatibility with 2.0 API.
482 #define WXWIN_COMPATIBILITY_2 1
484 * Enables debugging: memory tracing, assert, etc., contains debug level
488 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
489 * WARNING: this code may not work with all architectures, especially
490 * if alignment is an issue.
492 #define wxUSE_MEMORY_TRACING 0
494 * Enable debugging version of global memory operators new and delete
495 * Disable it, If this causes problems (e.g. link errors)
497 #define wxUSE_DEBUG_NEW_ALWAYS 0
499 * VZ: What does this one do? (FIXME)
501 #define wxUSE_DEBUG_CONTEXT 0
503 * In debug mode, causes new to be defined to
504 * be WXDEBUG_NEW (see object.h). If this causes
505 * problems (e.g. link errors), set this to 0.
507 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
509 * Matthews garbage collection (used for MrEd?)
511 #define WXGARBAGE_COLLECTION_ON 0
515 #define wxUSE_SPLINES 0
517 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
519 #define wxUSE_DYNAMIC_CLASSES 1
522 * Support for metafiles
524 #define wxUSE_METAFILE 0
529 #define wxUSE_MINIFRAME 0
532 * Disable this if your compiler can't cope
533 * with omission of prototype parameters.
535 #define REMOVE_UNUSED_ARG 1
537 * The const keyword is being introduced more in wxWindows.
538 * You can use this setting to maintain backward compatibility.
539 * If 0: will use const wherever possible.
540 * If 1: will use const only where necessary
541 * for precompiled headers to work.
542 * If 2: will be totally backward compatible, but precompiled
543 * headers may not work and program size will be larger.
545 #define CONST_COMPATIBILITY 0
547 /* ------------------------------------------------------------------------ */
548 /* System-specific stuff */
549 /* ------------------------------------------------------------------------ */
551 /* The type of 3rd argument to getsockname() - usually size_t or int */
554 /* Define if you have dlopen() */
557 /* Define if you have nanosleep() */
558 #undef HAVE_NANOSLEEP
560 /* Define if you have sched_yield */
561 #undef HAVE_SCHED_YIELD
563 /* Define if you have pthread_cancel */
564 #undef HAVE_PTHREAD_CANCEL
566 /* Define if you have all functions to set thread priority */
567 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
569 /* Define if you can specify exit functions to a thread */
570 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
572 /* Define if you have shl_load() */
575 /* Define if you have vsnprintf() */
576 #undef HAVE_VSNPRINTF
578 /* Define if you have usleep() */
581 /* Define if you have wcslen function */
586 #endif /* __GTKSETUPH__ */