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