]>
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__
59 /* ------------------------------------------------------------------------ */
60 /* compiler options */
61 /* ------------------------------------------------------------------------ */
68 /* ------------------------------------------------------------------------ */
70 /* ------------------------------------------------------------------------ */
79 #define wxUSE_LIBPNG 0
83 #define wxUSE_LIBJPEG 0
87 #define wxUSE_LIBGIF 0
95 #define wxUSE_THREADS 0
99 #define wxHAVE_GLIBC2 0
103 #define wxHAVE_LIB_XPM 0
107 #define wxUSE_OPENGL 0
109 /* ------------------------------------------------------------------------ */
110 /* GUI or not GUI? */
111 /* ------------------------------------------------------------------------ */
118 * Defined if !wxUSE_GUI
122 /* ------------------------------------------------------------------------ */
123 /* "global" GUI options */
124 /* ------------------------------------------------------------------------ */
127 * Use constraints mechanism
129 #define wxUSE_CONSTRAINTS 0
134 #define wxUSE_VALIDATORS 0
139 #define wxUSE_ACCEL 0
142 * Use wxTextEntryDialog
144 #define wxUSE_TEXTDLG 0
147 * Use directory chooser dialog
149 #define wxUSE_DIRDLG 0
152 * Joystick support (Linux/GTK only)
154 #define wxUSE_JOYSTICK 0
156 /* ------------------------------------------------------------------------ */
157 /* GUI control options */
158 /* ------------------------------------------------------------------------ */
163 #define wxUSE_CARET 0
167 #define wxUSE_BMPBUTTON 0
171 #define wxUSE_CHECKBOX 0
175 #define wxUSE_CHECKLISTBOX 0
179 #define wxUSE_COMBOBOX 0
183 #define wxUSE_GAUGE 0
191 #define wxUSE_IMAGLIST 0
195 #define wxUSE_LISTBOX 0
199 #define wxUSE_LISTCTRL 0
203 #define wxUSE_NOTEBOOK 0
207 #define wxUSE_RADIOBOX 0
211 #define wxUSE_RADIOBTN 0
219 #define wxUSE_SCROLLBAR 0
223 #define wxUSE_SLIDER 0
227 #define wxUSE_SPINBTN 0
231 #define wxUSE_SPLITTER 0
235 #define wxUSE_STATBMP 0
239 #define wxUSE_STATBOX 0
243 #define wxUSE_STATLINE 0
247 #define wxUSE_STATUSBAR 0
249 * Use Tab dialog class - obsolete, use wxNotebook instead
251 #define wxUSE_TAB_DIALOG 0
253 #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
257 #define wxUSE_TOOLBAR 0
261 #define wxUSE_BUTTONBAR 1
268 #define wxUSE_TREECTRL 0
270 /* ------------------------------------------------------------------------ */
271 /* non-GUI options */
272 /* ------------------------------------------------------------------------ */
275 * Use wxLongLong (a.k.a. int64) class
277 #define wxUSE_LONGLONG 0
284 * Use wxTextFile class
286 #define wxUSE_TEXTFILE 0
288 * Use log classes and logging functions
292 * Use time and date classes
294 #define wxUSE_TIMEDATE 0
302 #define wxUSE_CONFIG 0
310 #define wxUSE_STREAMS 0
312 * Use class serialization
314 #define wxUSE_SERIAL 0
318 #define wxUSE_SOCKETS 0
320 * Use standard C++ streams if 1. If 0, use wxWin
321 * streams implementation.
323 #define wxUSE_STD_IOSTREAM 1
327 #define wxUSE_DYNLIB_CLASS 1
329 /* ------------------------------------------------------------------------ */
331 /* ------------------------------------------------------------------------ */
334 * Use font metric files in GetTextExtent for wxPostScriptDC
335 * Use consistent PostScript fonts for AFM and printing (!)
337 #define wxUSE_AFM_FOR_POSTSCRIPT 0
338 #define wxUSE_NORMALIZED_PS_FONTS 0
341 #define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
344 * Use PostScript device context
346 #define wxUSE_POSTSCRIPT 0
348 /* ------------------------------------------------------------------------ */
349 /* wxString options */
350 /* ------------------------------------------------------------------------ */
353 * Compile wxString with wide character (Unicode) support?
355 #define wxUSE_UNICODE 0
358 * Work around a bug in GNU libc 5.x wcstombs() implementation.
360 * Note that you must link your programs with libc.a if you enable this and you
361 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
362 * thread-safe version of wcstombs()).
364 #define wxUSE_WCSRTOMBS 0
367 * On some platforms overloading on size_t/int doesn't work, yet we'd like
368 * to define both size_t and int version of wxString::operator[] because it
369 * should really be size_t, but a lot of old, broken code uses int indices.
371 #define wxUSE_SIZE_T_STRING_OPERATOR 0
374 * Use the new experimental implementation of wxString::Printf()?
376 * Warning: enabling this may cause internal compiler errors with gcc!
378 #define wxUSE_EXPERIMENTAL_PRINTF 0
380 /* ------------------------------------------------------------------------ */
382 /* ------------------------------------------------------------------------ */
385 * Use Interprocess communication
389 * Use wxGetResource & wxWriteResource (change .Xdefaults)
391 #define wxUSE_X_RESOURCES 0
395 #define wxUSE_CLIPBOARD 0
399 #define wxUSE_TOOLTIPS 0
403 #define wxUSE_DRAG_AND_DROP 0
407 #define wxUSE_SPLINES 0
409 * Use wxLibrary class
411 #define wxUSE_DYNLIB_CLASS 0
413 /* ------------------------------------------------------------------------ */
414 /* architecture options */
415 /* ------------------------------------------------------------------------ */
418 * Use the mdi architecture
420 #define wxUSE_MDI_ARCHITECTURE 0
422 * Use the document/view architecture
424 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
426 * Use the print/preview architecture
428 #define wxUSE_PRINTING_ARCHITECTURE 0
430 /* ------------------------------------------------------------------------ */
431 /* Prolog and wxWindows' resource system options */
432 /* ------------------------------------------------------------------------ */
437 #define wxUSE_PROLOGIO 0
439 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
441 #define wxUSE_RESOURCES 0
443 /* for compatibility */
444 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
446 /* ------------------------------------------------------------------------ */
448 /* ------------------------------------------------------------------------ */
451 * Use wxWindows help facility (needs wxUSE_IPC 1)
455 * Use iostream.h rather than iostream
457 #define wxUSE_IOSTREAMH 0
459 * Use Apple Ieee-double converter
461 #define wxUSE_APPLE_IEEE 0
463 * Compatibility with 1.66 API.
464 * Level 0: no backward compatibility, all new features
465 * Level 1: wxDC, OnSize (etc.) compatibility, but
466 * some new features such as event tables
468 #define WXWIN_COMPATIBILITY 0
470 * Compatibility with 2.0 API.
472 #define WXWIN_COMPATIBILITY_2 1
474 * Enables debugging: memory tracing, assert, etc., contains debug level
478 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
479 * WARNING: this code may not work with all architectures, especially
480 * if alignment is an issue.
482 #define wxUSE_MEMORY_TRACING 0
484 * Enable debugging version of global memory operators new and delete
485 * Disable it, If this causes problems (e.g. link errors)
487 #define wxUSE_DEBUG_NEW_ALWAYS 0
489 * VZ: What does this one do? (FIXME)
491 #define wxUSE_DEBUG_CONTEXT 0
493 * In debug mode, causes new to be defined to
494 * be WXDEBUG_NEW (see object.h). If this causes
495 * problems (e.g. link errors), set this to 0.
497 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
499 * Matthews garbage collection (used for MrEd?)
501 #define WXGARBAGE_COLLECTION_ON 0
505 #define wxUSE_SPLINES 0
507 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
509 #define wxUSE_DYNAMIC_CLASSES 1
512 * Support for metafiles
514 #define wxUSE_METAFILE 0
519 #define wxUSE_MINIFRAME 0
522 * Disable this if your compiler can't cope
523 * with omission of prototype parameters.
525 #define REMOVE_UNUSED_ARG 1
527 * The const keyword is being introduced more in wxWindows.
528 * You can use this setting to maintain backward compatibility.
529 * If 0: will use const wherever possible.
530 * If 1: will use const only where necessary
531 * for precompiled headers to work.
532 * If 2: will be totally backward compatible, but precompiled
533 * headers may not work and program size will be larger.
535 #define CONST_COMPATIBILITY 0
537 /* ------------------------------------------------------------------------ */
538 /* System-specific stuff */
539 /* ------------------------------------------------------------------------ */
541 /* The type of 3rd argument to getsockname() - usually size_t or int */
544 /* Define if you have dlopen() */
547 /* Define if you have nanosleep() */
548 #undef HAVE_NANOSLEEP
550 /* Define if you have sched_yield */
551 #undef HAVE_SCHED_YIELD
553 /* Define if you have pthread_cancel */
554 #undef HAVE_PTHREAD_CANCEL
556 /* Define if you have all functions to set thread priority */
557 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
559 /* Define if you can specify exit functions to a thread */
560 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
562 /* Define if you have shl_load() */
565 /* Define if you have vsnprintf() */
566 #undef HAVE_VSNPRINTF
568 /* Define if you have usleep() */
571 /* Define if you have wcslen function */
576 #endif /* __GTKSETUPH__ */