]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk1/setup0.h
cba6e59e20580f5a5daeaf74c5b28158c2591e57
1 /* setup.h. Generated automatically by configure. */
2 /* setup.h.in. Generated automatically from configure.in by autoheader. */
3 /* Generate setup.h.in from this file using autoheader. */
7 /* This define (__WX_SETUP_H__) is used both to insure setup.h is included
8 * only once and to indicate that we are building using configure. */
10 #define __WX_SETUP_H__
17 /* Define to empty if the keyword does not work. */
20 /* Define to `int' if <sys/types.h> doesn't define. */
23 /* Define if you don't have vprintf but do have _doprnt. */
24 /* #undef HAVE_DOPRNT */
26 /* Define if you have the vprintf function. */
27 #define HAVE_VPRINTF 1
29 /* Define as __inline if that's what the C compiler calls it. */
32 /* Define to `int' if <sys/types.h> doesn't define. */
35 /* Define to `long' if <sys/types.h> doesn't define. */
38 /* Define to `int' if <sys/types.h> doesn't define. */
41 /* Define to `unsigned' if <sys/types.h> doesn't define. */
44 /* Define if you have the ANSI C header files. */
45 #define STDC_HEADERS 1
47 /* Define to `int' if <sys/types.h> doesn't define. */
50 /* Define if your processor stores words with the most significant
51 byte first (like Motorola and SPARC, unlike Intel and VAX). */
52 /* #undef WORDS_BIGENDIAN */
54 /* Define if the X Window System is missing or not being used. */
55 /* #undef X_DISPLAY_MISSING */
57 /* Define if lex declares yytext as a char * by default, not a char[]. */
58 #define YYTEXT_POINTER 1
63 * Define to 1 for Unix[-like] system
75 /* #undef __SOLARIS__ */
76 /* #undef __SUNOS__ */
77 /* #undef __ALPHA__ */
80 /* #undef __FREEBSD__ */
82 /* #undef __ULTRIX__ */
83 /* #undef __DATA_GENERAL__ */
86 /* #undef __WINDOWS__ */
87 /* #undef __WIN95__ */
88 /* #undef __WIN32__ */
89 /* #undef __GNUWIN32__ */
104 #define wxUSE_LIBPNG 1
108 #define wxUSE_LIBJPEG 1
112 #define wxUSE_LIBGIF 1
117 // Set to 1 for MS Icons and Cursors format support
118 #define wxUSE_ICO_CUR 1
121 #define wxODBC_FWD_ONLY_CURSORS 1
125 #define wxUSE_THREADS 1
129 #define wxHAVE_GLIBC2 1
133 #define wxHAVE_LIB_XPM 0
137 #define wxUSE_OPENGL 0
144 * Defined if !wxUSE_GUI
146 /* #undef wxUSE_NOGUI */
149 * Use constraints mechanism
151 #define wxUSE_CONSTRAINTS 1
156 #define wxUSE_VALIDATORS 1
161 #define wxUSE_ACCEL 1
164 * Use wxTextEntryDialog
166 #define wxUSE_TEXTDLG 1
171 #define wxUSE_STARTUP_TIPS 1
174 * Use progress dialog
176 #define wxUSE_PROGRESSDLG 1
179 * Use directory chooser dialog
181 #define wxUSE_DIRDLG 1
184 * Joystick support (Linux/GTK only)
186 #define wxUSE_JOYSTICK 0
191 #define wxUSE_CARET 1
195 #define wxUSE_BMPBUTTON 1
199 #define wxUSE_CHECKBOX 1
203 #define wxUSE_CHECKLISTBOX 1
207 #define wxUSE_COMBOBOX 1
211 #define wxUSE_CHOICE 1
215 #define wxUSE_GAUGE 1
223 #define wxUSE_IMAGLIST 1
227 #define wxUSE_LISTBOX 1
231 #define wxUSE_LISTCTRL 1
235 #define wxUSE_NOTEBOOK 1
239 #define wxUSE_RADIOBOX 1
243 #define wxUSE_RADIOBTN 1
251 #define wxUSE_SCROLLBAR 1
255 #define wxUSE_SLIDER 1
259 #define wxUSE_SPINBTN 1
263 #define wxUSE_SPLITTER 1
267 #define wxUSE_STATBMP 1
271 #define wxUSE_STATBOX 1
275 #define wxUSE_STATLINE 1
279 #define wxUSE_STATUSBAR 1
281 * Use Tab dialog class - obsolete, use wxNotebook instead
283 #define wxUSE_TAB_DIALOG 0
285 #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
289 #define wxUSE_TOOLBAR 1
291 #if defined(__WXWINE__) || defined(__GNUWIN32__)
293 #define wxUSE_BUTTONBAR 1
300 #define wxUSE_TREECTRL 1
303 * Use wxLongLong (a.k.a. int64) class
305 #define wxUSE_LONGLONG 0
312 * Use wxTextFile class
314 #define wxUSE_TEXTFILE 1
316 * Use log classes and logging functions
320 * Use time and date classes
322 #define wxUSE_TIMEDATE 1
330 #define wxUSE_CONFIG 1
338 #define wxUSE_STREAMS 1
342 #define wxUSE_SOCKETS 1
344 * Use standard C++ streams if 1. If 0, use wxWin
345 * streams implementation.
347 #define wxUSE_STD_IOSTREAM 0
350 * Use font metric files in GetTextExtent for wxPostScriptDC
351 * Use consistent PostScript fonts for AFM and printing (!)
353 #define wxUSE_AFM_FOR_POSTSCRIPT 1
354 #define wxUSE_NORMALIZED_PS_FONTS 1
357 #define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
360 * Use PostScript device context
362 #define wxUSE_POSTSCRIPT 1
365 * Compile wxString with wide character (Unicode) support?
367 #define wxUSE_UNICODE 0
370 * Work around a bug in GNU libc 5.x wcstombs() implementation.
372 * Note that you must link your programs with libc.a if you enable this and you
373 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
374 * thread-safe version of wcstombs()).
376 #define wxUSE_WCSRTOMBS 0
379 * On some platforms overloading on size_t/int doesn't work, yet we'd like
380 * to define both size_t and int version of wxString::operator[] because it
381 * should really be size_t, but a lot of old, broken code uses int indices.
383 #define wxUSE_SIZE_T_STRING_OPERATOR 0
386 * Use the new experimental implementation of wxString::Printf()?
388 * Warning: enabling this may cause internal compiler errors with gcc!
390 #define wxUSE_EXPERIMENTAL_PRINTF 0
393 * Use Interprocess communication
397 * Use wxGetResource & wxWriteResource (change .Xdefaults)
399 #define wxUSE_X_RESOURCES 0
403 #define wxUSE_CLIPBOARD 1
407 #define wxUSE_TOOLTIPS 1
411 #define wxUSE_DRAG_AND_DROP 1
415 #define wxUSE_SPLINES 1
417 * Use wxObjectLoader class
419 #define wxUSE_DYNAMIC_LOADER 1
422 * Use the mdi architecture
424 #define wxUSE_MDI_ARCHITECTURE 1
426 * Use the document/view architecture
428 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
430 * Use the print/preview architecture
432 #define wxUSE_PRINTING_ARCHITECTURE 1
437 #define wxUSE_PROLOGIO 1
439 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
441 #define wxUSE_RESOURCES 1
443 /* for compatibility */
444 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
447 * Use wxWindows help facility (needs wxUSE_IPC 1)
451 * Use iostream.h rather than iostream
453 #define wxUSE_IOSTREAMH 1
455 * Use Apple Ieee-double converter
457 #define wxUSE_APPLE_IEEE 1
459 * Compatibility with 1.66 API.
460 * Level 0: no backward compatibility, all new features
461 * Level 1: wxDC, OnSize (etc.) compatibility, but
462 * some new features such as event tables
464 #define WXWIN_COMPATIBILITY 0
466 * Compatibility with 2.0 API.
468 #define WXWIN_COMPATIBILITY_2 1
470 * Enables debugging: memory tracing, assert, etc., contains debug level
474 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
475 * WARNING: this code may not work with all architectures, especially
476 * if alignment is an issue.
478 #define wxUSE_MEMORY_TRACING 0
480 * Enable debugging version of global memory operators new and delete
481 * Disable it, If this causes problems (e.g. link errors)
483 #define wxUSE_DEBUG_NEW_ALWAYS 0
485 * VZ: What does this one do? (FIXME)
487 #define wxUSE_DEBUG_CONTEXT 0
489 * In debug mode, causes new to be defined to
490 * be WXDEBUG_NEW (see object.h). If this causes
491 * problems (e.g. link errors), set this to 0.
493 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
495 * Matthews garbage collection (used for MrEd?)
497 #define WXGARBAGE_COLLECTION_ON 0
501 #define wxUSE_SPLINES 1
503 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
505 #define wxUSE_DYNAMIC_CLASSES 1
508 * Support for metafiles
510 #define wxUSE_METAFILE 0
515 #define wxUSE_MINIFRAME 1
523 * (virtual) filesystems code
525 #define wxUSE_FS_INET 1
526 #define wxUSE_FS_ZIP 1
529 * A class that shows info window when app is busy
530 * (works exactly like wxBusyCursor)
532 #define wxUSE_BUSYINFO 1
535 * Zip stream for accessing files stored inside .zip archives
537 #define wxUSE_ZIPSTREAM 1
541 * Disable this if your compiler can't cope
542 * with omission of prototype parameters.
544 #define REMOVE_UNUSED_ARG 1
546 * The const keyword is being introduced more in wxWindows.
547 * You can use this setting to maintain backward compatibility.
548 * If 0: will use const wherever possible.
549 * If 1: will use const only where necessary
550 * for precompiled headers to work.
551 * If 2: will be totally backward compatible, but precompiled
552 * headers may not work and program size will be larger.
554 #define CONST_COMPATIBILITY 0
556 /* The type of 3rd argument to getsockname() - usually size_t or int */
557 #define SOCKLEN_T socklen_t
559 /* Define if you have dlopen() */
560 #define HAVE_DLOPEN 1
562 /* Define if you have nanosleep() */
563 #define HAVE_NANOSLEEP 1
565 /* Define if you have sched_yield */
566 #define HAVE_SCHED_YIELD 1
568 /* Define if you have pthread_cancel */
569 #define HAVE_PTHREAD_CANCEL 1
571 /* Define if you have all functions to set thread priority */
572 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
574 /* Define if you can specify exit functions to a thread */
575 /* #undef HAVE_THREAD_CLEANUP_FUNCTIONS */
577 /* Define if you have shl_load() */
578 /* #undef HAVE_SHL_LOAD */
580 /* Define if you have vsnprintf() */
581 #define HAVE_VSNPRINTF 1
583 /* Define if you have usleep() */
584 /* #undef HAVE_USLEEP */
586 /* Define if you have wcslen function */
587 #define HAVE_WCSLEN 1
589 /* The number of bytes in a char. */
590 #define SIZEOF_CHAR 1
592 /* The number of bytes in a int. */
595 /* The number of bytes in a int *. */
596 #define SIZEOF_INT_P 4
598 /* The number of bytes in a long. */
599 #define SIZEOF_LONG 4
601 /* The number of bytes in a long long. */
602 #define SIZEOF_LONG_LONG 8
604 /* The number of bytes in a short. */
605 #define SIZEOF_SHORT 2
607 /* Define if you have the dlopen function. */
608 #define HAVE_DLOPEN 1
610 /* Define if you have the gethostname function. */
611 /* #undef HAVE_GETHOSTNAME */
613 /* Define if you have the nanosleep function. */
614 #define HAVE_NANOSLEEP 1
616 /* Define if you have the shl_load function. */
617 /* #undef HAVE_SHL_LOAD */
619 /* Define if you have the uname function. */
622 /* Define if you have the usleep function. */
623 /* #undef HAVE_USLEEP */
625 /* Define if you have the vfork function. */
628 /* Define if you have the vsnprintf function. */
629 #define HAVE_VSNPRINTF 1
631 /* Define if you have the vsscanf function. */
632 #define HAVE_VSSCANF 1
634 /* Define if you have the <X11/XKBlib.h> header file. */
635 #define HAVE_X11_XKBLIB_H 1
637 /* Define if you have the <fnmatch.h> header file. */
638 #define HAVE_FNMATCH_H 1
640 /* Define if you have the <iostream> header file. */
641 #define HAVE_IOSTREAM 1
643 /* Define if you have the <linux/joystick.h> header file. */
644 /* #undef HAVE_LINUX_JOYSTICK_H */
646 /* Define if you have the <sched.h> header file. */
647 #define HAVE_SCHED_H 1
649 /* Define if you have the <strings.h> header file. */
650 #define HAVE_STRINGS_H 1
652 /* Define if you have the <unistd.h> header file. */
653 #define HAVE_UNISTD_H 1
655 /* Define if you have the <wchar.h> header file. */
656 #define HAVE_WCHAR_H 1
658 /* Define if you have the <wcstr.h> header file. */
659 /* #undef HAVE_WCSTR_H */
661 /* Name of package */
662 #define PACKAGE "wxWindows"
664 /* Version number of package */
665 #define VERSION "2.1.0"
668 #endif /* __WX_SETUP_H__ */