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