3 Do not edit this file. It is autogenerated by configure.
5 Leave the following blank line there!! Autoheader needs it. */
8 /* ------------------------------------------------------------------------ */
9 /* Features as requested by configure */
10 /* ------------------------------------------------------------------------ */
19 /* ------------------------------------------------------------------------ */
20 /* define if support for GTK 1.2 features */
21 /* ------------------------------------------------------------------------ */
25 /* ------------------------------------------------------------------------ */
26 /* define the system to compile */
27 /* ------------------------------------------------------------------------ */
45 #undef __DATA_GENERAL__
47 /* ------------------------------------------------------------------------ */
48 /* compiler options */
49 /* ------------------------------------------------------------------------ */
56 /* ------------------------------------------------------------------------ */
58 /* ------------------------------------------------------------------------ */
67 #define wxUSE_LIBPNG 0
71 #define wxUSE_LIBJPEG 0
79 #define wxUSE_THREADS 0
83 #define wxHAVE_GLIBC2 0
87 #define wxHAVE_LIB_XPM 0
89 /* ------------------------------------------------------------------------ */
90 /* GUI control options (always enabled in wxGTK) */
91 /* ------------------------------------------------------------------------ */
99 #define wxUSE_COMBOBOX 1
103 #define wxUSE_SCROLLBAR 1
107 #define wxUSE_RADIOBUTTON 1
111 #define wxUSE_TOOLBAR 1
113 /* ------------------------------------------------------------------------ */
114 /* non-GUI options */
115 /* ------------------------------------------------------------------------ */
118 * Use time and date classes
120 #define wxUSE_TIMEDATE 0
124 #define wxUSE_CONFIG 0
132 #define wxUSE_STREAMS 0
134 * Use class serialization
136 #define wxUSE_SERIAL 0
140 #define wxUSE_SOCKETS 0
142 * Use standard C++ streams if 1. If 0, use wxWin
143 * streams implementation.
145 #define wxUSE_STD_IOSTREAM 1
147 * Use constraints mechanism
149 #define wxUSE_CONSTRAINTS 1
151 /* ------------------------------------------------------------------------ */
153 /* ------------------------------------------------------------------------ */
156 * Use font metric files in GetTextExtent for wxPostScriptDC
157 * Use consistent PostScript fonts for AFM and printing (!)
159 #define wxUSE_AFM_FOR_POSTSCRIPT 0
160 #define WX_NORMALIZED_PS_FONTS 0
162 * Use PostScript device context
164 #define wxUSE_POSTSCRIPT 0
166 /* ------------------------------------------------------------------------ */
167 /* wxString options */
168 /* ------------------------------------------------------------------------ */
171 * Compile wxString with wide character (Unicode) support?
173 #define wxUSE_UNICODE 0
176 * Work around a bug in GNU libc 5.x wcstombs() implementation.
178 * Note that you must link your programs with libc.a if you enable this and you
179 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
180 * thread-safe version of wcstombs()).
182 #define wxUSE_WCSRTOMBS 0
185 * On some platforms overloading on size_t/int doesn't work, yet we'd like
186 * to define both size_t and int version of wxString::operator[] because it
187 * should really be size_t, but a lot of old, broken code uses int indices.
189 #define wxUSE_SIZE_T_STRING_OPERATOR 0
191 /* ------------------------------------------------------------------------ */
193 /* ------------------------------------------------------------------------ */
196 * Use Interprocess communication
200 * Use wxGetResource & wxWriteResource (change .Xdefaults)
202 #define wxUSE_RESOURCES 0
206 #define wxUSE_CLIPBOARD 0
210 #define wxUSE_TOOLTIPS 0
214 #define wxUSE_DRAG_AND_DROP 0
218 #define wxUSE_SPLINE 0
220 * Use wxLibrary class
222 #define wxUSE_DYNLIB_CLASS 0
224 /* ------------------------------------------------------------------------ */
225 /* architecture options */
226 /* ------------------------------------------------------------------------ */
229 * Use the mdi architecture
231 #define wxUSE_MDI_ARCHITECTURE 0
233 * Use the document/view architecture
235 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
237 * Use the print/preview architecture
239 #define wxUSE_PRINTING_ARCHITECTURE 0
241 /* ------------------------------------------------------------------------ */
242 /* Prolog and wxWindows' resource system options */
243 /* ------------------------------------------------------------------------ */
248 #define wxUSE_PROLOGIO 0
250 * Use Remote Procedure Call (Needs wxUSE_IPC and wxUSE_PROLOGIO)
254 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
256 #define wxUSE_WX_RESOURCES 0
258 /* ------------------------------------------------------------------------ */
260 /* ------------------------------------------------------------------------ */
263 * Use wxWindows help facility (needs wxUSE_IPC 1)
267 * Use iostream.h rather than iostream
269 #define wxUSE_IOSTREAMH 0
271 * Use Apple Ieee-double converter
273 #define wxUSE_APPLE_IEEE 0
274 /* Compatibility with 1.66 API.
275 Level 0: no backward compatibility, all new features
276 Level 1: wxDC, OnSize (etc.) compatibility, but
277 some new features such as event tables */
278 #define WXWIN_COMPATIBILITY 0
280 * Enables debugging: memory tracing, assert, etc., contains debug level
284 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
285 * WARNING: this code may not work with all architectures, especially
286 * if alignment is an issue.
288 #define wxUSE_MEMORY_TRACING 0
290 * Enable debugging version of global memory operators new and delete
291 * Disable it, If this causes problems (e.g. link errors)
293 #define wxUSE_DEBUG_NEW_ALWAYS 1
295 * In debug mode, causes new to be defined to
296 * be WXDEBUG_NEW (see object.h). If this causes
297 * problems (e.g. link errors), set this to 0.
299 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
301 * Matthews garbage collection (used for MrEd?)
303 #define WXGARBAGE_COLLECTION_ON 0
307 #define wxUSE_SPLINES 1
309 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
311 #define wxUSE_DYNAMIC_CLASSES 1
313 * Disable this if your compiler can't cope
314 * with omission of prototype parameters.
316 #define REMOVE_UNUSED_ARG 1
318 * The const keyword is being introduced more in wxWindows.
319 * You can use this setting to maintain backward compatibility.
320 * If 0: will use const wherever possible.
321 * If 1: will use const only where necessary
322 * for precompiled headers to work.
323 * If 2: will be totally backward compatible, but precompiled
324 * headers may not work and program size will be larger.
326 #define CONST_COMPATIBILITY 0
328 /* ------------------------------------------------------------------------ */
329 /* System-specific stuff */
330 /* ------------------------------------------------------------------------ */
333 This file is in the public domain.
335 Descriptive text for the C preprocessor macros that
336 the distributed Autoconf macros can define.
337 No software package will use all of them; autoheader copies the ones
338 your configure.in uses into your configuration header file templates.
340 The entries are in sort -df order: alphabetical, case insensitive,
341 ignoring punctuation (such as underscores). Although this order
342 can split up related entries, it makes it easier to check whether
343 a given entry is in the file. */
345 /* Define if on AIX 3.
346 System headers sometimes define this.
347 We just want to avoid a redefinition error message. */
352 /* Define if using alloca.c. */
355 /* Define if type char is unsigned and you are not using gcc. */
356 #ifndef __CHAR_UNSIGNED__
357 #undef __CHAR_UNSIGNED__
360 /* Define if the closedir function returns void instead of int. */
363 /* Define to empty if the keyword does not work. */
366 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
367 This function is required for alloca.c support on those systems. */
368 #undef CRAY_STACKSEG_END
370 /* Define for DGUX with <sys/dg_sys_info.h>. */
373 /* Define if you have <dirent.h>. */
376 /* Define to the type of elements in the array set by `getgroups'.
377 Usually this is either `int' or `gid_t'. */
380 /* The type of 3rd argument to getsockname() - usually size_t or int */
383 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
384 #undef GETLOADAVG_PRIVILEGED
386 /* Define if the `getpgrp' function takes no argument. */
389 /* Define to `int' if <sys/types.h> doesn't define. */
392 /* Define if you have alloca, as a function or macro. */
395 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
398 /* Define if you don't have vprintf but do have _doprnt. */
401 /* Define if you have sched.h */
404 /* Define if you have strings.h */
405 #undef HAVE_STRINGS_H
407 /* Define if you have vprintf() */
410 /* Define if you have dlopen() */
413 /* Define if you have shl_load() */
416 /* Define if you have vsnprintf() */
417 #undef HAVE_VSNPRINTF
419 /* Define if you have usleep() */
422 /* Define if you have nanosleep() */
423 #undef HAVE_NANOSLEEP
425 /* Define if you have vfork() */
428 /* Define if you have uname() */
431 /* Define if you have gethostname() */
432 #undef HAVE_GETHOSTNAME
434 /* Define if you have sched_yield */
435 #undef HAVE_SCHED_YIELD
437 /* Define if you have pthread_cancel */
438 #undef HAVE_PTHREAD_CANCEL
440 /* Define if you have all functions to set thread priority */
441 #undef HAVE_THREAD_PRIORITY_FUNCTIONS
443 /* Define if you can specify exit functions to a thread */
444 #undef HAVE_THREAD_CLEANUP_FUNCTIONS
446 /* Define if your system has its own `getloadavg' function. */
447 #undef HAVE_GETLOADAVG
449 /* Define if you have the getmntent function. */
450 #undef HAVE_GETMNTENT
452 /* Define if the `long double' type works. */
453 #undef HAVE_LONG_DOUBLE
455 /* Define if you support file names longer than 14 characters. */
456 #undef HAVE_LONG_FILE_NAMES
458 /* Define if you have a working `mmap' system call. */
461 /* Define if system calls automatically restart after interruption
463 #undef HAVE_RESTARTABLE_SYSCALLS
465 /* Define if your struct stat has st_blksize. */
466 #undef HAVE_ST_BLKSIZE
468 /* Define if your struct stat has st_blocks. */
469 #undef HAVE_ST_BLOCKS
471 /* Define if you have the strcoll function and it is properly defined. */
474 /* Define if your struct stat has st_rdev. */
477 /* Define if you have the strftime function. */
480 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
481 #undef HAVE_SYS_WAIT_H
483 /* Define if your struct tm has tm_zone. */
486 /* Define if you don't have tm_zone but do have the external array
490 /* Define if you have <unistd.h>. */
493 /* Define if you have <wchar.h>. */
496 /* Define if you have <wcstr.h>. */
499 /* Define if you have wcslen function */
502 /* Define if you have <fnmatch.h>. */
503 #undef HAVE_FNMATCH_H
505 /* Define if utime(file, NULL) sets file's timestamp to the present. */
506 #undef HAVE_UTIME_NULL
508 /* Define if you have <vfork.h>. */
511 /* Define if you have the vprintf function. */
514 /* Define as __inline if that's what the C compiler calls it. */
519 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
520 #undef MAJOR_IN_MKDEV
522 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
523 #undef MAJOR_IN_SYSMACROS
525 /* Define if on MINIX. */
528 /* Define to `int' if <sys/types.h> doesn't define. */
531 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
534 /* Define if you have <memory.h>, and <string.h> doesn't declare the
538 /* Define if your struct nlist has an n_un member. */
539 #undef NLIST_NAME_UNION
541 /* Define if you have <nlist.h>. */
544 /* Define if your C compiler doesn't accept -c and -o together. */
545 #undef NO_MINUS_C_MINUS_O
547 /* Define to `long' if <sys/types.h> doesn't define. */
550 /* Define to `int' if <sys/types.h> doesn't define. */
553 /* Define if the system does not provide POSIX.1 features except
554 with this defined. */
555 #undef _POSIX_1_SOURCE
557 /* Define if you need to in order for stat and other things to work. */
560 /* Define as the return type of signal handlers (int or void). */
563 /* Define if the setvbuf function takes the buffering type as its second
564 argument and the buffer pointer as the third, as on System V
566 #undef SETVBUF_REVERSED
568 /* Define SIZESOF for some Objects */
572 #undef SIZEOF_LONG_LONG
574 /* Define to `unsigned' if <sys/types.h> doesn't define. */
577 /* If using the C implementation of alloca, define if you know the
578 direction of stack growth for your system; otherwise it will be
579 automatically deduced at run-time.
580 STACK_DIRECTION > 0 => grows toward higher addresses
581 STACK_DIRECTION < 0 => grows toward lower addresses
582 STACK_DIRECTION = 0 => direction of growth unknown
584 #undef STACK_DIRECTION
586 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
587 #undef STAT_MACROS_BROKEN
589 /* Define if you have the ANSI C header files. */
592 /* Define on System V Release 4. */
598 /* Define on System V */
601 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
604 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
607 /* Define if `sys_siglist' is declared by <signal.h>. */
608 #undef SYS_SIGLIST_DECLARED
610 /* Define if you can safely include both <sys/time.h> and <time.h>. */
611 #undef TIME_WITH_SYS_TIME
613 /* Define if your <sys/time.h> declares struct tm. */
614 #undef TM_IN_SYS_TIME
616 /* Define to `int' if <sys/types.h> doesn't define. */
619 /* Define for Encore UMAX. */
622 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
623 instead of <sys/cpustats.h>. */
626 /* Define if you do not have <strings.h>, index, bzero, etc.. */
629 /* Define if the system is System V Release 4 */
632 /* Define vfork as fork if vfork does not work. */
635 /* Define if the closedir function returns void instead of int. */
638 /* Define if your processor stores words with the most significant
639 byte first (like Motorola and SPARC, unlike Intel and VAX). */
640 #undef WORDS_BIGENDIAN
642 /* Define if lex declares yytext as a char * by default, not a char[]. */
643 #undef YYTEXT_POINTER
645 #endif /* __GTKSETUPH__ */
648 /* Leave that blank line there!! Autoheader needs it.
649 If you're adding to this file, keep in mind:
650 The entries are in sort -df order: alphabetical, case insensitive,
651 ignoring punctuation (such as underscores). */