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