]> git.saurik.com Git - wxWidgets.git/blame - setup.h_vms
fixes for wxEvent and wxKeyEvent operator=()
[wxWidgets.git] / setup.h_vms
CommitLineData
0db9d8d2
JJ
1/*****************************************************************************
2 * *
3 * Template for the set.h file for VMS *
4 * Created from setup.h_in *
5 * Author : J.Jansen (joukj@hrem.stm.tudelft.nl) *
6 * Date : 9 November 1999 *
7 * *
8 *****************************************************************************/
9
10/* This define (__WX_SETUP_H__) is used both to insure setup.h is included
11 * only once and to indicate that we are building using configure. */
12#ifndef __WX_SETUP_H__
13#define __WX_SETUP_H__
14
15#ifdef __GNUG__
16#pragma interface
17#endif
18
4dff3400
JJ
19#include <wx/vms_x_fix.h>
20
0db9d8d2
JJ
21/* never undefine inline or const keywords for C++ compilation */
22#ifndef __cplusplus
23
24/* Define to empty if the keyword does not work. */
25#undef const
26
27/* Define as __inline if that's what the C compiler calls it. */
28#undef inline
29
30#endif /* __cplusplus */
31
68874acf
JJ
32/* fill in with the string wxGetOsDescription() will return */
33#define WXWIN_OS_DESCRIPTION "OpenVMS"
34
33381c82
JJ
35/* the installation location prefix from configure */
36#undef wxINSTALL_PREFIX
37
0db9d8d2
JJ
38/* Define to `int' if <sys/types.h> doesn't define. */
39#undef gid_t
40
0db9d8d2
JJ
41/* Define to `int' if <sys/types.h> doesn't define. */
42#undef mode_t
43
44/* Define to `long' if <sys/types.h> doesn't define. */
45#undef off_t
46
47/* Define to `int' if <sys/types.h> doesn't define. */
48#undef pid_t
49
50/* Define to `unsigned' if <sys/types.h> doesn't define. */
51#undef size_t
52
53/* Define if you have the ANSI C header files. */
54#define STDC_HEADERS
55
56/* Define to `int' if <sys/types.h> doesn't define. */
57#undef uid_t
58
59/* Define if your processor stores words with the most significant
60 byte first (like Motorola and SPARC, unlike Intel and VAX). */
61#undef WORDS_BIGENDIAN
62
1696c178 63/* Define this if your version of GTK+ is greater than 1.2 */
3fa056ab 64#define __WXGTK12__ 1
0db9d8d2 65
f6bcfd97
BP
66/* Define this if your version of GTK+ is greater than 1.2.7 */
67#define __WXGTK127__ 1
68
1696c178 69/* Define this if your version of GTK+ is greater than 1.3 */
181cbcf4 70#undef __WXGTK20__
1696c178 71
0db9d8d2
JJ
72/*
73 * Define to 1 for Unix[-like] system
74 */
75#define wxUSE_UNIX 1
76
77#define __UNIX__
78#undef __LINUX__
79#undef __SGI__
80#undef __HPUX__
81#undef __SYSV__
82#undef __SVR4__
83#undef __AIX__
84#undef __SUN__
85#undef __SOLARIS__
86#undef __SUNOS__
87#define __ALPHA__
61e6020f 88#undef __IA64__
0db9d8d2 89#undef __OSF__
283e4f28
JJ
90#undef __DARWIN__
91#undef __NETBSD__
0db9d8d2
JJ
92#undef __BSD__
93#undef __FREEBSD__
94#define __VMS__
95#undef __ULTRIX__
96#undef __DATA_GENERAL__
97#undef __EMX__
98#undef _GNU_SOURCE
99
283e4f28
JJ
100/* PowerPC Darwin & Mac OS X */
101#undef __POWERPC__
102
0db9d8d2
JJ
103/* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
104#ifndef __WINDOWS__
105#undef __WINDOWS__
106#endif
107
108#undef __WIN95__
abfcca57 109#ifndef __WIN32__
0db9d8d2 110#undef __WIN32__
abfcca57 111#endif
0db9d8d2
JJ
112#undef __GNUWIN32__
113#undef STRICT
114#undef WINVER
115
181cbcf4 116/* enable native status bar under Win32 */
61e6020f 117#if defined(__WIN95__) && !defined(__WXUNIVERSAL__)
181cbcf4 118#define wxUSE_NATIVE_STATUSBAR 1
61e6020f 119#define wxUSE_OWNER_DRAWN 1
181cbcf4
JJ
120#endif
121
122/* enable rich edit under Win32 */
123#if defined(__WIN95__) && !defined(__TWIN32__) && !defined(__GNUWIN32_OLD__)
124#define wxUSE_RICHEDIT 1
125#else
68874acf 126#define wxUSE_RICHEDIT 0
181cbcf4 127#endif
68874acf 128
0db9d8d2
JJ
129/*
130 * Supports bool type
131 */
132#define HAVE_BOOL
133
33381c82
JJ
134/*
135 * Use regex support
136 */
137#define wxUSE_REGEX 0
0db9d8d2
JJ
138/*
139 * Use zlib
140 */
141#define wxUSE_ZLIB 1
142/*
143 * Use libpng
144 */
145#define wxUSE_LIBPNG 1
146/*
147 * Use libjpeg
148 */
149#define wxUSE_LIBJPEG 1
68874acf
JJ
150/*
151 * Use libtiff
152 */
153#define wxUSE_LIBTIFF 1
0db9d8d2
JJ
154/*
155 * Use iODBC
156 */
abfcca57 157#define wxUSE_ODBC 1
fb073f86 158#define wxODBC_FWD_ONLY_CURSORS 1
f6bcfd97 159#define wxODBC_BACKWARD_COMPATABILITY 0
181cbcf4
JJ
160/*
161 * Use freetype
162 */
abfcca57 163#define wxUSE_FREETYPE 1
0db9d8d2
JJ
164/*
165 * Use Threads
166 */
fb10f04c 167#define wxUSE_THREADS 1
0db9d8d2
JJ
168/*
169 * Have glibc2
170 */
171#define wxHAVE_GLIBC2 0
172/*
173 * Use libXpm
174 */
175#define wxHAVE_LIB_XPM 1
176/*
177 * Use OpenGL
178 */
179#define wxUSE_OPENGL 1
61a021a8 180#define wxUSE_GLCANVAS 1
0db9d8d2
JJ
181/*
182 * Use GUI
183 */
184#define wxUSE_GUI 1
185/*
186 * Don't use GUI (defined to 1 when compiling/using base only)
187 */
188#define wxUSE_NOGUI 0
189
181cbcf4
JJ
190/*
191 * Catch fatal program exceptions
192 */
193#define wxUSE_ON_FATAL_EXCEPTION 0
194
0db9d8d2
JJ
195/*
196 * Use constraints mechanism
197 */
198#define wxUSE_CONSTRAINTS 1
199
200/*
201 * Use validators
202 */
203#define wxUSE_VALIDATORS 1
204
1a0d517e
JJ
205/*
206 * Use wxControl
207 */
208#define wxUSE_CONTROLS 1
209
210/*
211 * Use wxPopupWindow (useful in wxUniv only for now)
212 */
213#define wxUSE_POPUPWIN 1
214
0db9d8d2
JJ
215/*
216 * Use accelerators
217 */
218#define wxUSE_ACCEL 1
219
1a0d517e
JJ
220/*
221 * Use wxCalendarCtrl
222 */
223#define wxUSE_CALENDARCTRL 1
224
225/*
226 * Use wxFileDialog
227 */
228#define wxUSE_FILEDLG 1
229
33381c82
JJ
230/*
231 * Use wxFindReplaceDialog
232 */
233#define wxUSE_FINDREPLDLG 0
234
1a0d517e
JJ
235/*
236 * Use wxFontDialog
237 */
238#define wxUSE_FONTDLG 1
239
240/*
241 * Use wxMimeTypesManager and related classes
242 */
243#define wxUSE_MIMETYPE 1
244
245/*
246 * Use wxMessageDialog (and wxMessageBox)
247 */
248#define wxUSE_MSGDLG 1
249
250/*
251 * Use wxNumberEntryDialog
252 */
253#define wxUSE_NUMBERDLG 1
254
0db9d8d2
JJ
255/*
256 * Use wxTextEntryDialog
257 */
258#define wxUSE_TEXTDLG 1
259
260/*
261 * Use startup tips
262 */
263#define wxUSE_STARTUP_TIPS 1
264
265/*
266 * Use progress dialog
267 */
268#define wxUSE_PROGRESSDLG 1
269
1a0d517e
JJ
270/*
271 * Use chooser dialog
272 */
273#define wxUSE_CHOICEDLG 1
274
275/*
276 * Use colour picker dialog
277 */
278#define wxUSE_COLOURDLG 1
279
0db9d8d2
JJ
280/*
281 * Use directory chooser dialog
282 */
283#define wxUSE_DIRDLG 1
284
1a0d517e
JJ
285/*
286 * Use wxDragImage class
287 */
288#define wxUSE_DRAGIMAGE 1
289
290/*
291 * Use property sheet classes
292 */
293#define wxUSE_PROPSHEET 1
294
295/*
296 * Use wxWizard
297 */
298#define wxUSE_WIZARDDLG 1
299
300/*
301 * Use splash screen
302 */
303#define wxUSE_SPLASH 1
304
0db9d8d2
JJ
305/*
306 * Joystick support (Linux/GTK only)
307 */
308#define wxUSE_JOYSTICK 0
309
310/*
311 * Use this control
312 */
313#define wxUSE_CARET 1
1a0d517e
JJ
314/*
315 * Use this control
316 */
317#define wxUSE_BUTTON 1
0db9d8d2
JJ
318/*
319 * Use this control
320 */
321#define wxUSE_BMPBUTTON 1
322/*
323 * Use this control
324 */
325#define wxUSE_CHECKBOX 1
326/*
327 * Use this control
328 */
329#define wxUSE_CHECKLISTBOX 1
330/*
331 * Use this control
332 */
333#define wxUSE_COMBOBOX 1
334/*
335 * Use this control
336 */
337#define wxUSE_CHOICE 1
338/*
339 * Use this control
340 */
341#define wxUSE_GAUGE 1
342/*
343 * Use this control
344 */
345#define wxUSE_GRID 1
346/*
347 * Use this control
348 */
349#define wxUSE_NEW_GRID 1
350/*
351 * Use the new prototype wxGrid classes
352 * (wxUSE_GRID must also be defined)
353 */
354#define wxUSE_IMAGLIST 1
355/*
356 * Use this control
357 */
358#define wxUSE_LISTBOX 1
359/*
360 * Use this control
361 */
362#define wxUSE_LISTCTRL 1
dd54fca3
JJ
363/*
364 * Use wxPlot class
365 */
366 #define wxUSE_PLOT 1
1a0d517e
JJ
367/*
368 * Use wxMenuBar, wxMenuItem and wxMenu
369 */
370#define wxUSE_MENUS 1
0db9d8d2
JJ
371/*
372 * Use this control
373 */
374#define wxUSE_NOTEBOOK 1
375/*
376 * Use this control
377 */
378#define wxUSE_RADIOBOX 1
379/*
380 * Use this control
381 */
382#define wxUSE_RADIOBTN 1
383/*
384 * Use this control
385 */
386#define wxUSE_SASH 1
387/*
388 * Use this control
389 */
390#define wxUSE_SCROLLBAR 1
391/*
392 * Use this control
393 */
394#define wxUSE_SLIDER 1
395/*
396 * Use this control
397 */
398#define wxUSE_SPINBTN 1
68874acf
JJ
399/*
400 * Use this control
401 */
402#define wxUSE_SPINCTRL 1
0db9d8d2
JJ
403/*
404 * Use this control
405 */
406#define wxUSE_SPLITTER 1
407/*
408 * Use this control
409 */
410#define wxUSE_STATBMP 1
411/*
412 * Use this control
413 */
414#define wxUSE_STATBOX 1
415/*
416 * Use this control
417 */
418#define wxUSE_STATLINE 1
1a0d517e
JJ
419/*
420 * Use this control
421 */
422#define wxUSE_STATTEXT 1
0db9d8d2
JJ
423/*
424 * Use this control
425 */
426#define wxUSE_STATUSBAR 1
392555bb
JJ
427/*
428 * Use this control
429 */
430#define wxUSE_TOGGLEBTN 1
0db9d8d2
JJ
431/*
432 * Use Tab dialog class - obsolete, use wxNotebook instead
433 */
434#define wxUSE_TAB_DIALOG 0
435/* compatibility */
436#define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
437/*
1a0d517e
JJ
438 * Use wxTextCtrl
439 */
440#define wxUSE_TEXTCTRL 1
441
442/*
443 * Use wxToollBar
0db9d8d2
JJ
444 */
445#define wxUSE_TOOLBAR 1
446
fb10f04c
JJ
447/* If 1, use the native toolbar, otherwise use the generic version
448 * (wxToolBarSimple) which may also be use together with the native one.
449 */
450#define wxUSE_TOOLBAR_NATIVE 1
451
452/*
453 * Use generic wxToolBar instead of/together with the native one?
454 */
455#define wxUSE_TOOLBAR_SIMPLE 1
456
94f8abf9 457#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
0db9d8d2
JJ
458 #if wxUSE_TOOLBAR
459 #define wxUSE_BUTTONBAR 1
460 #endif
461#endif
462
33381c82
JJ
463/*
464 * Use wxTreeLayout class
465 */
466#define wxUSE_TREELAYOUT 1
467
0db9d8d2
JJ
468/*
469 * Use this control
470 */
471#define wxUSE_TREECTRL 1
472
473/*
474 * Use wxLongLong (a.k.a. int64) class
475 */
476#define wxUSE_LONGLONG 1
477
97b305b7
JJ
478/*
479 * Use geometry classes
480 */
481#define wxUSE_GEOMETRY 1
482
1a0d517e
JJ
483/*
484 * Use wxFFile class
485 */
486#define wxUSE_FFILE 1
487
488/*
489 * Use wxCmdLineParser class
490 */
491#define wxUSE_CMDLINE_PARSER 1
492/*
493 * Use wxDateTime
494 */
495#define wxUSE_DATETIME 1
0db9d8d2
JJ
496/*
497 * Use wxFile class
498 */
499#define wxUSE_FILE 1
500/*
501 * Use wxTextFile class
502 */
503#define wxUSE_TEXTFILE 1
504/*
505 * Use log classes and logging functions
506 */
507#define wxUSE_LOG 1
1a0d517e
JJ
508/*
509 * Use log window
510 */
511#define wxUSE_LOGWINDOW 1
512/*
513 * Use standard GUI logger
514 */
515#define wxUSE_LOGGUI 1
0f02d3d0
JJ
516/*
517 * Use old log dialog instead of new wxLogGui
518 */
519#define wxUSE_LOG_DIALOG 1
1a0d517e
JJ
520/*
521 * Use wxStopWatch
522 */
523#define wxUSE_STOPWATCH 1
0db9d8d2
JJ
524/*
525 * Use time and date classes
526 */
527#define wxUSE_TIMEDATE 1
528/*
529 * Use wave class
530 */
531#define wxUSE_WAVE 1
532/*
533 * Use config system
534 */
535#define wxUSE_CONFIG 1
1a0d517e
JJ
536/*
537 * Use font mapping/conversion classes
538 */
539#define wxUSE_FONTMAP 1
0db9d8d2
JJ
540/*
541 * Use intl system
542 */
543#define wxUSE_INTL 1
544/*
545 * Use streams
546 */
547#define wxUSE_STREAMS 1
548/*
549 * Use class serialization
550 */
551#define wxUSE_SERIAL 1
552/*
553 * Use sockets
554 */
555#define wxUSE_SOCKETS 1
556/*
557 * Use dialup manager
558 */
1a0d517e 559#define wxUSE_DIALUP_MANAGER 1
0db9d8d2
JJ
560/*
561 * Use standard C++ streams if 1. If 0, use wxWin
562 * streams implementation.
563 */
564#define wxUSE_STD_IOSTREAM 0
565/*
566 * wxLibrary class
567 */
568#define wxUSE_DYNLIB_CLASS 1
569
1a0d517e
JJ
570/*
571 * Use wxTimer
572 */
573#define wxUSE_TIMER 1
574
0db9d8d2
JJ
575/*
576 * Use font metric files in GetTextExtent for wxPostScriptDC
577 * Use consistent PostScript fonts for AFM and printing (!)
578 */
579#define wxUSE_AFM_FOR_POSTSCRIPT 1
580#define wxUSE_NORMALIZED_PS_FONTS 1
581
582/* compatibility */
583#define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
584
585/*
586 * Use PostScript device context
587 */
588#define wxUSE_POSTSCRIPT 1
589
590/*
591 * Compile wxString with some Unicode support?
592 */
593#define wxUSE_WCHAR_T 0
594
595/*
596 * Compile wxString in wide character (Unicode) mode?
597 */
598#define wxUSE_UNICODE 0
599
0db9d8d2
JJ
600/*
601 * Work around a bug in GNU libc 5.x wcstombs() implementation.
602 *
603 * Note that you must link your programs with libc.a if you enable this and you
604 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
605 * thread-safe version of wcstombs()).
606 */
607#define wxUSE_WCSRTOMBS 0
608
609/*
610 * Use the new experimental implementation of wxString::Printf()?
611 *
612 * Warning: enabling this may cause internal compiler errors with gcc!
613 */
614#define wxUSE_EXPERIMENTAL_PRINTF 0
615
616/*
617 * Use Interprocess communication
618 */
619#define wxUSE_IPC 1
620/*
621 * Use wxGetResource & wxWriteResource (change .Xdefaults)
622 */
623#define wxUSE_X_RESOURCES 1
624/*
625 * Use clipboard
626 */
627#define wxUSE_CLIPBOARD 1
1a0d517e
JJ
628/*
629 * Use wxDataObject
630*/
631#define wxUSE_DATAOBJ 1
0db9d8d2
JJ
632/*
633 * Use tooltips
634 */
1a0d517e 635#define wxUSE_TOOLTIPS 1
0db9d8d2
JJ
636/*
637 * Use dnd
638 */
a17203df 639#ifdef __WXGTK__
181cbcf4
JJ
640#define wxUSE_DRAG_AND_DROP 1
641#else
0db9d8d2 642#define wxUSE_DRAG_AND_DROP 0
181cbcf4 643#endif
0f02d3d0
JJ
644/*
645 * Use OLE (MSW only)
646*/
647#define wxUSE_OLE 0
0db9d8d2
JJ
648/*
649 * Use spline
650 */
651#define wxUSE_SPLINES 1
652/*
653 * Use wxLibrary class
654 */
655#define wxUSE_DYNLIB_CLASS 1
656
657/*
658 * Use the mdi architecture
659 */
660#define wxUSE_MDI_ARCHITECTURE 1
661/*
662 * Use the document/view architecture
663 */
664#define wxUSE_DOC_VIEW_ARCHITECTURE 1
665/*
666 * Use the print/preview architecture
667 */
668#define wxUSE_PRINTING_ARCHITECTURE 1
669
670/*
671 * Use Prolog IO
672 */
673#define wxUSE_PROLOGIO 1
674/*
675 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
676 */
677#define wxUSE_RESOURCES 1
678
679/* for compatibility */
680#define wxUSE_WX_RESOURCES wxUSE_RESOURCES
681
682/*
683 * Use wxWindows help facility (needs wxUSE_IPC 1)
684 */
685#define wxUSE_HELP 1
1a0d517e
JJ
686/*
687 * Use built-in HTML-based help controller
688 */
689#define wxUSE_WXHTML_HELP 1
690
0db9d8d2
JJ
691/*
692 * Use iostream.h rather than iostream
693 */
694#define wxUSE_IOSTREAMH 1
695/*
696 * Use Apple Ieee-double converter
697 */
698#define wxUSE_APPLE_IEEE 0
1a0d517e 699
0db9d8d2
JJ
700/*
701 * Compatibility with 2.0 API.
702 */
1a0d517e
JJ
703#define WXWIN_COMPATIBILITY_2 0
704/*
705 * Compatibility with 2.2 API
706 */
707#define WXWIN_COMPATIBILITY_2_2 1
0db9d8d2
JJ
708/*
709 * Enables debugging: memory tracing, assert, etc., contains debug level
710 */
711#define WXDEBUG 0
712/*
713 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
714 * WARNING: this code may not work with all architectures, especially
715 * if alignment is an issue.
716 */
717#define wxUSE_MEMORY_TRACING 0
718/*
719 * Enable debugging version of global memory operators new and delete
720 * Disable it, If this causes problems (e.g. link errors)
721 */
722#define wxUSE_DEBUG_NEW_ALWAYS 0
723/*
724 * VZ: What does this one do? (FIXME)
725 */
726#define wxUSE_DEBUG_CONTEXT 0
727/*
728 * In debug mode, causes new to be defined to
729 * be WXDEBUG_NEW (see object.h). If this causes
730 * problems (e.g. link errors), set this to 0.
731 */
732#define wxUSE_GLOBAL_MEMORY_OPERATORS 0
733/*
734 * Matthews garbage collection (used for MrEd?)
735 */
736#define WXGARBAGE_COLLECTION_ON 1
737/*
738 * Use splines
739 */
740#define wxUSE_SPLINES 1
741/*
742 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
743 */
744#define wxUSE_DYNAMIC_CLASSES 1
745
746/*
747 * Support for metafiles
748 */
749#define wxUSE_METAFILE 1
750
751/*
752 * wxMiniFrame
753 */
754#define wxUSE_MINIFRAME 1
755
756/*
757 * wxHTML
758 */
759#define wxUSE_HTML 1
760
761/*
762 * (virtual) filesystems code
763 */
24528b0c 764#define wxUSE_FILESYSTEM 1
0db9d8d2
JJ
765#define wxUSE_FS_INET 1
766#define wxUSE_FS_ZIP 1
767
768/*
769 * A class that shows info window when app is busy
770 * (works exactly like wxBusyCursor)
771 */
772#define wxUSE_BUSYINFO 1
773
774/*
775 * Zip stream for accessing files stored inside .zip archives
776 */
777#define wxUSE_ZIPSTREAM 1
778
9e4e191a
JJ
779/*
780 * wxPalette class
781 */
782#define wxUSE_PALETTE 1
783
2900bd1c
JJ
784/*
785 * wxImage support
786 */
787#define wxUSE_IMAGE 1
788
0db9d8d2
JJ
789/*
790 * GIF image format support
791 */
792#define wxUSE_GIF 1
793
794/*
795 * PCX image format support
796 */
797#define wxUSE_PCX 1
798
799/*
800 * PNM image format support
801 */
802#define wxUSE_PNM 1
803
2900bd1c
JJ
804/*
805 * XPM image format support
806 */
807#define wxUSE_XPM 1
808
0db9d8d2
JJ
809/*
810 * Disable this if your compiler can't cope
811 * with omission of prototype parameters.
812 */
813#define REMOVE_UNUSED_ARG 1
814/*
815 * The const keyword is being introduced more in wxWindows.
816 * You can use this setting to maintain backward compatibility.
817 * If 0: will use const wherever possible.
818 * If 1: will use const only where necessary
819 * for precompiled headers to work.
820 * If 2: will be totally backward compatible, but precompiled
821 * headers may not work and program size will be larger.
822 */
823#define CONST_COMPATIBILITY 0
824
fb10f04c
JJ
825/* define with the name of timezone variable */
826#undef WX_TIMEZONE
827
0db9d8d2 828/* The type of 3rd argument to getsockname() - usually size_t or int */
fb10f04c 829#define SOCKLEN_T size_t
0db9d8d2
JJ
830
831/* gettimeofday() usually takes 2 arguments, but some really old systems might
832 * have only one, in which case define WX_GETTIMEOFDAY_NO_TZ */
833#undef WX_GETTIMEOFDAY_NO_TZ
834
b8ad9f18
JJ
835/* struct tm doesn't always have the tm_gmtoff field, define this if it is
836 * present */
837#define WX_GMTOFF_IN_TM
838
2900bd1c
JJ
839/* iconv()'s 2nd argument is char ** and not const char ** */
840#define WX_ICONV_TAKES_CHAR 1
841
181cbcf4
JJ
842/* Define if you have pw_gecos field in struct passwd */
843#undef HAVE_PW_GECOS
844
0db9d8d2 845/* Define if you have dlopen() */
181cbcf4 846#define HAVE_DLOPEN 1
0db9d8d2
JJ
847
848/* Define if you have gettimeofday() */
849#define HAVE_GETTIMEOFDAY
850
851/* Define if you have ftime() */
852#define HAVE_FTIME
853
854/* Define if you have localtime() */
855#define HAVE_LOCALTIME
856
857/* Define if you have nanosleep() */
858#undef HAVE_NANOSLEEP
859
860/* Define if you have sched_yield */
861#undef HAVE_SCHED_YIELD
862
863/* Define if you have pthread_cancel */
fb10f04c 864#define HAVE_PTHREAD_CANCEL 1
0db9d8d2 865
181cbcf4
JJ
866/* Define if you have sigaction() */
867#define HAVE_SIGACTION 1
868
869/* Define if you have sigemptyset() */
870#define HAVE_SIGEMPTYSET 1
871
97b305b7
JJ
872/* Define if you have the putenv function. */
873#define HAVE_PUTENV 1
874
875/* Define if you have the setenv function. */
876#undef HAVE_SETENV
877
68874acf
JJ
878/* Define if you have shl_load() */
879#undef HAVE_SHL_LOAD
880
33381c82
JJ
881/* define if you have statfs function */
882#undef HAVE_STATFS
883
fb10f04c
JJ
884/* Define if you have strptime() */
885#define HAVE_STRPTIME 1
886
0db9d8d2 887/* Define if you have all functions to set thread priority */
fb10f04c 888#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
0db9d8d2
JJ
889
890/* Define if you can specify exit functions to a thread */
fb10f04c 891#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
0db9d8d2 892
68874acf
JJ
893/* Define if you have timegm() function */
894#undef HAVE_TIMEGM
0db9d8d2
JJ
895
896/* Define if you have vsnprintf() */
897#undef HAVE_VSNPRINTF
898
899/* Define if you have usleep() */
900#define HAVE_USLEEP
901
902/* Define if you have wcslen function */
903#define HAVE_WCSLEN
904
905/* define if you have vsscanf function */
906#undef HAVE_VSSCANF
907
908/* The number of bytes in a char. */
909#define SIZEOF_CHAR 1
910
181cbcf4
JJ
911/* The number of bytes in a wchar_t. */
912#define SIZEOF_WCHAR_T 4
913
0db9d8d2
JJ
914/* The number of bytes in a int. */
915#define SIZEOF_INT 4
916
917/* The number of bytes in a int *. */
918#define SIZEOF_INT_P 4
919
920/* The number of bytes in a long. */
921#define SIZEOF_LONG 4
922
923/* The number of bytes in a long long. */
924#define SIZEOF_LONG_LONG 8
925
926/* The number of bytes in a short. */
927#define SIZEOF_SHORT 2
928
1a0d517e
JJ
929/* Define if size_t on your machine is the same type as unsigned int. */
930#define wxSIZE_T_IS_UINT 1
931
932/* Define if size_t on your machine is the same type as unsigned long. */
933#undef wxSIZE_T_IS_ULONG
934
0db9d8d2 935/* Define if you have the dlopen function. */
181cbcf4
JJ
936#define HAVE_DLOPEN 1
937
938/* Define if you have the dlerror function. */
939#define HAVE_DLERROR 1
0db9d8d2
JJ
940
941/* Define if you have the gethostname function. */
942#define HAVE_GETHOSTNAME
943
944/* Define if you have the inet_addr function. */
945#define HAVE_INET_ADDR
946
947/* Define if you have the inet_aton function. */
948#undef HAVE_INET_ATON
949
950/* Define if you have the nanosleep function. */
951#undef HAVE_NANOSLEEP
952
953/* Define if you have the shl_load function. */
954#undef HAVE_SHL_LOAD
955
956/* Define if you have strtok_r function. */
957#undef HAVE_STRTOK_R
958
68874acf 959/* Define if you have thr_setconcurrency function */
181cbcf4 960#undef HAVE_THR_SETCONCURRENCY
68874acf 961
0db9d8d2
JJ
962/* Define if you have the uname function. */
963#define HAVE_UNAME
964
965/* Define if you have the usleep function. */
966#define HAVE_USLEEP
967
968/* Define if you have the vfork function. */
969#define HAVE_VFORK
970
971/* Define if you have the <X11/XKBlib.h> header file. */
972#undef HAVE_X11_XKBLIB_H
973
974/* Define if you have the <fnmatch.h> header file. */
975#undef HAVE_FNMATCH_H
976
977/* Define if you have the <iostream> header file. */
978#undef HAVE_IOSTREAM
979
980/* Define if you have the <linux/joystick.h> header file. */
981#undef HAVE_LINUX_JOYSTICK_H
982
983/* Define if you have the <sched.h> header file. */
984#undef HAVE_SCHED_H
985
986/* Define if you have the <strings.h> header file. */
987#define HAVE_STRINGS_H
988
989/* Define if you have the <unistd.h> header file. */
990#define HAVE_UNISTD_H
991
992/* Define if you have the <wchar.h> header file. */
993#define HAVE_WCHAR_H
994
995/* Define if you have the <wcstr.h> header file. */
996#undef HAVE_WCSTR_H
997
181cbcf4
JJ
998/* Define if you have the <iconv.h> header file. */
999#define HAVE_ICONV_H 1
1000
1001/* Define if you have the <langinfo.h> header file. */
1002#define HAVE_LANGINFO_H 1
1003
0f02d3d0
JJ
1004/* Define if you have the <w32api.h> header file (mingw,cygwin). */
1005#undef HAVE_W32API_H
1006
1007/*
1008 * Use MS HTML Help controller (win32)
1009 */
1010#define wxUSE_MS_HTML_HELP 0
1011
9e4e191a
JJ
1012/* Define if you have wcsrtombs() function */
1013#define HAVE_WCSRTOMBS 1
1014
68874acf
JJ
1015/* Define this if you are using gtk and gdk contains support for X11R6 XIM */
1016#undef HAVE_XIM
1017
9e4e191a
JJ
1018/* --------------------------------------------------------*
1019 * This stuff is static, it doesn't get modified directly
1020 * by configure.
1021 */
1022
1023#include "wx/chkconf.h"
1024
1025/*
1026 define some constants identifying wxWindows version in more details t
1027 just the version number
1028*/
1029
1030/* wxLogChain class available */
1031#define wxHAS_LOG_CHAIN 1
1032
1033/* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */
1034#define wxHAS_WORKING_GTK_DC_BLIT 1
1035
0db9d8d2 1036#endif /* __WX_SETUP_H__ */