]>
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
150 #define wxUSE_STARTUP_TIPS 0
153 * Use progress dialog
155 #define wxUSE_PROGRESSDLG 0
158 * Use directory chooser dialog
160 #define wxUSE_DIRDLG 0
163 * Joystick support (Linux/GTK only)
165 #define wxUSE_JOYSTICK 0
167 /* ------------------------------------------------------------------------ */
168 /* GUI control options */
169 /* ------------------------------------------------------------------------ */
174 #define wxUSE_CARET 0
178 #define wxUSE_BMPBUTTON 0
182 #define wxUSE_CHECKBOX 0
186 #define wxUSE_CHECKLISTBOX 0
190 #define wxUSE_COMBOBOX 0
194 #define wxUSE_CHOICE 0
198 #define wxUSE_GAUGE 0
206 #define wxUSE_IMAGLIST 0
210 #define wxUSE_LISTBOX 0
214 #define wxUSE_LISTCTRL 0
218 #define wxUSE_NOTEBOOK 0
222 #define wxUSE_RADIOBOX 0
226 #define wxUSE_RADIOBTN 0
234 #define wxUSE_SCROLLBAR 0
238 #define wxUSE_SLIDER 0
242 #define wxUSE_SPINBTN 0
246 #define wxUSE_SPLITTER 0
250 #define wxUSE_STATBMP 0
254 #define wxUSE_STATBOX 0
258 #define wxUSE_STATLINE 0
262 #define wxUSE_STATUSBAR 0
264 * Use Tab dialog class - obsolete, use wxNotebook instead
266 #define wxUSE_TAB_DIALOG 0
268 #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
272 #define wxUSE_TOOLBAR 0
276 #define wxUSE_BUTTONBAR 1
283 #define wxUSE_TREECTRL 0
285 /* ------------------------------------------------------------------------ */
286 /* non-GUI options */
287 /* ------------------------------------------------------------------------ */
290 * Use wxLongLong (a.k.a. int64) class
292 #define wxUSE_LONGLONG 0
299 * Use wxTextFile class
301 #define wxUSE_TEXTFILE 0
303 * Use log classes and logging functions
307 * Use time and date classes
309 #define wxUSE_TIMEDATE 0
317 #define wxUSE_CONFIG 0
325 #define wxUSE_STREAMS 0
327 * Use class serialization
329 #define wxUSE_SERIAL 0
333 #define wxUSE_SOCKETS 0
335 * Use standard C++ streams if 1. If 0, use wxWin
336 * streams implementation.
338 #define wxUSE_STD_IOSTREAM 0
342 #define wxUSE_DYNLIB_CLASS 1
344 /* ------------------------------------------------------------------------ */
346 /* ------------------------------------------------------------------------ */
349 * Use font metric files in GetTextExtent for wxPostScriptDC
350 * Use consistent PostScript fonts for AFM and printing (!)
352 #define wxUSE_AFM_FOR_POSTSCRIPT 0
353 #define wxUSE_NORMALIZED_PS_FONTS 0
356 #define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
359 * Use PostScript device context
361 #define wxUSE_POSTSCRIPT 0
363 /* ------------------------------------------------------------------------ */
364 /* wxString options */
365 /* ------------------------------------------------------------------------ */
368 * Compile wxString with wide character (Unicode) support?
370 #define wxUSE_UNICODE 0
373 * Work around a bug in GNU libc 5.x wcstombs() implementation.
375 * Note that you must link your programs with libc.a if you enable this and you
376 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
377 * thread-safe version of wcstombs()).
379 #define wxUSE_WCSRTOMBS 0
382 * On some platforms overloading on size_t/int doesn't work, yet we'd like
383 * to define both size_t and int version of wxString::operator[] because it
384 * should really be size_t, but a lot of old, broken code uses int indices.
386 #define wxUSE_SIZE_T_STRING_OPERATOR 0
389 * Use the new experimental implementation of wxString::Printf()?
391 * Warning: enabling this may cause internal compiler errors with gcc!
393 #define wxUSE_EXPERIMENTAL_PRINTF 0
395 /* ------------------------------------------------------------------------ */
397 /* ------------------------------------------------------------------------ */
400 * Use Interprocess communication
404 * Use wxGetResource & wxWriteResource (change .Xdefaults)
406 #define wxUSE_X_RESOURCES 0
410 #define wxUSE_CLIPBOARD 0
414 #define wxUSE_TOOLTIPS 0
418 #define wxUSE_DRAG_AND_DROP 0
422 #define wxUSE_SPLINES 0
424 * Use wxLibrary class
426 #define wxUSE_DYNLIB_CLASS 0
428 /* ------------------------------------------------------------------------ */
429 /* architecture options */
430 /* ------------------------------------------------------------------------ */
433 * Use the mdi architecture
435 #define wxUSE_MDI_ARCHITECTURE 0
437 * Use the document/view architecture
439 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
441 * Use the print/preview architecture
443 #define wxUSE_PRINTING_ARCHITECTURE 0
445 /* ------------------------------------------------------------------------ */
446 /* Prolog and wxWindows' resource system options */
447 /* ------------------------------------------------------------------------ */
452 #define wxUSE_PROLOGIO 0
454 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
456 #define wxUSE_RESOURCES 0
458 /* for compatibility */
459 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
461 /* ------------------------------------------------------------------------ */
463 /* ------------------------------------------------------------------------ */
466 * Use wxWindows help facility (needs wxUSE_IPC 1)
470 * Use iostream.h rather than iostream
472 #define wxUSE_IOSTREAMH 0
474 * Use Apple Ieee-double converter
476 #define wxUSE_APPLE_IEEE 0
478 * Compatibility with 1.66 API.
479 * Level 0: no backward compatibility, all new features
480 * Level 1: wxDC, OnSize (etc.) compatibility, but
481 * some new features such as event tables
483 #define WXWIN_COMPATIBILITY 0
485 * Compatibility with 2.0 API.
487 #define WXWIN_COMPATIBILITY_2 1
489 * Enables debugging: memory tracing, assert, etc., contains debug level
493 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
494 * WARNING: this code may not work with all architectures, especially
495 * if alignment is an issue.
497 #define wxUSE_MEMORY_TRACING 0
499 * Enable debugging version of global memory operators new and delete
500 * Disable it, If this causes problems (e.g. link errors)
502 #define wxUSE_DEBUG_NEW_ALWAYS 0
504 * VZ: What does this one do? (FIXME)
506 #define wxUSE_DEBUG_CONTEXT 0
508 * In debug mode, causes new to be defined to
509 * be WXDEBUG_NEW (see object.h). If this causes
510 * problems (e.g. link errors), set this to 0.
512 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
514 * Matthews garbage collection (used for MrEd?)
516 #define WXGARBAGE_COLLECTION_ON 0
520 #define wxUSE_SPLINES 0
522 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
524 #define wxUSE_DYNAMIC_CLASSES 1
527 * Support for metafiles
529 #define wxUSE_METAFILE 0
534 #define wxUSE_MINIFRAME 0
537 * Disable this if your compiler can't cope
538 * with omission of prototype parameters.
540 #define REMOVE_UNUSED_ARG 1
542 * The const keyword is being introduced more in wxWindows.
543 * You can use this setting to maintain backward compatibility.
544 * If 0: will use const wherever possible.
545 * If 1: will use const only where necessary
546 * for precompiled headers to work.
547 * If 2: will be totally backward compatible, but precompiled
548 * headers may not work and program size will be larger.
550 #define CONST_COMPATIBILITY 0
552 /* ------------------------------------------------------------------------ */
553 /* System-specific stuff */
554 /* ------------------------------------------------------------------------ */
556 /* The type of 3rd argument to getsockname() - usually size_t or int */
559 /* Define if you have dlopen() */
562 /* Define if you have nanosleep() */
563 #undef HAVE_NANOSLEEP
565 /* Define if you have sched_yield */
566 #undef HAVE_SCHED_YIELD
568 /* Define if you have pthread_cancel */
569 #undef HAVE_PTHREAD_CANCEL
571 /* Define if you have all functions to set thread priority */
572 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
574 /* Define if you can specify exit functions to a thread */
575 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
577 /* Define if you have shl_load() */
580 /* Define if you have vsnprintf() */
581 #undef HAVE_VSNPRINTF
583 /* Define if you have usleep() */
586 /* Define if you have wcslen function */
591 #endif /* __GTKSETUPH__ */