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