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
53 #define wxUSE_LIBJPEG 0
61 #define wxUSE_THREADS 0
65 #define wxHAVE_GLIBC2 0
67 /* ------------------------------------------------------------------------ */
68 /* GUI control options (always enabled in wxGTK) */
69 /* ------------------------------------------------------------------------ */
77 #define wxUSE_COMBOBOX 1
81 #define wxUSE_SCROLLBAR 1
85 #define wxUSE_RADIOBUTTON 1
89 #define wxUSE_TOOLBAR 1
91 /* ------------------------------------------------------------------------ */
93 /* ------------------------------------------------------------------------ */
96 * Use time and date classes
98 #define wxUSE_TIMEDATE 0
102 #define wxUSE_CONFIG 0
110 #define wxUSE_STREAMS 0
112 * Use class serialization
114 #define wxUSE_SERIAL 0
118 #define wxUSE_SOCKETS 0
120 * Use standard C++ streams if 1. If 0, use wxWin
121 * streams implementation.
123 #define wxUSE_STD_IOSTREAM 1
125 * Use constraints mechanism
127 #define wxUSE_CONSTRAINTS 1
129 /* ------------------------------------------------------------------------ */
131 /* ------------------------------------------------------------------------ */
134 * Use font metric files in GetTextExtent for wxPostScriptDC
135 * Use consistent PostScript fonts for AFM and printing (!)
137 #define wxUSE_AFM_FOR_POSTSCRIPT 0
138 #define WX_NORMALIZED_PS_FONTS 0
140 * Use PostScript device context
142 #define wxUSE_POSTSCRIPT 0
144 /* ------------------------------------------------------------------------ */
145 /* wxString options */
146 /* ------------------------------------------------------------------------ */
149 * Compile wxString with wide character (Unicode) support?
151 #define wxUSE_UNICODE 0
154 * Work around a bug in GNU libc 5.x wcstombs() implementation.
156 * Note that you must link your programs with libc.a if you enable this and you
157 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
158 * thread-safe version of wcstombs()).
160 #define wxUSE_WCSRTOMBS 0
162 /* ------------------------------------------------------------------------ */
164 /* ------------------------------------------------------------------------ */
167 * Use Interprocess communication
171 * Use wxGetResource & wxWriteResource (change .Xdefaults)
173 #define wxUSE_RESOURCES 0
177 #define wxUSE_CLIPBOARD 0
181 #define wxUSE_TOOLTIPS 0
185 #define wxUSE_DRAG_AND_DROP 0
187 * Use wxLibrary class
189 #define wxUSE_DYNLIB_CLASS 0
191 /* ------------------------------------------------------------------------ */
192 /* architecture options */
193 /* ------------------------------------------------------------------------ */
196 * Use the mdi architecture
198 #define wxUSE_MDI_ARCHITECTURE 0
200 * Use the document/view architecture
202 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
204 * Use the print/preview architecture
206 #define wxUSE_PRINTING_ARCHITECTURE 0
208 /* ------------------------------------------------------------------------ */
209 /* Prolog and wxWindows' resource system options */
210 /* ------------------------------------------------------------------------ */
215 #define wxUSE_PROLOGIO 0
217 * Use Remote Procedure Call (Needs wxUSE_IPC and wxUSE_PROLOGIO)
221 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
223 #define wxUSE_WX_RESOURCES 0
225 /* ------------------------------------------------------------------------ */
227 /* ------------------------------------------------------------------------ */
230 * Use wxWindows help facility (needs wxUSE_IPC 1)
234 * Use iostream.h rather than iostream
236 #define wxUSE_IOSTREAMH 0
238 * Use Apple Ieee-double converter
240 #define wxUSE_APPLE_IEEE 0
241 /* Compatibility with 1.66 API.
242 Level 0: no backward compatibility, all new features
243 Level 1: wxDC, OnSize (etc.) compatibility, but
244 some new features such as event tables */
245 #define WXWIN_COMPATIBILITY 0
247 * Enables debugging: memory tracing, assert, etc., contains debug level
251 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
252 * WARNING: this code may not work with all architectures, especially
253 * if alignment is an issue.
255 #define wxUSE_MEMORY_TRACING 0
257 * Enable debugging version of global memory operators new and delete
258 * Disable it, If this causes problems (e.g. link errors)
260 #define wxUSE_DEBUG_NEW_ALWAYS 1
262 * In debug mode, causes new to be defined to
263 * be WXDEBUG_NEW (see object.h). If this causes
264 * problems (e.g. link errors), set this to 0.
266 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
268 * Matthews garbage collection (used for MrEd?)
270 #define WXGARBAGE_COLLECTION_ON 0
274 #define wxUSE_SPLINES 1
276 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
278 #define wxUSE_DYNAMIC_CLASSES 1
280 * Disable this if your compiler can't cope
281 * with omission of prototype parameters.
283 #define REMOVE_UNUSED_ARG 1
285 * The const keyword is being introduced more in wxWindows.
286 * You can use this setting to maintain backward compatibility.
287 * If 0: will use const wherever possible.
288 * If 1: will use const only where necessary
289 * for precompiled headers to work.
290 * If 2: will be totally backward compatible, but precompiled
291 * headers may not work and program size will be larger.
293 #define CONST_COMPATIBILITY 0
295 /* ------------------------------------------------------------------------ */
296 /* System-specific stuff */
297 /* ------------------------------------------------------------------------ */
300 This file is in the public domain.
302 Descriptive text for the C preprocessor macros that
303 the distributed Autoconf macros can define.
304 No software package will use all of them; autoheader copies the ones
305 your configure.in uses into your configuration header file templates.
307 The entries are in sort -df order: alphabetical, case insensitive,
308 ignoring punctuation (such as underscores). Although this order
309 can split up related entries, it makes it easier to check whether
310 a given entry is in the file. */
312 /* Define if on AIX 3.
313 System headers sometimes define this.
314 We just want to avoid a redefinition error message. */
319 /* Define if using alloca.c. */
322 /* Define if type char is unsigned and you are not using gcc. */
323 #ifndef __CHAR_UNSIGNED__
324 #undef __CHAR_UNSIGNED__
327 /* Define if the closedir function returns void instead of int. */
330 /* Define to empty if the keyword does not work. */
333 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
334 This function is required for alloca.c support on those systems. */
335 #undef CRAY_STACKSEG_END
337 /* Define for DGUX with <sys/dg_sys_info.h>. */
340 /* Define if you have <dirent.h>. */
343 /* Define to the type of elements in the array set by `getgroups'.
344 Usually this is either `int' or `gid_t'. */
347 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
348 #undef GETLOADAVG_PRIVILEGED
350 /* Define if the `getpgrp' function takes no argument. */
353 /* Define to `int' if <sys/types.h> doesn't define. */
356 /* Define if you have alloca, as a function or macro. */
359 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
362 /* Define if you don't have vprintf but do have _doprnt. */
365 /* Define if you have vprintf() */
368 /* Define if you have dlopen() */
371 /* Define if you have shl_load() */
374 /* Define if you have vsnprintf() */
375 #undef HAVE_VSNPRINTF
377 /* Define if you have usleep() */
380 /* Define if you have nanosleep() */
381 #undef HAVE_NANOSLEEP
383 /* Define if you have usleep() */
386 /* Define if you have nanosleep() */
387 #undef HAVE_NANOSLEEP
389 /* Define if your system has its own `getloadavg' function. */
390 #undef HAVE_GETLOADAVG
392 /* Define if you have the getmntent function. */
393 #undef HAVE_GETMNTENT
395 /* Define if the `long double' type works. */
396 #undef HAVE_LONG_DOUBLE
398 /* Define if you support file names longer than 14 characters. */
399 #undef HAVE_LONG_FILE_NAMES
401 /* Define if you have a working `mmap' system call. */
404 /* Define if system calls automatically restart after interruption
406 #undef HAVE_RESTARTABLE_SYSCALLS
408 /* Define if your struct stat has st_blksize. */
409 #undef HAVE_ST_BLKSIZE
411 /* Define if your struct stat has st_blocks. */
412 #undef HAVE_ST_BLOCKS
414 /* Define if you have the strcoll function and it is properly defined. */
417 /* Define if your struct stat has st_rdev. */
420 /* Define if you have the strftime function. */
423 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
424 #undef HAVE_SYS_WAIT_H
426 /* Define if your struct tm has tm_zone. */
429 /* Define if you don't have tm_zone but do have the external array
433 /* Define if you have <unistd.h>. */
436 /* Define if you have <fnmatch.h>. */
437 #undef HAVE_FNMATCH_H
439 /* Define if utime(file, NULL) sets file's timestamp to the present. */
440 #undef HAVE_UTIME_NULL
442 /* Define if you have <vfork.h>. */
445 /* Define if you have the vprintf function. */
448 /* Define if you have the wait3 system call. */
451 /* Define as __inline if that's what the C compiler calls it. */
456 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
457 #undef MAJOR_IN_MKDEV
459 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
460 #undef MAJOR_IN_SYSMACROS
462 /* Define if on MINIX. */
465 /* Define to `int' if <sys/types.h> doesn't define. */
468 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
471 /* Define if you have <memory.h>, and <string.h> doesn't declare the
475 /* Define if your struct nlist has an n_un member. */
476 #undef NLIST_NAME_UNION
478 /* Define if you have <nlist.h>. */
481 /* Define if your C compiler doesn't accept -c and -o together. */
482 #undef NO_MINUS_C_MINUS_O
484 /* Define to `long' if <sys/types.h> doesn't define. */
487 /* Define to `int' if <sys/types.h> doesn't define. */
490 /* Define if the system does not provide POSIX.1 features except
491 with this defined. */
492 #undef _POSIX_1_SOURCE
494 /* Define if you need to in order for stat and other things to work. */
497 /* Define as the return type of signal handlers (int or void). */
500 /* Define if the setvbuf function takes the buffering type as its second
501 argument and the buffer pointer as the third, as on System V
503 #undef SETVBUF_REVERSED
505 /* Define SIZESOF for some Objects */
509 #undef SIZEOF_LONG_LONG
511 /* Define to `unsigned' if <sys/types.h> doesn't define. */
514 /* If using the C implementation of alloca, define if you know the
515 direction of stack growth for your system; otherwise it will be
516 automatically deduced at run-time.
517 STACK_DIRECTION > 0 => grows toward higher addresses
518 STACK_DIRECTION < 0 => grows toward lower addresses
519 STACK_DIRECTION = 0 => direction of growth unknown
521 #undef STACK_DIRECTION
523 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
524 #undef STAT_MACROS_BROKEN
526 /* Define if you have the ANSI C header files. */
529 /* Define on System V Release 4. */
535 /* Define on System V */
538 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
541 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
544 /* Define if `sys_siglist' is declared by <signal.h>. */
545 #undef SYS_SIGLIST_DECLARED
547 /* Define if you can safely include both <sys/time.h> and <time.h>. */
548 #undef TIME_WITH_SYS_TIME
550 /* Define if your <sys/time.h> declares struct tm. */
551 #undef TM_IN_SYS_TIME
553 /* Define to `int' if <sys/types.h> doesn't define. */
556 /* Define for Encore UMAX. */
559 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
560 instead of <sys/cpustats.h>. */
563 /* Define if you do not have <strings.h>, index, bzero, etc.. */
566 /* Define if the system is System V Release 4 */
569 /* Define vfork as fork if vfork does not work. */
572 /* Define if the closedir function returns void instead of int. */
575 /* Define if your processor stores words with the most significant
576 byte first (like Motorola and SPARC, unlike Intel and VAX). */
577 #undef WORDS_BIGENDIAN
579 /* Define if lex declares yytext as a char * by default, not a char[]. */
580 #undef YYTEXT_POINTER
582 #endif /* __GTKSETUPH__ */
585 /* Leave that blank line there!! Autoheader needs it.
586 If you're adding to this file, keep in mind:
587 The entries are in sort -df order: alphabetical, case insensitive,
588 ignoring punctuation (such as underscores). */