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 /* define the system to compile */
36 #undef __DATA_GENERAL__
38 //------------------------------------------------------------------------
40 //------------------------------------------------------------------------
49 #define wxUSE_LIBPNG 0
57 #define wxUSE_THREADS 0
59 //------------------------------------------------------------------------
60 // GUI control options (allways enabled in wxGTK)
61 //------------------------------------------------------------------------
70 #define wxUSE_COMBOBOX 1
74 #define wxUSE_SCROLLBAR 1
78 #define wxUSE_RADIOBUTTON 1
80 //------------------------------------------------------------------------
82 //------------------------------------------------------------------------
85 * Use time and date classes
87 #define wxUSE_TIMEDATE 0
91 #define wxUSE_CONFIG 0
99 #define wxUSE_STREAMS 0
101 * Use class serialization
103 #define wxUSE_SERIAL 0
105 * Use standard C++ streams if 1. If 0, use wxWin
106 * streams implementation.
108 #define wxUSE_STD_IOSTREAM 1
110 //------------------------------------------------------------------------
112 //------------------------------------------------------------------------
115 * Use font metric files in GetTextExtent for wxPostScriptDC
116 * Use consistent PostScript fonts for AFM and printing (!)
118 #define wxUSE_AFM_FOR_POSTSCRIPT 0
119 #define WX_NORMALIZED_PS_FONTS 0
121 * Use PostScript device context
123 #define wxUSE_POSTSCRIPT 0
125 //------------------------------------------------------------------------
127 //------------------------------------------------------------------------
130 * Compile wxString with wide character (Unicode) support?
132 #define wxUSE_UNICODE 0
135 * Work around a bug in GNU libc 5.x wcstombs() implementation.
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()).
141 #define wxUSE_WCSRTOMBS 0
143 //------------------------------------------------------------------------
145 //------------------------------------------------------------------------
148 * Use Interprocess communication
152 * Use wxGetResource & wxWriteResource (change .Xdefaults)
154 #define wxUSE_RESOURCES 0
158 #define wxUSE_CLIPBOARD 0
162 #define wxUSE_DRAG_AND_DROP 0
164 //------------------------------------------------------------------------
165 // architecture options
166 //------------------------------------------------------------------------
169 * Use the mdi architecture
171 #define wxUSE_MDI_ARCHITECTURE 0
173 * Use the document/view architecture
175 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
177 * Use the print/preview architecture
179 #define wxUSE_PRINTING_ARCHITECTURE 0
181 //------------------------------------------------------------------------
182 // Prolog and wxWindows' resource system options
183 //------------------------------------------------------------------------
188 #define wxUSE_PROLOGIO 0
190 * Use Remote Procedure Call (Needs wxUSE_IPC and wxUSE_PROLOGIO)
194 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
196 #define wxUSE_WX_RESOURCES 0
198 //------------------------------------------------------------------------
200 //------------------------------------------------------------------------
203 * Use wxWindows help facility (needs wxUSE_IPC 1)
207 * Use iostream.h rather than iostream
209 #define wxUSE_IOSTREAMH 0
211 * Use Apple Ieee-double converter
213 #define wxUSE_APPLE_IEEE 0
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
220 * Enables debugging: memory tracing, assert, etc., contains debug level
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.
228 #define wxUSE_MEMORY_TRACING 0
230 * Enable debugging version of global memory operators new and delete
231 * Disable it, If this causes problems (e.g. link errors)
233 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
235 * Matthews garbage collection (used for MrEd?)
237 #define WXGARBAGE_COLLECTION_ON 0
241 #define wxUSE_SPLINES 1
243 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
245 #define wxUSE_DYNAMIC_CLASSES 1
247 * Disable this if your compiler can't cope
248 * with omission of prototype parameters.
250 #define REMOVE_UNUSED_ARG 1
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.
260 #define CONST_COMPATIBILITY 0
262 // ------------------------------------------------------------------------
263 // System-specific stuff
264 // ------------------------------------------------------------------------
267 This file is in the public domain.
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.
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. */
279 /* Define if on AIX 3.
280 System headers sometimes define this.
281 We just want to avoid a redefinition error message. */
286 /* Define if using alloca.c. */
289 /* Define if type char is unsigned and you are not using gcc. */
290 #ifndef __CHAR_UNSIGNED__
291 #undef __CHAR_UNSIGNED__
294 /* Define if the closedir function returns void instead of int. */
297 /* Define to empty if the keyword does not work. */
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
304 /* Define for DGUX with <sys/dg_sys_info.h>. */
307 /* Define if you have <dirent.h>. */
310 /* Define to the type of elements in the array set by `getgroups'.
311 Usually this is either `int' or `gid_t'. */
314 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
315 #undef GETLOADAVG_PRIVILEGED
317 /* Define if the `getpgrp' function takes no argument. */
320 /* Define to `int' if <sys/types.h> doesn't define. */
323 /* Define if you have alloca, as a function or macro. */
326 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
329 /* Define if you don't have vprintf but do have _doprnt. */
332 /* Define if you have vprintf() */
335 /* Define if you have vsnprintf() */
336 #undef HAVE_VSNPRINTF
338 /* Define if your system has its own `getloadavg' function. */
339 #undef HAVE_GETLOADAVG
341 /* Define if you have the getmntent function. */
342 #undef HAVE_GETMNTENT
344 /* Define if the `long double' type works. */
345 #undef HAVE_LONG_DOUBLE
347 /* Define if you support file names longer than 14 characters. */
348 #undef HAVE_LONG_FILE_NAMES
350 /* Define if you have a working `mmap' system call. */
353 /* Define if system calls automatically restart after interruption
355 #undef HAVE_RESTARTABLE_SYSCALLS
357 /* Define if your struct stat has st_blksize. */
358 #undef HAVE_ST_BLKSIZE
360 /* Define if your struct stat has st_blocks. */
361 #undef HAVE_ST_BLOCKS
363 /* Define if you have the strcoll function and it is properly defined. */
366 /* Define if your struct stat has st_rdev. */
369 /* Define if you have the strftime function. */
372 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
373 #undef HAVE_SYS_WAIT_H
375 /* Define if your struct tm has tm_zone. */
378 /* Define if you don't have tm_zone but do have the external array
382 /* Define if you have <unistd.h>. */
385 /* Define if you have <fnmatch.h>. */
386 #undef HAVE_FNMATCH_H
388 /* Define if utime(file, NULL) sets file's timestamp to the present. */
389 #undef HAVE_UTIME_NULL
391 /* Define if you have <vfork.h>. */
394 /* Define if you have the vprintf function. */
397 /* Define if you have the wait3 system call. */
400 /* Define as __inline if that's what the C compiler calls it. */
405 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
406 #undef MAJOR_IN_MKDEV
408 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
409 #undef MAJOR_IN_SYSMACROS
411 /* Define if on MINIX. */
414 /* Define to `int' if <sys/types.h> doesn't define. */
417 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
420 /* Define if you have <memory.h>, and <string.h> doesn't declare the
424 /* Define if your struct nlist has an n_un member. */
425 #undef NLIST_NAME_UNION
427 /* Define if you have <nlist.h>. */
430 /* Define if your C compiler doesn't accept -c and -o together. */
431 #undef NO_MINUS_C_MINUS_O
433 /* Define to `long' if <sys/types.h> doesn't define. */
436 /* Define to `int' if <sys/types.h> doesn't define. */
439 /* Define if the system does not provide POSIX.1 features except
440 with this defined. */
441 #undef _POSIX_1_SOURCE
443 /* Define if you need to in order for stat and other things to work. */
446 /* Define as the return type of signal handlers (int or void). */
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
452 #undef SETVBUF_REVERSED
454 /* Define SIZESOF for some Objects */
459 /* Define to `unsigned' if <sys/types.h> doesn't define. */
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
469 #undef STACK_DIRECTION
471 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
472 #undef STAT_MACROS_BROKEN
474 /* Define if you have the ANSI C header files. */
477 /* Define on System V Release 4. */
483 /* Define on System V */
486 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
489 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
492 /* Define if `sys_siglist' is declared by <signal.h>. */
493 #undef SYS_SIGLIST_DECLARED
495 /* Define if you can safely include both <sys/time.h> and <time.h>. */
496 #undef TIME_WITH_SYS_TIME
498 /* Define if your <sys/time.h> declares struct tm. */
499 #undef TM_IN_SYS_TIME
501 /* Define to `int' if <sys/types.h> doesn't define. */
504 /* Define for Encore UMAX. */
507 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
508 instead of <sys/cpustats.h>. */
511 /* Define if you do not have <strings.h>, index, bzero, etc.. */
514 /* Define if the system is System V Release 4 */
517 /* Define vfork as fork if vfork does not work. */
520 /* Define if the closedir function returns void instead of int. */
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
527 /* Define if lex declares yytext as a char * by default, not a char[]. */
528 #undef YYTEXT_POINTER
530 #endif /* __GTKSETUPH__ */
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). */