undef wxUSE_NATIVE_STATUSBAR before redefining it as 1 for wxMSW
[wxWidgets.git] / setup.h.in
1 /* This define (__WX_SETUP_H__) is used both to ensure setup.h is included
2 * only once and to indicate that we are building using configure. */
3 #ifndef __WX_SETUP_H__
4 #define __WX_SETUP_H__
5
6 #ifdef __GNUG__
7 #pragma interface
8 #endif
9
10 /* never undefine inline or const keywords for C++ compilation */
11 #ifndef __cplusplus
12
13 /* Define to empty if the keyword does not work. */
14 #undef const
15
16 /* Define as __inline if that's what the C compiler calls it. */
17 #undef inline
18
19 #endif /* __cplusplus */
20
21 /* fill in with the string wxGetOsDescription() will return */
22 #undef WXWIN_OS_DESCRIPTION
23
24 /* the installation location prefix from configure */
25 #undef wxINSTALL_PREFIX
26
27 /* Define to `int' if <sys/types.h> doesn't define. */
28 #undef gid_t
29
30 /* Define to `int' if <sys/types.h> doesn't define. */
31 #undef mode_t
32
33 /* Define to `long' if <sys/types.h> doesn't define. */
34 #undef off_t
35
36 /* Define to `int' if <sys/types.h> doesn't define. */
37 #undef pid_t
38
39 /* Define to `unsigned' if <sys/types.h> doesn't define. */
40 #undef size_t
41
42 /* Define if ssize_t type is available. */
43 #undef HAVE_SSIZE_T
44
45 /* Define if you have the ANSI C header files. */
46 #undef STDC_HEADERS
47
48 /* Define this to get extra features from GNU libc. */
49 #undef _GNU_SOURCE
50
51 /* Define to `int' if <sys/types.h> doesn't define. */
52 #undef uid_t
53
54 /* Define if your processor stores words with the most significant
55 byte first (like Motorola and SPARC, unlike Intel and VAX). */
56 #undef WORDS_BIGENDIAN
57
58 /* Define this if your version of GTK+ is greater than 1.2 */
59 #undef __WXGTK12__
60
61 /* Define this if your version of GTK+ is greater than 1.2.7 */
62 #undef __WXGTK127__
63
64 /* Define this if your version of GTK+ is greater than 2.0 */
65 #undef __WXGTK20__
66
67 /* Define this if your version of GTK+ is greater than 2.4 */
68 #undef __WXGTK24__
69
70 /* Define this if you want to use GPE features */
71 #undef __WXGPE__
72
73 /* Define this if your version of Motif is greater than 2.0 */
74 #undef __WXMOTIF20__
75
76 /*
77 * Define to 1 for Unix[-like] system
78 */
79 #define wxUSE_UNIX 0
80
81 #undef __UNIX__
82
83 #undef __AIX__
84 #undef __BSD__
85 #undef __DARWIN__
86 #undef __EMX__
87 #undef __FREEBSD__
88 #undef __HPUX__
89 #undef __LINUX__
90 #undef __NETBSD__
91 #undef __OPENBSD__
92 #undef __OSF__
93 #undef __SGI__
94 #undef __SOLARIS__
95 #undef __SUN__
96 #undef __SUNOS__
97 #undef __SVR4__
98 #undef __SYSV__
99 #undef __ULTRIX__
100 #undef __UNIXWARE__
101 #undef __VMS__
102
103 #undef __IA64__
104 #undef __ALPHA__
105
106 /* NanoX (with wxX11) */
107 #define wxUSE_NANOX 0
108
109 /* PowerPC Darwin & Mac OS X */
110 #undef __POWERPC__
111 #undef TARGET_CARBON
112
113 /* MS-DOS with DJGPP */
114 #undef __DOS__
115
116 /* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
117 #ifndef __WINDOWS__
118 #undef __WINDOWS__
119 #endif
120
121 #ifndef __WIN95__
122 #undef __WIN95__
123 #endif
124 #ifndef __WIN32__
125 #undef __WIN32__
126 #endif
127 #ifndef __GNUWIN32__
128 #undef __GNUWIN32__
129 #endif
130 #ifndef STRICT
131 #undef STRICT
132 #endif
133 #ifndef WINVER
134 #undef WINVER
135 #endif
136
137 /* OS/2 with EMX */
138 #undef __OS2__
139
140 /* --- start common options --- */
141
142
143 #ifndef wxUSE_GUI
144 #define wxUSE_GUI 0
145 #endif
146
147
148 #define WXWIN_COMPATIBILITY_2_2 0
149
150 #define WXWIN_COMPATIBILITY_2_4 0
151
152 #define wxDIALOG_UNIT_COMPATIBILITY 0
153
154
155
156 #define wxUSE_DEBUG_CONTEXT 0
157
158 #define wxUSE_MEMORY_TRACING 0
159
160 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
161
162 #define wxUSE_DEBUG_NEW_ALWAYS 0
163
164 #if defined(_MSC_VER) || \
165 (defined(__BORLANDC__) && __BORLANDC__ >= 0x0550)
166 #define wxUSE_ON_FATAL_EXCEPTION 0
167 #else
168 #define wxUSE_ON_FATAL_EXCEPTION 0
169 #endif
170
171 #define wxUSE_STACKWALKER 0
172
173
174 #ifndef wxUSE_UNICODE
175 #define wxUSE_UNICODE 0
176 #endif
177
178 #define wxUSE_UNICODE_MSLU 0
179
180 #define wxUSE_WCHAR_T 0
181
182
183 #define wxUSE_EXCEPTIONS 0
184
185 #define wxUSE_EXTENDED_RTTI 0
186
187 #define wxUSE_STL 0
188
189 #define wxUSE_LOG 0
190
191 #define wxUSE_LOGWINDOW 0
192
193 #define wxUSE_LOGGUI 0
194
195 #define wxUSE_LOG_DIALOG 0
196
197 #define wxUSE_CMDLINE_PARSER 0
198
199 #define wxUSE_THREADS 0
200
201 #define wxUSE_STREAMS 0
202
203 #define wxUSE_STD_IOSTREAM 0
204
205
206 #define wxUSE_LONGLONG 0
207
208 #define wxUSE_FILE 0
209 #define wxUSE_FFILE 0
210
211 #define wxUSE_FSVOLUME 0
212
213 #define wxUSE_TEXTBUFFER 0
214
215 #define wxUSE_TEXTFILE 0
216
217 #define wxUSE_INTL 0
218
219 #define wxUSE_DATETIME 0
220
221 #define wxUSE_TIMER 0
222
223 #define wxUSE_STOPWATCH 0
224
225 #define wxUSE_CONFIG 0
226
227 #define wxUSE_CONFIG_NATIVE 0
228
229 #define wxUSE_DIALUP_MANAGER 0
230
231 #define wxUSE_DYNLIB_CLASS 0
232
233 #define wxUSE_DYNAMIC_LOADER 0
234
235 #define wxUSE_SOCKETS 0
236
237 #define wxUSE_FILESYSTEM 0
238
239 #define wxUSE_FS_ZIP 0
240
241 #define wxUSE_FS_INET 0
242
243 #define wxUSE_ZIPSTREAM 0
244
245 #define wxUSE_ZLIB 0
246
247 #define wxUSE_APPLE_IEEE 0
248
249 #define wxUSE_JOYSTICK 0
250
251 #define wxUSE_FONTMAP 0
252
253 #define wxUSE_MIMETYPE 0
254
255 #define wxUSE_PROTOCOL 0
256
257 #define wxUSE_PROTOCOL_FILE 0
258 #define wxUSE_PROTOCOL_FTP 0
259 #define wxUSE_PROTOCOL_HTTP 0
260
261 #define wxUSE_URL 0
262
263 #define wxUSE_URL_NATIVE 0
264
265 #define wxUSE_REGEX 0
266
267 #define wxUSE_SYSTEM_OPTIONS 0
268
269 #define wxUSE_SOUND 0
270
271 #define wxUSE_MEDIACTRL 0
272
273 #define wxUSE_QUICKTIME 0
274
275 #define wxUSE_DIRECTSHOW 0
276
277 #define wxUSE_XRC 0
278
279 #if wxUSE_XRC
280 #define wxUSE_XML 0
281 #else
282 # define wxUSE_XML 0
283 #endif
284
285
286 #define wxUSE_CONTROLS 0
287
288 #define wxUSE_POPUPWIN 0
289
290 #define wxUSE_TIPWINDOW 0
291
292 #define wxUSE_BUTTON 0
293 #define wxUSE_BMPBUTTON 0
294 #define wxUSE_CALENDARCTRL 0
295 #define wxUSE_CHECKBOX 0
296 #define wxUSE_CHECKLISTBOX 0
297 #define wxUSE_CHOICE 0
298 #define wxUSE_COMBOBOX 0
299 #define wxUSE_DATEPICKCTRL 0
300 #define wxUSE_GAUGE 0
301 #define wxUSE_LISTBOX 0
302 #define wxUSE_LISTCTRL 0
303 #define wxUSE_RADIOBOX 0
304 #define wxUSE_RADIOBTN 0
305 #define wxUSE_SCROLLBAR 0
306 #define wxUSE_SLIDER 0
307 #define wxUSE_SPINBTN 0
308 #define wxUSE_SPINCTRL 0
309 #define wxUSE_STATBOX 0
310 #define wxUSE_STATLINE 0
311 #define wxUSE_STATTEXT 0
312 #define wxUSE_STATBMP 0
313 #define wxUSE_TEXTCTRL 0
314 #define wxUSE_TOGGLEBTN 0
315 #define wxUSE_TREECTRL 0
316
317 #define wxUSE_STATUSBAR 0
318
319 #if defined(__WXMSW__) || defined(__WXMAC__)
320 #define wxUSE_NATIVE_STATUSBAR 0
321 #else
322 #define wxUSE_NATIVE_STATUSBAR 0
323 #endif
324
325 #define wxUSE_TOOLBAR 0
326 #define wxUSE_TOOLBAR_NATIVE 0
327
328 #define wxUSE_NOTEBOOK 0
329
330 #define wxUSE_LISTBOOK 0
331
332 #define wxUSE_CHOICEBOOK 0
333
334 #define wxUSE_TAB_DIALOG 0
335
336 #define wxUSE_GRID 0
337
338 #define wxUSE_MINIFRAME 0
339
340
341 #define wxUSE_ACCEL 0
342
343 #define wxUSE_HOTKEY 0
344
345 #define wxUSE_CARET 0
346
347 #define wxUSE_DISPLAY 0
348
349 #define wxUSE_GEOMETRY 0
350
351 #define wxUSE_IMAGLIST 0
352
353 #define wxUSE_MENUS 0
354
355 #define wxUSE_SASH 0
356
357 #define wxUSE_SPLITTER 0
358
359 #define wxUSE_TOOLTIPS 0
360
361 #define wxUSE_VALIDATORS 0
362
363
364 #define wxUSE_COMMON_DIALOGS 0
365
366 #define wxUSE_BUSYINFO 0
367
368 #define wxUSE_CHOICEDLG 0
369
370 #define wxUSE_COLOURDLG 0
371
372 #define wxUSE_DIRDLG 0
373
374
375 #define wxUSE_FILEDLG 0
376
377 #define wxUSE_FINDREPLDLG 0
378
379 #define wxUSE_FONTDLG 0
380
381 #define wxUSE_MSGDLG 0
382
383 #define wxUSE_PROGRESSDLG 0
384
385 #define wxUSE_STARTUP_TIPS 0
386
387 #define wxUSE_TEXTDLG 0
388
389 #define wxUSE_NUMBERDLG 0
390
391 #define wxUSE_SPLASH 0
392
393 #define wxUSE_WIZARDDLG 0
394
395
396 #define wxUSE_METAFILE 0
397 #define wxUSE_ENH_METAFILE 0
398 #define wxUSE_WIN_METAFILES_ALWAYS 0
399
400
401 #define wxUSE_MDI 0
402
403 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
404
405 #define wxUSE_MDI_ARCHITECTURE 0
406
407 #define wxUSE_PRINTING_ARCHITECTURE 0
408
409 #define wxUSE_HTML 0
410
411 #define wxUSE_GLCANVAS 0
412
413
414 #define wxUSE_CLIPBOARD 0
415
416 #define wxUSE_DATAOBJ 0
417
418 #define wxUSE_DRAG_AND_DROP 0
419
420 #define wxUSE_ACCESSIBILITY 0
421
422
423 #define wxUSE_SNGLINST_CHECKER 0
424
425 #define wxUSE_DRAGIMAGE 0
426
427 #define wxUSE_IPC 0
428
429 #define wxUSE_HELP 0
430
431 #define wxUSE_MS_HTML_HELP 0
432
433
434 #define wxUSE_WXHTML_HELP 0
435
436 #define wxUSE_RESOURCES 0
437
438 #define wxUSE_CONSTRAINTS 0
439
440
441 #define wxUSE_SPLINES 0
442
443
444 #define wxUSE_MOUSEWHEEL 0
445
446
447
448 #define wxUSE_POSTSCRIPT 0
449
450 #define wxUSE_AFM_FOR_POSTSCRIPT 0
451
452 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
453
454
455 #define wxUSE_ODBC 0
456
457 #define wxODBC_FWD_ONLY_CURSORS 0
458
459 #define wxODBC_BACKWARD_COMPATABILITY 0
460
461
462 #define REMOVE_UNUSED_ARG 0
463
464 #define wxUSE_IOSTREAMH 0
465
466
467
468 #define wxUSE_IMAGE 0
469
470 #define wxUSE_LIBPNG 0
471
472 #define wxUSE_LIBJPEG 0
473
474 #define wxUSE_LIBTIFF 0
475
476 #define wxUSE_GIF 0
477
478 #define wxUSE_PNM 0
479
480 #define wxUSE_PCX 0
481
482 #define wxUSE_IFF 0
483
484 #define wxUSE_XPM 0
485
486 #define wxUSE_ICO_CUR 0
487
488 #define wxUSE_PALETTE 0
489
490 /* --- end common options --- */
491
492 /* for some features we don't have dedicated configure switches, so just choose
493 * the common values automatically */
494 #if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
495 #define wxUSE_OWNER_DRAWN 1
496 #endif
497
498 #if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
499 #undef wxUSE_NATIVE_STATUSBAR
500 #define wxUSE_NATIVE_STATUSBAR 1
501 #endif
502
503 #if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
504 #define wxUSE_RICHEDIT 1
505 #else
506 #define wxUSE_RICHEDIT 0
507 #endif
508
509 /*
510 * Supports bool type
511 */
512 #undef HAVE_BOOL
513
514 /*
515 * Define if your compiler supports the explicit keyword
516 */
517 #undef HAVE_EXPLICIT
518
519 /*
520 * Define if your compiler supports const_cast<>()
521 */
522 #undef HAVE_CONST_CAST
523
524 /*
525 * Define if your compiler supports reinterpret_cast<>()
526 */
527 #undef HAVE_REINTERPRET_CAST
528
529 /*
530 * Define if your compiler supports static_cast<>()
531 */
532 #undef HAVE_STATIC_CAST
533
534 /*
535 * Define if your compiler has C99 va_copy
536 */
537 #undef HAVE_VA_COPY
538
539 /*
540 * Define if va_list type is an array
541 */
542 #undef VA_LIST_IS_ARRAY
543
544 /*
545 * Define if your compiler has std::wstring
546 */
547 #undef HAVE_STD_WSTRING
548 /*
549 * Define if your compiler has compliant std::string::compare
550 */
551 #undef HAVE_STD_STRING_COMPARE
552 /*
553 * Define if your compiler has <hash_map>
554 */
555 #undef HAVE_HASH_MAP
556 /*
557 * Define if your compiler has <ext/hash_map>
558 */
559 #undef HAVE_EXT_HASH_MAP
560 /*
561 * Define if your compiler has std::hash_map/hash_set
562 */
563 #undef HAVE_STD_HASH_MAP
564 /*
565 * Define if your compiler has __gnu_cxx::hash_map/hash_set
566 */
567 #undef HAVE_GNU_CXX_HASH_MAP
568
569 /*
570 * The built-in regex supports advanced REs in additional to POSIX's basic
571 * and extended. Your system regex probably won't support this, and in this
572 * case WX_NO_REGEX_ADVANCED should be defined.
573 */
574 #undef WX_NO_REGEX_ADVANCED
575 /*
576 * Use SDL for audio (Unix)
577 */
578 #define wxUSE_LIBSDL 0
579 /*
580 * Use GNOME print for printing under GTK+ 2.0
581 */
582 #define wxUSE_LIBGNOMEPRINT 0
583 /*
584 * Use iODBC
585 */
586 #define wxUSE_BUILTIN_IODBC 0
587 /*
588 * Use freetype
589 */
590 #define wxUSE_FREETYPE 0
591 /*
592 * Have glibc2
593 */
594 #define wxHAVE_GLIBC2 0
595 /*
596 * Use libXpm
597 */
598 #define wxHAVE_LIB_XPM 0
599 /*
600 * Use consistent PostScript fonts for AFM and printing (!)
601 */
602 #define wxUSE_NORMALIZED_PS_FONTS 0
603
604 /* compatibility */
605 #define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
606
607 /*
608 * Use OpenGL
609 */
610 #define wxUSE_OPENGL 0
611
612 /*
613 * Set to 1 to compile MS Windows XP theme engine support
614 */
615 #define wxUSE_UXTHEME 1
616
617 /*
618 * Set to 1 to auto-adapt to MS Windows XP themes where possible
619 * (notably, wxNotebook pages)
620 */
621 #define wxUSE_UXTHEME_AUTO 1
622
623 /*
624 * Work around a bug in GNU libc 5.x wcstombs() implementation.
625 *
626 * Note that you must link your programs with libc.a if you enable this and you
627 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
628 * thread-safe version of wcstombs()).
629 */
630 #define wxUSE_WCSRTOMBS 0
631
632 /*
633 * Use the new experimental implementation of wxString::Printf()?
634 *
635 * Warning: enabling this may cause internal compiler errors with gcc!
636 */
637 #define wxUSE_EXPERIMENTAL_PRINTF 0
638
639 /*
640 * Use wxGetResource & wxWriteResource (change .Xdefaults)
641 */
642 #define wxUSE_X_RESOURCES 0
643 /*
644 * Use OLE (MSW only)
645 */
646 #define wxUSE_OLE 0
647
648 /* for compatibility */
649 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
650
651 /*
652 * Use MS HTML Help via libmspack (Unix)
653 */
654 #define wxUSE_LIBMSPACK 0
655
656 /*
657 * Matthews garbage collection (used for MrEd?)
658 */
659 #define WXGARBAGE_COLLECTION_ON 0
660
661 /*
662 * wxWebKitCtrl
663 */
664 #define wxUSE_WEBKIT 0
665
666 /*
667 * The const keyword is being introduced more in wxWindows.
668 * You can use this setting to maintain backward compatibility.
669 * If 0: will use const wherever possible.
670 * If 1: will use const only where necessary
671 * for precompiled headers to work.
672 * If 2: will be totally backward compatible, but precompiled
673 * headers may not work and program size will be larger.
674 */
675 #define CONST_COMPATIBILITY 0
676
677 /* define with the name of timezone variable */
678 #undef WX_TIMEZONE
679
680 /* The type of 3rd argument to getsockname() - usually size_t or int */
681 #undef SOCKLEN_T
682
683 /* The type of 5th argument to getsockopt() - usually size_t or int */
684 #undef SOCKOPTLEN_T
685
686 /* The type of statvfs(2) argument */
687 #undef WX_STATFS_T
688
689 /* The signal handler prototype */
690 #undef wxTYPE_SA_HANDLER
691
692 /* gettimeofday() usually takes 2 arguments, but some really old systems might
693 * have only one, in which case define WX_GETTIMEOFDAY_NO_TZ */
694 #undef WX_GETTIMEOFDAY_NO_TZ
695
696 /* struct tm doesn't always have the tm_gmtoff field, define this if it does */
697 #undef WX_GMTOFF_IN_TM
698
699 /* Define if you have poll(2) function */
700 #undef HAVE_POLL
701
702 /* Define if you have pw_gecos field in struct passwd */
703 #undef HAVE_PW_GECOS
704
705 /* Define if you have __cxa_demangle() in <cxxabi.h> */
706 #undef HAVE_CXA_DEMANGLE
707
708 /* Define if you have dlopen() */
709 #undef HAVE_DLOPEN
710
711 /* Define if you have gettimeofday() */
712 #undef HAVE_GETTIMEOFDAY
713
714 /* Define if you have ftime() */
715 #undef HAVE_FTIME
716
717 /* Define if you have support for large (64 bit size) files */
718 #undef HAVE_LARGEFILE_SUPPORT
719
720 /* Define if you have localtime() */
721 #undef HAVE_LOCALTIME
722
723 /* Define if you have nanosleep() */
724 #undef HAVE_NANOSLEEP
725
726 /* Define if you have sched_yield */
727 #undef HAVE_SCHED_YIELD
728
729 /* Define if you have pthread_mutexattr_t and functions to work with it */
730 #undef HAVE_PTHREAD_MUTEXATTR_T
731
732 /* Define if you have PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP */
733 #undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER
734
735 /* Define if you have pthread_cancel */
736 #undef HAVE_PTHREAD_CANCEL
737
738 /* Define if you have sigaction() */
739 #undef HAVE_SIGACTION
740
741 /* Define if you have sigemptyset() */
742 #undef HAVE_SIGEMPTYSET
743
744 /* Define if you have shl_load() */
745 #undef HAVE_SHL_LOAD
746
747 /* define if you have statfs function */
748 #undef HAVE_STATFS
749
750 /* define if you have statvfs function */
751 #undef HAVE_STATVFS
752
753 /* Define if you have strptime() */
754 #undef HAVE_STRPTIME
755
756 /* Define if you have all functions to set thread priority */
757 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
758
759 /* Define if you can specify exit functions to a thread */
760 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
761
762 /* Define if you have timegm() function */
763 #undef HAVE_TIMEGM
764
765 /* Define if you have vsnprintf() */
766 #undef HAVE_VSNPRINTF
767
768 /* Define if you have vsnprintf() declaration in the header */
769 #undef HAVE_VSNPRINTF_DECL
770
771 /* Define if you have usleep() */
772 #undef HAVE_USLEEP
773
774 /* Define if you have wcslen function */
775 #undef HAVE_WCSLEN
776
777 /* define if you have vsscanf function */
778 #undef HAVE_VSSCANF
779
780 /* The number of bytes in a char. */
781 #undef SIZEOF_CHAR
782
783 /* The number of bytes in a wchar_t. */
784 #undef SIZEOF_WCHAR_T
785
786 /* The number of bytes in a int. */
787 #undef SIZEOF_INT
788
789 /* The number of bytes in a pointer. */
790 #undef SIZEOF_VOID_P
791
792 /* The number of bytes in a long. */
793 #undef SIZEOF_LONG
794
795 /* The number of bytes in a long long. */
796 #undef SIZEOF_LONG_LONG
797
798 /* The number of bytes in a short. */
799 #undef SIZEOF_SHORT
800
801 /* The number of bytes in a size_t. */
802 #undef SIZEOF_SIZE_T
803
804 /* Define if size_t on your machine is the same type as unsigned int. */
805 #undef wxSIZE_T_IS_UINT
806
807 /* Define if size_t on your machine is the same type as unsigned long. */
808 #undef wxSIZE_T_IS_ULONG
809
810 /* Define if you have the dlopen function. */
811 #undef HAVE_DLOPEN
812
813 /* Define if you have the dlerror function. */
814 #undef HAVE_DLERROR
815
816 /* Define if you have Posix fnctl() function. */
817 #undef HAVE_FCNTL
818
819 /* Define if you have BSD flock() function. */
820 #undef HAVE_FLOCK
821
822 /* Define if you have the gethostname function. */
823 #undef HAVE_GETHOSTNAME
824
825 /* Define if you have the inet_addr function. */
826 #undef HAVE_INET_ADDR
827
828 /* Define if you have the inet_aton function. */
829 #undef HAVE_INET_ATON
830
831 /* Define if you have the mktemp function. */
832 #undef HAVE_MKTEMP
833
834 /* Define if you have the mkstemp function. */
835 #undef HAVE_MKSTEMP
836
837 /* Define if you have the nanosleep function. */
838 #undef HAVE_NANOSLEEP
839
840 /* Define if you have the putenv function. */
841 #undef HAVE_PUTENV
842
843 /* Define if you have the setenv function. */
844 #undef HAVE_SETENV
845
846 /* Define if you have the shl_load function. */
847 #undef HAVE_SHL_LOAD
848
849 /* Define if you have strtok_r function. */
850 #undef HAVE_STRTOK_R
851
852 /* Define if you have thr_setconcurrency function */
853 #undef HAVE_THR_SETCONCURRENCY
854
855 /* Define if you have the uname function. */
856 #undef HAVE_UNAME
857
858 /* Define if you have the usleep function. */
859 #undef HAVE_USLEEP
860
861 /* Define if you have the <X11/XKBlib.h> header file. */
862 #undef HAVE_X11_XKBLIB_H
863
864 /* Define if you have the <X11/extensions/xf86vmode.h> header file. */
865 #undef HAVE_X11_EXTENSIONS_XF86VMODE_H
866
867 /* Define if you have the fnmatch() function */
868 #undef HAVE_FNMATCH
869
870 /* Define if you have the <fnmatch.h> header file. */
871 #undef HAVE_FNMATCH_H
872
873 /* Define if you have the <iostream> header file. */
874 #undef HAVE_IOSTREAM
875
876 /* Define if you have the <linux/joystick.h> header file. */
877 #undef HAVE_LINUX_JOYSTICK_H
878
879 /* Define if you have the <sched.h> header file. */
880 #undef HAVE_SCHED_H
881
882 /* Define if you have the <unistd.h> header file. */
883 #undef HAVE_UNISTD_H
884
885 /* Define if you have the <fcntl.h> header file. */
886 #undef HAVE_FCNTL_H
887
888 /* Define if you have the <wchar.h> header file. */
889 #undef HAVE_WCHAR_H
890
891 /* Define if you have the <wcstr.h> header file. */
892 #undef HAVE_WCSTR_H
893
894 /* Define if you have the <wctype.h> header file. */
895 #undef HAVE_WCTYPE_H
896
897 /* Define if you have the <iconv.h> header file and iconv() symbol. */
898 #undef HAVE_ICONV
899
900 /* Define as "const" if the declaration of iconv() needs const. */
901 #undef ICONV_CONST
902
903 /* Define if you have the <langinfo.h> header file. */
904 #undef HAVE_LANGINFO_H
905
906 /* Define if you have the <w32api.h> header file (mingw,cygwin). */
907 #undef HAVE_W32API_H
908
909 /* Define if you have the <esd.h> header file. */
910 #undef HAVE_ESD_H
911
912 /* Define if you have the <sys/soundcard.h> header file. */
913 #undef HAVE_SYS_SOUNDCARD_H
914
915 /* Define if you have a CD-ROM interface known to mmedia. */
916 #undef HAVE_KNOWN_CDROM_INTERFACE
917
918 /* Define if you have wcsrtombs() function */
919 #undef HAVE_WCSRTOMBS
920
921 /* Define this if you have wputc() */
922 #undef HAVE_WPUTC
923
924 /* Define this if you have wputchar() */
925 #undef HAVE_WPUTCHAR
926
927 /* Define this if you have putws() */
928 #undef HAVE_PUTWS
929
930 /* Define this if you have fputws() */
931 #undef HAVE_FPUTWS
932
933 /* Define this if you have strcasecmp() function in <string.h> */
934 #undef HAVE_STRCASECMP_IN_STRING_H
935
936 /* Define this if you have strcasecmp() function in <strings.h> */
937 #undef HAVE_STRCASECMP_IN_STRINGS_H
938
939 /* Define this if you have wprintf() and related functions */
940 #undef HAVE_WPRINTF
941
942 /* Define this if you have wprintf() and related functions */
943 #undef HAVE_VSWPRINTF
944
945 /* Define this if you have _vsnwprintf */
946 #undef HAVE__VSNWPRINTF
947
948 /* Define if fseeko and ftello are available. */
949 #undef HAVE_FSEEKO
950
951 /* Define this if you are using gtk and gdk contains support for X11R6 XIM */
952 #undef HAVE_XIM
953
954 /* Define this if you have X11/extensions/shape.h */
955 #undef HAVE_XSHAPE
956
957 /* Define this if you have type SPBCDATA */
958 #undef HAVE_SPBCDATA
959
960 /* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */
961 #undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE
962
963 /* Define if you have Pango xft support */
964 #undef HAVE_PANGO_XFT
965
966 /* -------------------------------------------------------------------------
967 Win32 adjustments section
968 ------------------------------------------------------------------------- */
969
970 #ifdef __WIN32__
971
972 /* we need to define wxUSE_XPM_IN_MSW for MSW compilation for compatibility
973 with wx/msw/setup.h */
974 #define wxUSE_XPM_IN_MSW wxUSE_XPM
975
976 #endif /* __WIN32__ */
977
978 /* --------------------------------------------------------*
979 * This stuff is static, it doesn't get modified directly
980 * by configure.
981 */
982
983 #include "wx/chkconf.h"
984
985 /*
986 define some constants identifying wxWindows version in more details than
987 just the version number
988 */
989
990 /* wxLogChain class available */
991 #define wxHAS_LOG_CHAIN
992
993 /* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */
994 #undef wxHAS_WORKING_GTK_DC_BLIT
995
996
997 #endif /* __WX_SETUP_H__ */
998