]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/unix/setup.h.in
3 Do not edit this file. It is autogenerated by configure.
5 Leave the following blank line there!! Autoheader needs it. */
8 /* ------------------------------------------------------------------------ */
9 /* Features as requested by configure */
10 /* ------------------------------------------------------------------------ */
19 /* ------------------------------------------------------------------------ */
20 /* define if support for GTK 1.2 features */
21 /* ------------------------------------------------------------------------ */
25 /* ------------------------------------------------------------------------ */
26 /* define the system to compile */
27 /* ------------------------------------------------------------------------ */
45 #undef __DATA_GENERAL__
47 /* ------------------------------------------------------------------------ */
48 /* compiler options */
49 /* ------------------------------------------------------------------------ */
56 /* ------------------------------------------------------------------------ */
58 /* ------------------------------------------------------------------------ */
67 #define wxUSE_LIBPNG 0
71 #define wxUSE_LIBJPEG 0
79 #define wxUSE_THREADS 0
83 #define wxHAVE_GLIBC2 0
87 #define wxHAVE_LIB_XPM 0
89 /* ------------------------------------------------------------------------ */
91 /* ------------------------------------------------------------------------ */
98 * Defined if !wxUSE_GUI
102 /* ------------------------------------------------------------------------ */
103 /* "global" GUI options */
104 /* ------------------------------------------------------------------------ */
107 * Use constraints mechanism
109 #define wxUSE_CONSTRAINTS 0
114 #define wxUSE_VALIDATORS 0
119 #define wxUSE_ACCEL 0
122 * Use wxTextEntryDialog
124 #define wxUSE_TEXTDLG 0
126 /* ------------------------------------------------------------------------ */
127 /* GUI control options */
128 /* ------------------------------------------------------------------------ */
133 #define wxUSE_CARET 0
137 #define wxUSE_BMPBUTTON 0
141 #define wxUSE_CHECKBOX 0
145 #define wxUSE_CHECKLISTBOX 0
149 #define wxUSE_COMBOBOX 0
153 #define wxUSE_GAUGE 0
161 #define wxUSE_IMAGLIST 0
165 #define wxUSE_LISTBOX 0
169 #define wxUSE_LISTCTRL 0
173 #define wxUSE_NOTEBOOK 0
177 #define wxUSE_RADIOBOX 0
181 #define wxUSE_RADIOBTN 0
189 #define wxUSE_SCROLLBAR 0
193 #define wxUSE_SLIDER 0
197 #define wxUSE_SPINBTN 0
201 #define wxUSE_STATBMP 0
205 #define wxUSE_STATLINE 0
209 #define wxUSE_STATUSBAR 0
213 #define wxUSE_TABDIALOG 0
217 #define wxUSE_TOOLBAR 0
221 #define wxUSE_TREECTRL 0
223 /* ------------------------------------------------------------------------ */
224 /* non-GUI options */
225 /* ------------------------------------------------------------------------ */
228 * Use log classes and logging functions
232 * Use time and date classes
234 #define wxUSE_TIMEDATE 0
238 #define wxUSE_CONFIG 0
246 #define wxUSE_STREAMS 0
248 * Use class serialization
250 #define wxUSE_SERIAL 0
254 #define wxUSE_SOCKETS 0
256 * Use standard C++ streams if 1. If 0, use wxWin
257 * streams implementation.
259 #define wxUSE_STD_IOSTREAM 1
263 #define wxUSE_DYNLIB_CLASS 1
265 /* ------------------------------------------------------------------------ */
267 /* ------------------------------------------------------------------------ */
270 * Use font metric files in GetTextExtent for wxPostScriptDC
271 * Use consistent PostScript fonts for AFM and printing (!)
273 #define wxUSE_AFM_FOR_POSTSCRIPT 0
274 #define WX_NORMALIZED_PS_FONTS 0
276 * Use PostScript device context
278 #define wxUSE_POSTSCRIPT 0
280 /* ------------------------------------------------------------------------ */
281 /* wxString options */
282 /* ------------------------------------------------------------------------ */
285 * Compile wxString with wide character (Unicode) support?
287 #define wxUSE_UNICODE 0
290 * Work around a bug in GNU libc 5.x wcstombs() implementation.
292 * Note that you must link your programs with libc.a if you enable this and you
293 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
294 * thread-safe version of wcstombs()).
296 #define wxUSE_WCSRTOMBS 0
299 * On some platforms overloading on size_t/int doesn't work, yet we'd like
300 * to define both size_t and int version of wxString::operator[] because it
301 * should really be size_t, but a lot of old, broken code uses int indices.
303 #define wxUSE_SIZE_T_STRING_OPERATOR 0
305 /* ------------------------------------------------------------------------ */
307 /* ------------------------------------------------------------------------ */
310 * Use Interprocess communication
314 * Use wxGetResource & wxWriteResource (change .Xdefaults)
316 #define wxUSE_X_RESOURCES 0
320 #define wxUSE_CLIPBOARD 0
324 #define wxUSE_TOOLTIPS 0
328 #define wxUSE_DRAG_AND_DROP 0
332 #define wxUSE_SPLINES 0
334 * Use wxLibrary class
336 #define wxUSE_DYNLIB_CLASS 0
338 /* ------------------------------------------------------------------------ */
339 /* architecture options */
340 /* ------------------------------------------------------------------------ */
343 * Use the mdi architecture
345 #define wxUSE_MDI_ARCHITECTURE 0
347 * Use the document/view architecture
349 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
351 * Use the print/preview architecture
353 #define wxUSE_PRINTING_ARCHITECTURE 0
355 /* ------------------------------------------------------------------------ */
356 /* Prolog and wxWindows' resource system options */
357 /* ------------------------------------------------------------------------ */
362 #define wxUSE_PROLOGIO 0
364 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
366 #define wxUSE_RESOURCES 0
368 /* for compatibility */
369 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
371 /* ------------------------------------------------------------------------ */
373 /* ------------------------------------------------------------------------ */
376 * Use wxWindows help facility (needs wxUSE_IPC 1)
380 * Use iostream.h rather than iostream
382 #define wxUSE_IOSTREAMH 0
384 * Use Apple Ieee-double converter
386 #define wxUSE_APPLE_IEEE 0
388 * Compatibility with 1.66 API.
389 * Level 0: no backward compatibility, all new features
390 * Level 1: wxDC, OnSize (etc.) compatibility, but
391 * some new features such as event tables
393 #define WXWIN_COMPATIBILITY 0
395 * Compatibility with 2.0 API.
397 #define WXWIN_COMPATIBILITY_2 1
399 * Enables debugging: memory tracing, assert, etc., contains debug level
403 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
404 * WARNING: this code may not work with all architectures, especially
405 * if alignment is an issue.
407 #define wxUSE_MEMORY_TRACING 0
409 * Enable debugging version of global memory operators new and delete
410 * Disable it, If this causes problems (e.g. link errors)
412 #define wxUSE_DEBUG_NEW_ALWAYS 1
414 * In debug mode, causes new to be defined to
415 * be WXDEBUG_NEW (see object.h). If this causes
416 * problems (e.g. link errors), set this to 0.
418 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
420 * Matthews garbage collection (used for MrEd?)
422 #define WXGARBAGE_COLLECTION_ON 0
426 #define wxUSE_SPLINES 0
428 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
430 #define wxUSE_DYNAMIC_CLASSES 1
432 * Disable this if your compiler can't cope
433 * with omission of prototype parameters.
435 #define REMOVE_UNUSED_ARG 1
437 * The const keyword is being introduced more in wxWindows.
438 * You can use this setting to maintain backward compatibility.
439 * If 0: will use const wherever possible.
440 * If 1: will use const only where necessary
441 * for precompiled headers to work.
442 * If 2: will be totally backward compatible, but precompiled
443 * headers may not work and program size will be larger.
445 #define CONST_COMPATIBILITY 0
447 /* ------------------------------------------------------------------------ */
448 /* System-specific stuff */
449 /* ------------------------------------------------------------------------ */
452 This file is in the public domain.
454 Descriptive text for the C preprocessor macros that
455 the distributed Autoconf macros can define.
456 No software package will use all of them; autoheader copies the ones
457 your configure.in uses into your configuration header file templates.
459 The entries are in sort -df order: alphabetical, case insensitive,
460 ignoring punctuation (such as underscores). Although this order
461 can split up related entries, it makes it easier to check whether
462 a given entry is in the file. */
464 /* Define if on AIX 3.
465 System headers sometimes define this.
466 We just want to avoid a redefinition error message. */
472 /* Define to empty if the keyword does not work. */
474 #endif /* __cplusplus */
476 /* Define for DGUX with <sys/dg_sys_info.h>. */
479 /* Define if you have <dirent.h>. */
482 /* Define to the type of elements in the array set by `getgroups'.
483 Usually this is either `int' or `gid_t'. */
486 /* The type of 3rd argument to getsockname() - usually size_t or int */
489 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
490 #undef GETLOADAVG_PRIVILEGED
492 /* Define if the `getpgrp' function takes no argument. */
495 /* Define to `int' if <sys/types.h> doesn't define. */
498 /* Define if you have alloca, as a function or macro. */
501 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
504 /* Define if you don't have vprintf but do have _doprnt. */
507 /* Define if you have sched.h */
510 /* Define if you have strings.h */
511 #undef HAVE_STRINGS_H
513 /* Define if you have vprintf() */
516 /* Define if you have dlopen() */
519 /* Define if you have shl_load() */
522 /* Define if you have vsnprintf() */
523 #undef HAVE_VSNPRINTF
525 /* Define if you have usleep() */
528 /* Define if you have nanosleep() */
529 #undef HAVE_NANOSLEEP
531 /* Define if you have vfork() */
534 /* Define if you have uname() */
537 /* Define if you have gethostname() */
538 #undef HAVE_GETHOSTNAME
540 /* Define if you have sched_yield */
541 #undef HAVE_SCHED_YIELD
543 /* Define if you have pthread_cancel */
544 #undef HAVE_PTHREAD_CANCEL
546 /* Define if you have all functions to set thread priority */
547 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
549 /* Define if you can specify exit functions to a thread */
550 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
552 /* Define if your system has its own `getloadavg' function. */
553 #undef HAVE_GETLOADAVG
555 /* Define if you have the getmntent function. */
556 #undef HAVE_GETMNTENT
558 /* Define if the `long double' type works. */
559 #undef HAVE_LONG_DOUBLE
561 /* Define if you support file names longer than 14 characters. */
562 #undef HAVE_LONG_FILE_NAMES
564 /* Define if you have a working `mmap' system call. */
567 /* Define if system calls automatically restart after interruption
569 #undef HAVE_RESTARTABLE_SYSCALLS
571 /* Define if your struct stat has st_blksize. */
572 #undef HAVE_ST_BLKSIZE
574 /* Define if your struct stat has st_blocks. */
575 #undef HAVE_ST_BLOCKS
577 /* Define if you have the strcoll function and it is properly defined. */
580 /* Define if your struct stat has st_rdev. */
583 /* Define if you have the strftime function. */
586 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
587 #undef HAVE_SYS_WAIT_H
589 /* Define if your struct tm has tm_zone. */
592 /* Define if you don't have tm_zone but do have the external array
596 /* Define if you have <unistd.h>. */
599 /* Define if you have <wchar.h>. */
602 /* Define if you have <wcstr.h>. */
605 /* Define if you have wcslen function */
608 /* Define if you have <fnmatch.h>. */
609 #undef HAVE_FNMATCH_H
611 /* Define if utime(file, NULL) sets file's timestamp to the present. */
612 #undef HAVE_UTIME_NULL
614 /* Define if you have <vfork.h>. */
617 /* Define if you have the vprintf function. */
620 /* Define as __inline if that's what the C compiler calls it. */
623 #endif /* __cplusplus */
625 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
626 #undef MAJOR_IN_MKDEV
628 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
629 #undef MAJOR_IN_SYSMACROS
631 /* Define if on MINIX. */
634 /* Define to `int' if <sys/types.h> doesn't define. */
637 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
640 /* Define if you have <memory.h>, and <string.h> doesn't declare the
644 /* Define if your struct nlist has an n_un member. */
645 #undef NLIST_NAME_UNION
647 /* Define if you have <nlist.h>. */
650 /* Define if your C compiler doesn't accept -c and -o together. */
651 #undef NO_MINUS_C_MINUS_O
653 /* Define to `long' if <sys/types.h> doesn't define. */
656 /* Define to `int' if <sys/types.h> doesn't define. */
659 /* Define if the system does not provide POSIX.1 features except
660 with this defined. */
661 #undef _POSIX_1_SOURCE
663 /* Define if you need to in order for stat and other things to work. */
666 /* Define as the return type of signal handlers (int or void). */
669 /* Define if the setvbuf function takes the buffering type as its second
670 argument and the buffer pointer as the third, as on System V
672 #undef SETVBUF_REVERSED
674 /* Define SIZESOF for some Objects */
678 #undef SIZEOF_LONG_LONG
680 /* Define to `unsigned' if <sys/types.h> doesn't define. */
683 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
684 #undef STAT_MACROS_BROKEN
686 /* Define on System V Release 4. */
692 /* Define on System V */
695 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
698 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
701 /* Define if `sys_siglist' is declared by <signal.h>. */
702 #undef SYS_SIGLIST_DECLARED
704 /* Define if you can safely include both <sys/time.h> and <time.h>. */
705 #undef TIME_WITH_SYS_TIME
707 /* Define if your <sys/time.h> declares struct tm. */
708 #undef TM_IN_SYS_TIME
710 /* Define to `int' if <sys/types.h> doesn't define. */
713 /* Define if you do not have <strings.h>, index, bzero, etc.. */
716 /* Define if the system is System V Release 4 */
719 /* Define vfork as fork if vfork does not work. */
722 /* Define if lex declares yytext as a char * by default, not a char[]. */
723 #undef YYTEXT_POINTER
725 #endif /* __GTKSETUPH__ */
728 /* Leave that blank line there!! Autoheader needs it.
729 If you're adding to this file, keep in mind:
730 The entries are in sort -df order: alphabetical, case insensitive,
731 ignoring punctuation (such as underscores). */