Added wxODBC_FWD_ONLY_CURSORS define
[wxWidgets.git] / setup.h_vms
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
19 /* never undefine inline or const keywords for C++ compilation */
20 #ifndef __cplusplus
21
22 /* Define to empty if the keyword does not work.  */
23 #undef const
24
25 /* Define as __inline if that's what the C compiler calls it.  */
26 #undef inline
27
28 #endif /* __cplusplus */
29
30 /* Define to `int' if <sys/types.h> doesn't define.  */
31 #undef gid_t
32
33 /* Define if you don't have vprintf but do have _doprnt.  */
34 #undef HAVE_DOPRNT
35
36 /* Define if you have the vprintf function.  */
37 #define HAVE_VPRINTF
38
39 /* Define to `int' if <sys/types.h> doesn't define.  */
40 #undef mode_t
41
42 /* Define to `long' if <sys/types.h> doesn't define.  */
43 #undef off_t
44
45 /* Define to `int' if <sys/types.h> doesn't define.  */
46 #undef pid_t
47
48 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
49 #undef size_t
50
51 /* Define if you have the ANSI C header files.  */
52 #define STDC_HEADERS
53
54 /* Define to `int' if <sys/types.h> doesn't define.  */
55 #undef uid_t
56
57 /* Define if your processor stores words with the most significant
58    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
59 #undef WORDS_BIGENDIAN
60
61 /* Define if the X Window System is missing or not being used.  */
62 #undef X_DISPLAY_MISSING
63
64 /* Define if lex declares yytext as a char * by default, not a char[].  */
65 #undef YYTEXT_POINTER
66
67 #undef __WXGTK12__
68
69 /*
70  * Define to 1 for Unix[-like] system
71  */
72 #define wxUSE_UNIX 1
73
74 #define __UNIX__
75 #undef __LINUX__
76 #undef __SGI__
77 #undef __HPUX__
78 #undef __SYSV__
79 #undef __SVR4__
80 #undef __AIX__
81 #undef __SUN__
82 #undef __SOLARIS__
83 #undef __SUNOS__
84 #define __ALPHA__
85 #undef __OSF__
86 #undef __BSD__
87 #undef __FREEBSD__
88 #define __VMS__
89 #undef __ULTRIX__
90 #undef __DATA_GENERAL__
91 #undef __EMX__
92 #undef _GNU_SOURCE
93
94 /* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
95 #ifndef __WINDOWS__
96 #undef __WINDOWS__
97 #endif
98
99 #undef __WIN95__
100 #undef __WIN32__
101 #undef __GNUWIN32__
102 #undef STRICT
103 #undef WINVER
104
105 /*
106  * Supports bool type
107  */
108 #define HAVE_BOOL
109
110 /*
111  * Use zlib
112  */
113 #define wxUSE_ZLIB 1
114 /*
115  * Use libpng
116  */
117 #define wxUSE_LIBPNG 1
118 /*
119  * Use libjpeg
120  */
121 #define wxUSE_LIBJPEG 1
122 /*
123  * Use iODBC
124  */
125 #define wxUSE_ODBC 0
126 #define wxODBC_FWD_ONLY_CURSORS 1
127 /*
128  * Use Threads
129  */
130 #define wxUSE_THREADS 0
131 /*
132  * Have glibc2
133  */
134 #define wxHAVE_GLIBC2 0
135 /*
136  * Use libXpm
137  */
138 #define wxHAVE_LIB_XPM 1
139 /*
140  * Use OpenGL
141  */
142 #define wxUSE_OPENGL 1
143
144 /*
145  * Use GUI
146  */
147 #define wxUSE_GUI 1
148 /*
149  * Don't use GUI (defined to 1 when compiling/using base only)
150  */
151 #define wxUSE_NOGUI 0
152
153 /*
154  * Use constraints mechanism
155  */
156 #define wxUSE_CONSTRAINTS 1
157
158 /*
159  * Use validators
160  */
161 #define wxUSE_VALIDATORS 1
162
163 /*
164  * Use accelerators
165  */
166 #define wxUSE_ACCEL 1
167
168 /*
169  * Use wxTextEntryDialog
170  */
171 #define wxUSE_TEXTDLG 1
172
173 /*
174  * Use startup tips
175  */
176 #define wxUSE_STARTUP_TIPS 1
177
178 /*
179  * Use progress dialog
180  */
181 #define wxUSE_PROGRESSDLG 1
182
183 /*
184  * Use directory chooser dialog
185  */
186 #define wxUSE_DIRDLG 1
187
188 /*
189  * Joystick support (Linux/GTK only)
190  */
191 #define wxUSE_JOYSTICK 0
192
193 /*
194  * Use this control
195  */
196 #define wxUSE_CARET 1
197 /*
198  * Use this control
199  */
200 #define wxUSE_BMPBUTTON 1
201 /*
202  * Use this control
203  */
204 #define wxUSE_CHECKBOX 1
205 /*
206  * Use this control
207  */
208 #define wxUSE_CHECKLISTBOX 1
209 /*
210  * Use this control
211  */
212 #define wxUSE_COMBOBOX 1
213 /*
214  * Use this control
215  */
216 #define wxUSE_CHOICE 1
217 /*
218  * Use this control
219  */
220 #define wxUSE_GAUGE 1
221 /*
222  * Use this control
223  */
224 #define wxUSE_GRID 1
225 /*
226  * Use this control
227  */
228 #define wxUSE_NEW_GRID 1
229 /*
230  * Use the new prototype wxGrid classes
231  * (wxUSE_GRID must also be defined)
232  */
233 #define wxUSE_IMAGLIST 1
234 /*
235  * Use this control
236  */
237 #define wxUSE_LISTBOX 1
238 /*
239  * Use this control
240  */
241 #define wxUSE_LISTCTRL 1
242 /*
243  * Use this control
244  */
245 #define wxUSE_NOTEBOOK 1
246 /*
247  * Use this control
248  */
249 #define wxUSE_RADIOBOX 1
250 /*
251  * Use this control
252  */
253 #define wxUSE_RADIOBTN 1
254 /*
255  * Use this control
256  */
257 #define wxUSE_SASH 1
258 /*
259  * Use this control
260  */
261 #define wxUSE_SCROLLBAR 1
262 /*
263  * Use this control
264  */
265 #define wxUSE_SLIDER 1
266 /*
267  * Use this control
268  */
269 #define wxUSE_SPINBTN 1
270 /*
271  * Use this control
272  */
273 #define wxUSE_SPLITTER 1
274 /*
275  * Use this control
276  */
277 #define wxUSE_STATBMP 1
278 /*
279  * Use this control
280  */
281 #define wxUSE_STATBOX 1
282 /*
283  * Use this control
284  */
285 #define wxUSE_STATLINE 1
286 /*
287  * Use this control
288  */
289 #define wxUSE_STATUSBAR 1
290 /*
291  * Use Tab dialog class - obsolete, use wxNotebook instead
292  */
293 #define wxUSE_TAB_DIALOG 0
294 /* compatibility */
295 #define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
296 /*
297  * Use this control
298  */
299 #define wxUSE_TOOLBAR 1
300
301 #if defined(__WXWINE__) || defined(__GNUWIN32__)
302 #define wxUSE_OWNER_DRAWN 1 
303   #if wxUSE_TOOLBAR
304     #define wxUSE_BUTTONBAR 1
305   #endif
306 #endif
307
308 /*
309  * Use this control
310  */
311 #define wxUSE_TREECTRL 1
312
313 /*
314  * Use wxLongLong (a.k.a. int64) class
315  */
316 #define wxUSE_LONGLONG 1
317
318 /*
319  * Use wxFile class
320  */
321 #define wxUSE_FILE 1
322 /*
323  * Use wxTextFile class
324  */
325 #define wxUSE_TEXTFILE 1
326 /*
327  * Use log classes and logging functions
328  */
329 #define wxUSE_LOG 1
330 /*
331  * Use time and date classes
332  */
333 #define wxUSE_TIMEDATE 1
334 /*
335  * Use wave class
336  */
337 #define wxUSE_WAVE 1
338 /*
339  * Use config system
340  */
341 #define wxUSE_CONFIG 1
342 /*
343  * Use intl system
344  */
345 #define wxUSE_INTL 1
346 /*
347  * Use streams
348  */
349 #define wxUSE_STREAMS 1
350 /*
351  * Use class serialization
352  */
353 #define wxUSE_SERIAL 1
354 /*
355  * Use sockets
356  */
357 #define wxUSE_SOCKETS 1
358 /*
359  * Use dialup manager
360  */
361 #define wxUSE_DIALUP_MANAGER 0
362 /*
363  * Use standard C++ streams if 1. If 0, use wxWin
364  * streams implementation.
365  */
366 #define wxUSE_STD_IOSTREAM 0
367 /*
368  * wxLibrary class
369  */
370 #define wxUSE_DYNLIB_CLASS 1
371
372 /*
373  * Use font metric files in GetTextExtent for wxPostScriptDC
374  * Use consistent PostScript fonts for AFM and printing (!)
375  */
376 #define wxUSE_AFM_FOR_POSTSCRIPT 1
377 #define wxUSE_NORMALIZED_PS_FONTS 1
378
379 /* compatibility */
380 #define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS
381
382 /*
383  * Use PostScript device context
384  */
385 #define wxUSE_POSTSCRIPT 1
386
387 /*
388  * Compile wxString with some Unicode support?
389  */
390 #define wxUSE_WCHAR_T 0
391
392 /*
393  * Compile wxString in wide character (Unicode) mode?
394  */
395 #define wxUSE_UNICODE 0
396
397 /*
398  * Compile wxString with (limited) multibyte char support?
399  */
400 #define wxUSE_MULTIBYTE 1
401
402 /*
403  * Work around a bug in GNU libc 5.x wcstombs() implementation.
404  *
405  * Note that you must link your programs with libc.a if you enable this and you
406  * have libc 5 (you should enable this for libc6 where wcsrtombs() is
407  * thread-safe version of wcstombs()).
408  */
409 #define wxUSE_WCSRTOMBS 0
410
411 /*
412  * Use the new experimental implementation of wxString::Printf()?
413  *
414  * Warning: enabling this may cause internal compiler errors with gcc!
415  */
416 #define wxUSE_EXPERIMENTAL_PRINTF 0
417
418 /*
419  * Use Interprocess communication
420  */
421 #define wxUSE_IPC 1
422 /*
423  * Use wxGetResource & wxWriteResource (change .Xdefaults)
424  */
425 #define wxUSE_X_RESOURCES 1
426 /*
427  * Use clipboard
428  */
429 #define wxUSE_CLIPBOARD 1
430 /*
431  * Use tooltips
432  */
433 #define wxUSE_TOOLTIPS 0
434 /*
435  * Use dnd
436  */
437 #define wxUSE_DRAG_AND_DROP 0
438 /*
439  * Use spline
440  */
441 #define wxUSE_SPLINES 1
442 /*
443  * Use wxLibrary class
444  */
445 #define wxUSE_DYNLIB_CLASS 1
446
447 /*
448  * Use the mdi architecture
449  */
450 #define wxUSE_MDI_ARCHITECTURE 1
451 /*
452  * Use the document/view architecture
453  */
454 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
455 /*
456  * Use the print/preview architecture
457  */
458 #define wxUSE_PRINTING_ARCHITECTURE 1
459
460 /*
461  * Use Prolog IO
462  */
463 #define wxUSE_PROLOGIO 1
464 /*
465  * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
466  */
467 #define wxUSE_RESOURCES 1
468
469 /* for compatibility */
470 #define wxUSE_WX_RESOURCES wxUSE_RESOURCES
471
472 /*
473  * Use wxWindows help facility (needs wxUSE_IPC 1)
474  */
475 #define wxUSE_HELP 1
476 /*
477  * Use iostream.h rather than iostream
478  */
479 #define wxUSE_IOSTREAMH 1
480 /*
481  * Use Apple Ieee-double converter
482  */
483 #define wxUSE_APPLE_IEEE 0
484 /*
485  * Compatibility with 2.0 API.
486  */
487 #define WXWIN_COMPATIBILITY_2 1
488 /*
489  * Enables debugging: memory tracing, assert, etc., contains debug level
490  */
491 #define WXDEBUG 0
492 /*
493  * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
494  * WARNING: this code may not work with all architectures, especially
495  * if alignment is an issue.
496  */
497 #define wxUSE_MEMORY_TRACING 0
498 /*
499  * Enable debugging version of global memory operators new and delete
500  * Disable it, If this causes problems (e.g. link errors)
501  */
502 #define wxUSE_DEBUG_NEW_ALWAYS 0
503 /*
504  * VZ: What does this one do? (FIXME)
505  */
506 #define wxUSE_DEBUG_CONTEXT 0
507 /*
508  * In debug mode, causes new to be defined to
509  * be WXDEBUG_NEW (see object.h). If this causes
510  * problems (e.g. link errors), set this to 0.
511  */
512 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
513 /*
514  * Matthews garbage collection (used for MrEd?)
515  */
516 #define WXGARBAGE_COLLECTION_ON 1
517 /*
518  * Use splines
519  */
520 #define wxUSE_SPLINES 1
521 /*
522  * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
523  */
524 #define wxUSE_DYNAMIC_CLASSES 1
525
526 /*
527  * Support for metafiles
528  */
529 #define wxUSE_METAFILE 1
530
531 /*
532  * wxMiniFrame
533  */
534 #define wxUSE_MINIFRAME 1
535
536 /*
537  * wxHTML
538  */
539 #define wxUSE_HTML 1
540
541 /*
542  * (virtual) filesystems code
543  */
544 #define wxUSE_FS_INET 1
545 #define wxUSE_FS_ZIP 1
546
547 /*
548  * A class that shows info window when app is busy
549  * (works exactly like wxBusyCursor)
550  */
551 #define wxUSE_BUSYINFO 1 
552
553 /*
554  * Zip stream for accessing files stored inside .zip archives
555  */
556 #define wxUSE_ZIPSTREAM 1
557
558 /*
559  * GIF image format support
560  */
561 #define wxUSE_GIF 1
562
563 /*
564  * PCX image format support
565  */
566 #define wxUSE_PCX 1
567
568 /*
569  * PNM image format support
570  */
571 #define wxUSE_PNM 1
572  
573 /*
574  * Disable this if your compiler can't cope
575  * with omission of prototype parameters.
576  */
577 #define REMOVE_UNUSED_ARG 1
578 /*
579  * The const keyword is being introduced more in wxWindows.
580  * You can use this setting to maintain backward compatibility.
581  * If 0: will use const wherever possible.
582  * If 1: will use const only where necessary
583  *       for precompiled headers to work.
584  * If 2: will be totally backward compatible, but precompiled
585  *       headers may not work and program size will be larger.
586  */
587 #define CONST_COMPATIBILITY 0
588
589 /* The type of 3rd argument to getsockname() - usually size_t or int */
590 #define SOCKLEN_T int
591
592 /* gettimeofday() usually takes 2 arguments, but some really old systems might
593  * have only one, in which case define WX_GETTIMEOFDAY_NO_TZ */
594 #undef WX_GETTIMEOFDAY_NO_TZ
595
596 /* struct tm doesn't always have the tm_gmtoff field, define this if it is
597  * present */
598 #define WX_GMTOFF_IN_TM
599
600 /* Define if you have dlopen() */
601 #define HAVE_DLOPEN
602
603 /* Define if you have gettimeofday() */
604 #define HAVE_GETTIMEOFDAY
605
606 /* Define if you have ftime() */
607 #define HAVE_FTIME
608
609 /* Define if you have localtime() */
610 #define HAVE_LOCALTIME
611
612 /* Define if you have nanosleep() */
613 #undef HAVE_NANOSLEEP
614
615 /* Define if you have sched_yield */
616 #undef HAVE_SCHED_YIELD
617
618 /* Define if you have pthread_cancel */
619 #undef HAVE_PTHREAD_CANCEL
620
621 /* Define if you have all functions to set thread priority */
622 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
623
624 /* Define if you can specify exit functions to a thread */
625 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
626
627 /* Define if you have shl_load() */
628 #undef HAVE_SHL_LOAD
629
630 /* Define if you have vsnprintf() */
631 #undef HAVE_VSNPRINTF
632
633 /* Define if you have usleep() */
634 #define HAVE_USLEEP
635
636 /* Define if you have wcslen function  */
637 #define HAVE_WCSLEN
638
639 /* define if you have vsscanf function */
640 #undef HAVE_VSSCANF
641
642 /* The number of bytes in a char.  */
643 #define SIZEOF_CHAR 1
644
645 /* The number of bytes in a int.  */
646 #define SIZEOF_INT 4
647
648 /* The number of bytes in a int *.  */
649 #define SIZEOF_INT_P 4
650
651 /* The number of bytes in a long.  */
652 #define SIZEOF_LONG 4
653
654 /* The number of bytes in a long long.  */
655 #define SIZEOF_LONG_LONG 8
656
657 /* The number of bytes in a short.  */
658 #define SIZEOF_SHORT 2
659
660 /* Define if you have the dlopen function.  */
661 #define HAVE_DLOPEN
662
663 /* Define if you have the gethostname function.  */
664 #define HAVE_GETHOSTNAME
665
666 /* Define if you have the inet_addr function.  */
667 #define HAVE_INET_ADDR
668
669 /* Define if you have the inet_aton function.  */
670 #undef HAVE_INET_ATON
671
672 /* Define if you have the nanosleep function.  */
673 #undef HAVE_NANOSLEEP
674
675 /* Define if you have the shl_load function.  */
676 #undef HAVE_SHL_LOAD
677
678 /* Define if you have strtok_r function. */
679 #undef HAVE_STRTOK_R
680
681 /* Define if you have the uname function.  */
682 #define HAVE_UNAME
683
684 /* Define if you have the usleep function.  */
685 #define HAVE_USLEEP
686
687 /* Define if you have the vfork function.  */
688 #define HAVE_VFORK
689
690 /* Define if you have the <X11/XKBlib.h> header file.  */
691 #undef HAVE_X11_XKBLIB_H
692
693 /* Define if you have the <fnmatch.h> header file.  */
694 #undef HAVE_FNMATCH_H
695
696 /* Define if you have the <iostream> header file.  */
697 #undef HAVE_IOSTREAM
698
699 /* Define if you have the <linux/joystick.h> header file.  */
700 #undef HAVE_LINUX_JOYSTICK_H
701
702 /* Define if you have the <sched.h> header file.  */
703 #undef HAVE_SCHED_H
704
705 /* Define if you have the <strings.h> header file.  */
706 #define HAVE_STRINGS_H
707
708 /* Define if you have the <unistd.h> header file.  */
709 #define HAVE_UNISTD_H
710
711 /* Define if you have the <wchar.h> header file.  */
712 #define HAVE_WCHAR_H
713
714 /* Define if you have the <wcstr.h> header file.  */
715 #undef HAVE_WCSTR_H
716
717 #endif /* __WX_SETUP_H__ */