]>
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__
65 /* ------------------------------------------------------------------------ */
66 /* compiler options */
67 /* ------------------------------------------------------------------------ */
74 /* ------------------------------------------------------------------------ */
76 /* ------------------------------------------------------------------------ */
85 #define wxUSE_LIBPNG 0
89 #define wxUSE_LIBJPEG 0
93 #define wxUSE_LIBGIF 0
101 #define wxUSE_THREADS 0
105 #define wxHAVE_GLIBC2 0
109 #define wxHAVE_LIB_XPM 0
113 #define wxUSE_OPENGL 0
115 /* ------------------------------------------------------------------------ */
116 /* GUI or not GUI? */
117 /* ------------------------------------------------------------------------ */
124 * Defined if !wxUSE_GUI
128 /* ------------------------------------------------------------------------ */
129 /* "global" GUI options */
130 /* ------------------------------------------------------------------------ */
133 * Use constraints mechanism
135 #define wxUSE_CONSTRAINTS 0
140 #define wxUSE_VALIDATORS 0
145 #define wxUSE_ACCEL 0
148 * Use wxTextEntryDialog
150 #define wxUSE_TEXTDLG 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_GAUGE 0
197 #define wxUSE_IMAGLIST 0
201 #define wxUSE_LISTBOX 0
205 #define wxUSE_LISTCTRL 0
209 #define wxUSE_NOTEBOOK 0
213 #define wxUSE_RADIOBOX 0
217 #define wxUSE_RADIOBTN 0
225 #define wxUSE_SCROLLBAR 0
229 #define wxUSE_SLIDER 0
233 #define wxUSE_SPINBTN 0
237 #define wxUSE_SPLITTER 0
241 #define wxUSE_STATBMP 0
245 #define wxUSE_STATBOX 0
249 #define wxUSE_STATLINE 0
253 #define wxUSE_STATUSBAR 0
255 * Use Tab dialog class - obsolete, use wxNotebook instead
257 #define wxUSE_TAB_DIALOG 0
259 #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
263 #define wxUSE_TOOLBAR 0
267 #define wxUSE_BUTTONBAR 1
274 #define wxUSE_TREECTRL 0
276 /* ------------------------------------------------------------------------ */
277 /* non-GUI options */
278 /* ------------------------------------------------------------------------ */
281 * Use wxLongLong (a.k.a. int64) class
283 #define wxUSE_LONGLONG 0
290 * Use wxTextFile class
292 #define wxUSE_TEXTFILE 0
294 * Use log classes and logging functions
298 * Use time and date classes
300 #define wxUSE_TIMEDATE 0
308 #define wxUSE_CONFIG 0
316 #define wxUSE_STREAMS 0
318 * Use class serialization
320 #define wxUSE_SERIAL 0
324 #define wxUSE_SOCKETS 0
326 * Use standard C++ streams if 1. If 0, use wxWin
327 * streams implementation.
329 #define wxUSE_STD_IOSTREAM 1
333 #define wxUSE_DYNLIB_CLASS 1
335 /* ------------------------------------------------------------------------ */
337 /* ------------------------------------------------------------------------ */
340 * Use font metric files in GetTextExtent for wxPostScriptDC
341 * Use consistent PostScript fonts for AFM and printing (!)
343 #define wxUSE_AFM_FOR_POSTSCRIPT 0
344 #define wxUSE_NORMALIZED_PS_FONTS 0
347 #define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
350 * Use PostScript device context
352 #define wxUSE_POSTSCRIPT 0
354 /* ------------------------------------------------------------------------ */
355 /* wxString options */
356 /* ------------------------------------------------------------------------ */
359 * Compile wxString with wide character (Unicode) support?
361 #define wxUSE_UNICODE 0
364 * Work around a bug in GNU libc 5.x wcstombs() implementation.
366 * Note that you must link your programs with libc.a if you enable this and you
367 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
368 * thread-safe version of wcstombs()).
370 #define wxUSE_WCSRTOMBS 0
373 * On some platforms overloading on size_t/int doesn't work, yet we'd like
374 * to define both size_t and int version of wxString::operator[] because it
375 * should really be size_t, but a lot of old, broken code uses int indices.
377 #define wxUSE_SIZE_T_STRING_OPERATOR 0
380 * Use the new experimental implementation of wxString::Printf()?
382 * Warning: enabling this may cause internal compiler errors with gcc!
384 #define wxUSE_EXPERIMENTAL_PRINTF 0
386 /* ------------------------------------------------------------------------ */
388 /* ------------------------------------------------------------------------ */
391 * Use Interprocess communication
395 * Use wxGetResource & wxWriteResource (change .Xdefaults)
397 #define wxUSE_X_RESOURCES 0
401 #define wxUSE_CLIPBOARD 0
405 #define wxUSE_TOOLTIPS 0
409 #define wxUSE_DRAG_AND_DROP 0
413 #define wxUSE_SPLINES 0
415 * Use wxLibrary class
417 #define wxUSE_DYNLIB_CLASS 0
419 /* ------------------------------------------------------------------------ */
420 /* architecture options */
421 /* ------------------------------------------------------------------------ */
424 * Use the mdi architecture
426 #define wxUSE_MDI_ARCHITECTURE 0
428 * Use the document/view architecture
430 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
432 * Use the print/preview architecture
434 #define wxUSE_PRINTING_ARCHITECTURE 0
436 /* ------------------------------------------------------------------------ */
437 /* Prolog and wxWindows' resource system options */
438 /* ------------------------------------------------------------------------ */
443 #define wxUSE_PROLOGIO 0
445 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
447 #define wxUSE_RESOURCES 0
449 /* for compatibility */
450 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
452 /* ------------------------------------------------------------------------ */
454 /* ------------------------------------------------------------------------ */
457 * Use wxWindows help facility (needs wxUSE_IPC 1)
461 * Use iostream.h rather than iostream
463 #define wxUSE_IOSTREAMH 0
465 * Use Apple Ieee-double converter
467 #define wxUSE_APPLE_IEEE 0
469 * Compatibility with 1.66 API.
470 * Level 0: no backward compatibility, all new features
471 * Level 1: wxDC, OnSize (etc.) compatibility, but
472 * some new features such as event tables
474 #define WXWIN_COMPATIBILITY 0
476 * Compatibility with 2.0 API.
478 #define WXWIN_COMPATIBILITY_2 1
480 * Enables debugging: memory tracing, assert, etc., contains debug level
484 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
485 * WARNING: this code may not work with all architectures, especially
486 * if alignment is an issue.
488 #define wxUSE_MEMORY_TRACING 0
490 * Enable debugging version of global memory operators new and delete
491 * Disable it, If this causes problems (e.g. link errors)
493 #define wxUSE_DEBUG_NEW_ALWAYS 0
495 * VZ: What does this one do? (FIXME)
497 #define wxUSE_DEBUG_CONTEXT 0
499 * In debug mode, causes new to be defined to
500 * be WXDEBUG_NEW (see object.h). If this causes
501 * problems (e.g. link errors), set this to 0.
503 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
505 * Matthews garbage collection (used for MrEd?)
507 #define WXGARBAGE_COLLECTION_ON 0
511 #define wxUSE_SPLINES 0
513 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
515 #define wxUSE_DYNAMIC_CLASSES 1
518 * Support for metafiles
520 #define wxUSE_METAFILE 0
525 #define wxUSE_MINIFRAME 0
528 * Disable this if your compiler can't cope
529 * with omission of prototype parameters.
531 #define REMOVE_UNUSED_ARG 1
533 * The const keyword is being introduced more in wxWindows.
534 * You can use this setting to maintain backward compatibility.
535 * If 0: will use const wherever possible.
536 * If 1: will use const only where necessary
537 * for precompiled headers to work.
538 * If 2: will be totally backward compatible, but precompiled
539 * headers may not work and program size will be larger.
541 #define CONST_COMPATIBILITY 0
543 /* ------------------------------------------------------------------------ */
544 /* System-specific stuff */
545 /* ------------------------------------------------------------------------ */
547 /* The type of 3rd argument to getsockname() - usually size_t or int */
550 /* Define if you have dlopen() */
553 /* Define if you have nanosleep() */
554 #undef HAVE_NANOSLEEP
556 /* Define if you have sched_yield */
557 #undef HAVE_SCHED_YIELD
559 /* Define if you have pthread_cancel */
560 #undef HAVE_PTHREAD_CANCEL
562 /* Define if you have all functions to set thread priority */
563 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
565 /* Define if you can specify exit functions to a thread */
566 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
568 /* Define if you have shl_load() */
571 /* Define if you have vsnprintf() */
572 #undef HAVE_VSNPRINTF
574 /* Define if you have usleep() */
577 /* Define if you have wcslen function */
582 #endif /* __GTKSETUPH__ */