]> git.saurik.com Git - wxWidgets.git/blame - setup/setup.hin
crash in some very special case when arrows were used to move around fixed
[wxWidgets.git] / setup / setup.hin
CommitLineData
bcf1fa6b
RR
1/* setup.h
2
3 Do not edit this file. It is autogenerated by configure.
4
5 Leave the following blank line there!! Autoheader needs it. */
6\f
7
8// ------------------------------------------------------------------------
9// Features as requested by configure
10// ------------------------------------------------------------------------
11
12#ifndef __GTKSETUPH__
13#define __GTKSETUPH__
14
15#ifdef __GNUG__
16#pragma interface
17#endif
18
19/* define the system to compile */
bcf1fa6b
RR
20#undef __UNIX__
21#undef __LINUX__
22#undef __SGI__
23#undef __HPUX__
24#undef __SYSV__
25#undef __SVR4__
26#undef __AIX__
27#undef __SUN__
28#undef __SOLARIS__
29#undef __SUNOS__
30#undef __ALPHA__
31#undef __OSF__
32#undef __BSD__
33#undef __FREEBSD__
34#undef __VMS__
35#undef __ULTRIX__
36#undef __DATA_GENERAL__
37
38//------------------------------------------------------------------------
39// library options
40//------------------------------------------------------------------------
41
42/*
43 * Use zlib
44 */
06cfab17 45#define wxUSE_ZLIB 0
bcf1fa6b
RR
46/*
47 * Use libpng
48 */
06cfab17 49#define wxUSE_LIBPNG 0
2fff5f08
VS
50/*
51 * Use libjpeg
52 */
53#define wxUSE_LIBJPEG 0
bcf1fa6b
RR
54/*
55 * Use iODBC
56 */
06cfab17 57#define wxUSE_ODBC 0
bcf1fa6b
RR
58/*
59 * Use Threads
60 */
06cfab17 61#define wxUSE_THREADS 0
6d5977df
KB
62/*
63 * Have glibc2
64 */
65#define wxHAVE_GLIBC2 0
bcf1fa6b
RR
66
67//------------------------------------------------------------------------
cf33637f 68// GUI control options (always enabled in wxGTK)
bcf1fa6b 69//------------------------------------------------------------------------
bcf1fa6b
RR
70/*
71 * Use gauge item
72 */
ac57418f 73#define wxUSE_GAUGE 1
a60c99e6
RR
74/*
75 * Use combobox item
76 */
ac57418f 77#define wxUSE_COMBOBOX 1
bcf1fa6b
RR
78/*
79 * Use scrollbar item
80 */
ac57418f 81#define wxUSE_SCROLLBAR 1
bcf1fa6b 82/*
ac57418f 83 * Use scrollbar item
bcf1fa6b 84 */
ac57418f 85#define wxUSE_RADIOBUTTON 1
4fcd73bd
RR
86/*
87 * Use toolbar item
88 */
89#define wxUSE_TOOLBAR 1
bcf1fa6b
RR
90
91//------------------------------------------------------------------------
92// non-GUI options
93//------------------------------------------------------------------------
94
bcf1fa6b
RR
95/*
96 * Use time and date classes
97 */
06cfab17 98#define wxUSE_TIMEDATE 0
bcf1fa6b
RR
99/*
100 * Use config system
101 */
06cfab17 102#define wxUSE_CONFIG 0
bcf1fa6b
RR
103/*
104 * Use intl system
105 */
06cfab17 106#define wxUSE_INTL 0
bcf1fa6b
RR
107/*
108 * Use streams
109 */
06cfab17 110#define wxUSE_STREAMS 0
bcf1fa6b
RR
111/*
112 * Use class serialization
113 */
06cfab17
RR
114#define wxUSE_SERIAL 0
115/*
116 * Use standard C++ streams if 1. If 0, use wxWin
117 * streams implementation.
118 */
119#define wxUSE_STD_IOSTREAM 1
cf33637f
RR
120/*
121 * Use constraints mechanism
122 */
123#define wxUSE_CONSTRAINTS 1
bcf1fa6b
RR
124
125//------------------------------------------------------------------------
126// PS options
127//------------------------------------------------------------------------
128
129/*
130 * Use font metric files in GetTextExtent for wxPostScriptDC
131 * Use consistent PostScript fonts for AFM and printing (!)
132 */
06cfab17
RR
133#define wxUSE_AFM_FOR_POSTSCRIPT 0
134#define WX_NORMALIZED_PS_FONTS 0
bcf1fa6b
RR
135/*
136 * Use PostScript device context
137 */
06cfab17 138#define wxUSE_POSTSCRIPT 0
bcf1fa6b 139
fb4e5803
VZ
140//------------------------------------------------------------------------
141// wxString options
142//------------------------------------------------------------------------
143
144/*
145 * Compile wxString with wide character (Unicode) support?
146 */
06cfab17 147#define wxUSE_UNICODE 0
fb4e5803
VZ
148
149/*
150 * Work around a bug in GNU libc 5.x wcstombs() implementation.
151 *
152 * Note that you must link your programs with libc.a if you enable this and you
153 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
0c47546c 154 * thread-safe version of wcstombs()).
fb4e5803 155 */
06cfab17 156#define wxUSE_WCSRTOMBS 0
fb4e5803 157
bcf1fa6b
RR
158//------------------------------------------------------------------------
159// misc options
160//------------------------------------------------------------------------
161
162/*
163 * Use Interprocess communication
164 */
06cfab17 165#define wxUSE_IPC 0
bcf1fa6b
RR
166/*
167 * Use wxGetResource & wxWriteResource (change .Xdefaults)
168 */
06cfab17 169#define wxUSE_RESOURCES 0
bcf1fa6b
RR
170/*
171 * Use clipboard
172 */
06cfab17 173#define wxUSE_CLIPBOARD 0
ff8bfdbb
VZ
174/*
175 * Use tooltips
176 */
177#define wxUSE_TOOLTIPS 0
bcf1fa6b
RR
178/*
179 * Use dnd
180 */
06cfab17 181#define wxUSE_DRAG_AND_DROP 0
0c47546c 182
bcf1fa6b
RR
183//------------------------------------------------------------------------
184// architecture options
185//------------------------------------------------------------------------
0c47546c 186
bcf1fa6b
RR
187/*
188 * Use the mdi architecture
189 */
06cfab17 190#define wxUSE_MDI_ARCHITECTURE 0
bcf1fa6b
RR
191/*
192 * Use the document/view architecture
193 */
06cfab17 194#define wxUSE_DOC_VIEW_ARCHITECTURE 0
bcf1fa6b
RR
195/*
196 * Use the print/preview architecture
197 */
06cfab17 198#define wxUSE_PRINTING_ARCHITECTURE 0
bcf1fa6b
RR
199
200//------------------------------------------------------------------------
201// Prolog and wxWindows' resource system options
202//------------------------------------------------------------------------
203
204/*
205 * Use Prolog IO
206 */
06cfab17 207#define wxUSE_PROLOGIO 0
bcf1fa6b 208/*
27fc802d 209 * Use Remote Procedure Call (Needs wxUSE_IPC and wxUSE_PROLOGIO)
bcf1fa6b 210 */
06cfab17 211#define wxUSE_RPC 0
bcf1fa6b 212/*
27fc802d 213 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
bcf1fa6b 214 */
06cfab17 215#define wxUSE_WX_RESOURCES 0
bcf1fa6b
RR
216
217//------------------------------------------------------------------------
218// the rest
219//------------------------------------------------------------------------
220
bcf1fa6b 221/*
27fc802d 222 * Use wxWindows help facility (needs wxUSE_IPC 1)
bcf1fa6b 223 */
06cfab17 224#define wxUSE_HELP 0
bcf1fa6b
RR
225/*
226 * Use iostream.h rather than iostream
227 */
06cfab17 228#define wxUSE_IOSTREAMH 0
bcf1fa6b
RR
229/*
230 * Use Apple Ieee-double converter
231 */
06cfab17 232#define wxUSE_APPLE_IEEE 0
bcf1fa6b
RR
233/* Compatibility with 1.66 API.
234 Level 0: no backward compatibility, all new features
235 Level 1: wxDC, OnSize (etc.) compatibility, but
236 some new features such as event tables */
0c47546c 237#define WXWIN_COMPATIBILITY 0
bcf1fa6b
RR
238/*
239 * Enables debugging: memory tracing, assert, etc., contains debug level
240 */
06cfab17 241#define WXDEBUG 0
bcf1fa6b
RR
242/*
243 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
244 * WARNING: this code may not work with all architectures, especially
245 * if alignment is an issue.
246 */
06cfab17 247#define wxUSE_MEMORY_TRACING 0
bcf1fa6b
RR
248/*
249 * Enable debugging version of global memory operators new and delete
250 * Disable it, If this causes problems (e.g. link errors)
251 */
e85b406c 252#define wxUSE_DEBUG_NEW_ALWAYS 1
0c47546c 253/*
e85b406c 254 * In debug mode, causes new to be defined to
0c47546c
VZ
255 * be WXDEBUG_NEW (see object.h). If this causes
256 * problems (e.g. link errors), set this to 0.
e85b406c 257 */
06cfab17 258#define wxUSE_GLOBAL_MEMORY_OPERATORS 0
bcf1fa6b
RR
259/*
260 * Matthews garbage collection (used for MrEd?)
261 */
262#define WXGARBAGE_COLLECTION_ON 0
263/*
264 * Use splines
265 */
27fc802d 266#define wxUSE_SPLINES 1
bcf1fa6b 267/*
27fc802d 268 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
bcf1fa6b 269 */
27fc802d 270#define wxUSE_DYNAMIC_CLASSES 1
bcf1fa6b
RR
271/*
272 * Disable this if your compiler can't cope
273 * with omission of prototype parameters.
274 */
275#define REMOVE_UNUSED_ARG 1
276/*
277 * The const keyword is being introduced more in wxWindows.
278 * You can use this setting to maintain backward compatibility.
279 * If 0: will use const wherever possible.
280 * If 1: will use const only where necessary
281 * for precompiled headers to work.
282 * If 2: will be totally backward compatible, but precompiled
283 * headers may not work and program size will be larger.
284 */
285#define CONST_COMPATIBILITY 0
286
287// ------------------------------------------------------------------------
288// System-specific stuff
289// ------------------------------------------------------------------------
290
291/* acconfig.h
292 This file is in the public domain.
293
294 Descriptive text for the C preprocessor macros that
295 the distributed Autoconf macros can define.
296 No software package will use all of them; autoheader copies the ones
297 your configure.in uses into your configuration header file templates.
298
299 The entries are in sort -df order: alphabetical, case insensitive,
300 ignoring punctuation (such as underscores). Although this order
301 can split up related entries, it makes it easier to check whether
302 a given entry is in the file. */
303
304/* Define if on AIX 3.
305 System headers sometimes define this.
306 We just want to avoid a redefinition error message. */
307#ifndef _ALL_SOURCE
308#undef _ALL_SOURCE
309#endif
310
311/* Define if using alloca.c. */
312#undef C_ALLOCA
313
314/* Define if type char is unsigned and you are not using gcc. */
315#ifndef __CHAR_UNSIGNED__
316#undef __CHAR_UNSIGNED__
317#endif
318
319/* Define if the closedir function returns void instead of int. */
320#undef CLOSEDIR_VOID
321
322/* Define to empty if the keyword does not work. */
323#undef const
324
325/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
326 This function is required for alloca.c support on those systems. */
327#undef CRAY_STACKSEG_END
328
329/* Define for DGUX with <sys/dg_sys_info.h>. */
330#undef DGUX
331
332/* Define if you have <dirent.h>. */
333#undef DIRENT
334
335/* Define to the type of elements in the array set by `getgroups'.
336 Usually this is either `int' or `gid_t'. */
337#undef GETGROUPS_T
338
339/* Define if the `getloadavg' function needs to be run setuid or setgid. */
340#undef GETLOADAVG_PRIVILEGED
341
342/* Define if the `getpgrp' function takes no argument. */
343#undef GETPGRP_VOID
344
345/* Define to `int' if <sys/types.h> doesn't define. */
346#undef gid_t
347
348/* Define if you have alloca, as a function or macro. */
349#undef HAVE_ALLOCA
350
351/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
352#undef HAVE_ALLOCA_H
353
354/* Define if you don't have vprintf but do have _doprnt. */
355#undef HAVE_DOPRNT
356
35c9d958
KB
357/* Define if you have vprintf() */
358#undef HAVE_VPRINTF
359
360/* Define if you have vsnprintf() */
361#undef HAVE_VSNPRINTF
362
bcf1fa6b
RR
363/* Define if your system has its own `getloadavg' function. */
364#undef HAVE_GETLOADAVG
365
366/* Define if you have the getmntent function. */
367#undef HAVE_GETMNTENT
368
369/* Define if the `long double' type works. */
370#undef HAVE_LONG_DOUBLE
371
372/* Define if you support file names longer than 14 characters. */
373#undef HAVE_LONG_FILE_NAMES
374
375/* Define if you have a working `mmap' system call. */
376#undef HAVE_MMAP
377
378/* Define if system calls automatically restart after interruption
379 by a signal. */
380#undef HAVE_RESTARTABLE_SYSCALLS
381
382/* Define if your struct stat has st_blksize. */
383#undef HAVE_ST_BLKSIZE
384
385/* Define if your struct stat has st_blocks. */
386#undef HAVE_ST_BLOCKS
387
388/* Define if you have the strcoll function and it is properly defined. */
389#undef HAVE_STRCOLL
390
391/* Define if your struct stat has st_rdev. */
392#undef HAVE_ST_RDEV
393
394/* Define if you have the strftime function. */
395#undef HAVE_STRFTIME
396
397/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
398#undef HAVE_SYS_WAIT_H
399
400/* Define if your struct tm has tm_zone. */
401#undef HAVE_TM_ZONE
402
403/* Define if you don't have tm_zone but do have the external array
404 tzname. */
405#undef HAVE_TZNAME
406
407/* Define if you have <unistd.h>. */
408#undef HAVE_UNISTD_H
409
a4876ea4
KB
410/* Define if you have <fnmatch.h>. */
411#undef HAVE_FNMATCH_H
412
bcf1fa6b
RR
413/* Define if utime(file, NULL) sets file's timestamp to the present. */
414#undef HAVE_UTIME_NULL
415
416/* Define if you have <vfork.h>. */
417#undef HAVE_VFORK_H
418
419/* Define if you have the vprintf function. */
420#undef HAVE_VPRINTF
421
422/* Define if you have the wait3 system call. */
423#undef HAVE_WAIT3
424
425/* Define as __inline if that's what the C compiler calls it. */
426#ifndef __cplusplus
427#undef inline
428#endif
429
430/* Define if major, minor, and makedev are declared in <mkdev.h>. */
431#undef MAJOR_IN_MKDEV
432
433/* Define if major, minor, and makedev are declared in <sysmacros.h>. */
434#undef MAJOR_IN_SYSMACROS
435
436/* Define if on MINIX. */
437#undef _MINIX
438
439/* Define to `int' if <sys/types.h> doesn't define. */
440#undef mode_t
441
442/* Define if you don't have <dirent.h>, but have <ndir.h>. */
443#undef NDIR
444
445/* Define if you have <memory.h>, and <string.h> doesn't declare the
446 mem* functions. */
447#undef NEED_MEMORY_H
448
449/* Define if your struct nlist has an n_un member. */
450#undef NLIST_NAME_UNION
451
452/* Define if you have <nlist.h>. */
453#undef NLIST_STRUCT
454
455/* Define if your C compiler doesn't accept -c and -o together. */
456#undef NO_MINUS_C_MINUS_O
457
458/* Define to `long' if <sys/types.h> doesn't define. */
459#undef off_t
460
461/* Define to `int' if <sys/types.h> doesn't define. */
462#undef pid_t
463
464/* Define if the system does not provide POSIX.1 features except
465 with this defined. */
466#undef _POSIX_1_SOURCE
467
468/* Define if you need to in order for stat and other things to work. */
469#undef _POSIX_SOURCE
470
471/* Define as the return type of signal handlers (int or void). */
472#undef RETSIGTYPE
473
474/* Define if the setvbuf function takes the buffering type as its second
475 argument and the buffer pointer as the third, as on System V
476 before release 3. */
477#undef SETVBUF_REVERSED
478
479/* Define SIZESOF for some Objects */
480#undef SIZEOF_INT
481#undef SIZEOF_INT_P
482#undef SIZEOF_LONG
cdb664d4 483#undef SIZEOF_LONG_LONG
bcf1fa6b
RR
484
485/* Define to `unsigned' if <sys/types.h> doesn't define. */
486#undef size_t
487
488/* If using the C implementation of alloca, define if you know the
489 direction of stack growth for your system; otherwise it will be
490 automatically deduced at run-time.
491 STACK_DIRECTION > 0 => grows toward higher addresses
492 STACK_DIRECTION < 0 => grows toward lower addresses
493 STACK_DIRECTION = 0 => direction of growth unknown
494 */
495#undef STACK_DIRECTION
496
497/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
498#undef STAT_MACROS_BROKEN
499
500/* Define if you have the ANSI C header files. */
501#undef STDC_HEADERS
502
503/* Define on System V Release 4. */
504#undef SVR4
505
506/* Define on BSD */
507#undef BSD
508
509/* Define on System V */
510#undef SYSV
511
512/* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
513#undef SYSDIR
514
515/* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
516#undef SYSNDIR
517
518/* Define if `sys_siglist' is declared by <signal.h>. */
519#undef SYS_SIGLIST_DECLARED
520
521/* Define if you can safely include both <sys/time.h> and <time.h>. */
522#undef TIME_WITH_SYS_TIME
523
524/* Define if your <sys/time.h> declares struct tm. */
525#undef TM_IN_SYS_TIME
526
527/* Define to `int' if <sys/types.h> doesn't define. */
528#undef uid_t
529
530/* Define for Encore UMAX. */
531#undef UMAX
532
533/* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
534 instead of <sys/cpustats.h>. */
535#undef UMAX4_3
536
537/* Define if you do not have <strings.h>, index, bzero, etc.. */
538#undef USG
539
540/* Define if the system is System V Release 4 */
541#undef SVR4
542
543/* Define vfork as fork if vfork does not work. */
544#undef vfork
545
546/* Define if the closedir function returns void instead of int. */
547#undef VOID_CLOSEDIR
548
549/* Define if your processor stores words with the most significant
550 byte first (like Motorola and SPARC, unlike Intel and VAX). */
551#undef WORDS_BIGENDIAN
552
553/* Define if lex declares yytext as a char * by default, not a char[]. */
554#undef YYTEXT_POINTER
555
556#endif /* __GTKSETUPH__ */
557
558\f
559/* Leave that blank line there!! Autoheader needs it.
560 If you're adding to this file, keep in mind:
561 The entries are in sort -df order: alphabetical, case insensitive,
562 ignoring punctuation (such as underscores). */