]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/unix/setup.h.in
1 /* include/wx/unix/setup.h.in. Generated automatically from configure.in by autoheader. */
2 /* Generate setup.h.in from this file using autoheader. */
14 /* Define to empty if the keyword does not work. */
17 /* Define to `int' if <sys/types.h> doesn't define. */
20 /* Define if you don't have vprintf but do have _doprnt. */
23 /* Define if you have the vprintf function. */
26 /* Define as __inline if that's what the C compiler calls it. */
29 /* Define to `int' if <sys/types.h> doesn't define. */
32 /* Define to `long' if <sys/types.h> doesn't define. */
35 /* Define to `int' if <sys/types.h> doesn't define. */
38 /* Define to `unsigned' if <sys/types.h> doesn't define. */
41 /* Define if you have the ANSI C header files. */
44 /* Define to `int' if <sys/types.h> doesn't define. */
47 /* Define if the X Window System is missing or not being used. */
48 #undef X_DISPLAY_MISSING
50 /* Define if lex declares yytext as a char * by default, not a char[]. */
59 * Define to 1 for Unix[-like] system
79 #undef __DATA_GENERAL__
93 #define wxUSE_LIBPNG 0
97 #define wxUSE_LIBJPEG 0
101 #define wxUSE_LIBGIF 0
109 #define wxUSE_THREADS 0
113 #define wxHAVE_GLIBC2 0
117 #define wxHAVE_LIB_XPM 0
121 #define wxUSE_OPENGL 0
128 * Defined if !wxUSE_GUI
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
165 #define wxUSE_CARET 0
169 #define wxUSE_BMPBUTTON 0
173 #define wxUSE_CHECKBOX 0
177 #define wxUSE_CHECKLISTBOX 0
181 #define wxUSE_COMBOBOX 0
185 #define wxUSE_GAUGE 0
193 #define wxUSE_IMAGLIST 0
197 #define wxUSE_LISTBOX 0
201 #define wxUSE_LISTCTRL 0
205 #define wxUSE_NOTEBOOK 0
209 #define wxUSE_RADIOBOX 0
213 #define wxUSE_RADIOBTN 0
221 #define wxUSE_SCROLLBAR 0
225 #define wxUSE_SLIDER 0
229 #define wxUSE_SPINBTN 0
233 #define wxUSE_SPLITTER 0
237 #define wxUSE_STATBMP 0
241 #define wxUSE_STATBOX 0
245 #define wxUSE_STATLINE 0
249 #define wxUSE_STATUSBAR 0
251 * Use Tab dialog class - obsolete, use wxNotebook instead
253 #define wxUSE_TAB_DIALOG 0
255 #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
259 #define wxUSE_TOOLBAR 0
263 #define wxUSE_TREECTRL 0
266 * Use wXLongLong (a.k.a. int64) class
268 #define wxUSE_LONGLONG 0
275 * Use wxTextFile class
277 #define wxUSE_TEXTFILE 0
279 * Use log classes and logging functions
283 * Use time and date classes
285 #define wxUSE_TIMEDATE 0
289 #define wxUSE_CONFIG 0
297 #define wxUSE_STREAMS 0
299 * Use class serialization
301 #define wxUSE_SERIAL 0
305 #define wxUSE_SOCKETS 0
307 * Use standard C++ streams if 1. If 0, use wxWin
308 * streams implementation.
310 #define wxUSE_STD_IOSTREAM 1
314 #define wxUSE_DYNLIB_CLASS 1
317 * Use font metric files in GetTextExtent for wxPostScriptDC
318 * Use consistent PostScript fonts for AFM and printing (!)
320 #define wxUSE_AFM_FOR_POSTSCRIPT 0
321 #define wxUSE_NORMALIZED_PS_FONTS 0
324 #define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
327 * Use PostScript device context
329 #define wxUSE_POSTSCRIPT 0
332 * Compile wxString with wide character (Unicode) support?
334 #define wxUSE_UNICODE 0
337 * Work around a bug in GNU libc 5.x wcstombs() implementation.
339 * Note that you must link your programs with libc.a if you enable this and you
340 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
341 * thread-safe version of wcstombs()).
343 #define wxUSE_WCSRTOMBS 0
346 * On some platforms overloading on size_t/int doesn't work, yet we'd like
347 * to define both size_t and int version of wxString::operator[] because it
348 * should really be size_t, but a lot of old, broken code uses int indices.
350 #define wxUSE_SIZE_T_STRING_OPERATOR 0
353 * Use Interprocess communication
357 * Use wxGetResource & wxWriteResource (change .Xdefaults)
359 #define wxUSE_X_RESOURCES 0
363 #define wxUSE_CLIPBOARD 0
367 #define wxUSE_TOOLTIPS 0
371 #define wxUSE_DRAG_AND_DROP 0
375 #define wxUSE_SPLINES 0
377 * Use wxLibrary class
379 #define wxUSE_DYNLIB_CLASS 0
382 * Use the mdi architecture
384 #define wxUSE_MDI_ARCHITECTURE 0
386 * Use the document/view architecture
388 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
390 * Use the print/preview architecture
392 #define wxUSE_PRINTING_ARCHITECTURE 0
397 #define wxUSE_PROLOGIO 0
399 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
401 #define wxUSE_RESOURCES 0
403 /* for compatibility */
404 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
407 * Use wxWindows help facility (needs wxUSE_IPC 1)
411 * Use iostream.h rather than iostream
413 #define wxUSE_IOSTREAMH 0
415 * Use Apple Ieee-double converter
417 #define wxUSE_APPLE_IEEE 0
419 * Compatibility with 1.66 API.
420 * Level 0: no backward compatibility, all new features
421 * Level 1: wxDC, OnSize (etc.) compatibility, but
422 * some new features such as event tables
424 #define WXWIN_COMPATIBILITY 0
426 * Compatibility with 2.0 API.
428 #define WXWIN_COMPATIBILITY_2 1
430 * Enables debugging: memory tracing, assert, etc., contains debug level
434 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
435 * WARNING: this code may not work with all architectures, especially
436 * if alignment is an issue.
438 #define wxUSE_MEMORY_TRACING 0
440 * Enable debugging version of global memory operators new and delete
441 * Disable it, If this causes problems (e.g. link errors)
443 #define wxUSE_DEBUG_NEW_ALWAYS 0
445 * VZ: What does this one do? (FIXME)
447 #define wxUSE_DEBUG_CONTEXT 0
449 * In debug mode, causes new to be defined to
450 * be WXDEBUG_NEW (see object.h). If this causes
451 * problems (e.g. link errors), set this to 0.
453 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
455 * Matthews garbage collection (used for MrEd?)
457 #define WXGARBAGE_COLLECTION_ON 0
461 #define wxUSE_SPLINES 0
463 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
465 #define wxUSE_DYNAMIC_CLASSES 1
468 * Support for metafiles
470 #define wxUSE_METAFILE 0
475 #define wxUSE_MINIFRAME 0
478 * Disable this if your compiler can't cope
479 * with omission of prototype parameters.
481 #define REMOVE_UNUSED_ARG 1
483 * The const keyword is being introduced more in wxWindows.
484 * You can use this setting to maintain backward compatibility.
485 * If 0: will use const wherever possible.
486 * If 1: will use const only where necessary
487 * for precompiled headers to work.
488 * If 2: will be totally backward compatible, but precompiled
489 * headers may not work and program size will be larger.
491 #define CONST_COMPATIBILITY 0
493 /* The type of 3rd argument to getsockname() - usually size_t or int */
496 /* Define if you have dlopen() */
499 /* Define if you have nanosleep() */
500 #undef HAVE_NANOSLEEP
502 /* Define if you have sched_yield */
503 #undef HAVE_SCHED_YIELD
505 /* Define if you have pthread_cancel */
506 #undef HAVE_PTHREAD_CANCEL
508 /* Define if you have all functions to set thread priority */
509 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
511 /* Define if you can specify exit functions to a thread */
512 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
514 /* Define if you have shl_load() */
517 /* Define if you have vsnprintf() */
518 #undef HAVE_VSNPRINTF
520 /* Define if you have usleep() */
523 /* Define if you have wcslen function */
526 /* The number of bytes in a int. */
529 /* The number of bytes in a int *. */
532 /* The number of bytes in a long. */
535 /* The number of bytes in a long long. */
536 #undef SIZEOF_LONG_LONG
538 /* Define if you have the dlopen function. */
541 /* Define if you have the gethostname function. */
542 #undef HAVE_GETHOSTNAME
544 /* Define if you have the nanosleep function. */
545 #undef HAVE_NANOSLEEP
547 /* Define if you have the shl_load function. */
550 /* Define if you have the uname function. */
553 /* Define if you have the usleep function. */
556 /* Define if you have the vfork function. */
559 /* Define if you have the vsnprintf function. */
560 #undef HAVE_VSNPRINTF
562 /* Define if you have the <fnmatch.h> header file. */
563 #undef HAVE_FNMATCH_H
565 /* Define if you have the <iostream> header file. */
568 /* Define if you have the <linux/joystick.h> header file. */
569 #undef HAVE_LINUX_JOYSTICK_H
571 /* Define if you have the <sched.h> header file. */
574 /* Define if you have the <strings.h> header file. */
575 #undef HAVE_STRINGS_H
577 /* Define if you have the <unistd.h> header file. */
580 /* Define if you have the <wchar.h> header file. */
583 /* Define if you have the <wcstr.h> header file. */
586 /* define if compiled symbols have a leading underscore */
587 #undef WITH_SYMBOL_UNDERSCORE
590 #endif /* __GTKSETUPH__ */