2 This file is in the public domain.
4 Descriptive text for the C preprocessor macros that
5 the distributed Autoconf macros can define.
6 No software package will use all of them; autoheader copies the ones
7 your configure.in uses into your configuration header file templates.
9 The entries are in sort -df order: alphabetical, case insensitive,
10 ignoring punctuation (such as underscores). Although this order
11 can split up related entries, it makes it easier to check whether
12 a given entry is in the file.
14 Leave the following blank line there!! Autoheader needs it. */
23 /* define the system to compile */
41 #undef __DATA_GENERAL__
60 * Use storable classes
62 #undef USE_STORABLE_CLASSES
64 * Use automatic translation via gettext() in wxTString
68 * Use font metric files in GetTextExtent for wxPostScriptDC
69 * Use consistent PostScript fonts for AFM and printing (!)
71 #undef USE_AFM_FOR_POSTSCRIPT
72 #undef WX_NORMALIZED_PS_FONTS
78 * Use wxWindows layout constraint system
80 #undef USE_CONSTRAINTS
82 * Use the document/view architecture
84 #undef USE_DOC_VIEW_ARCHITECTURE
88 #undef USE_ENHANCED_DIALOG
90 * Use Form panel item placement
102 * Implement a GLCanvas class as an interface to OpenGL, using the GLX
103 * extension to the X11 protocol. You can use the (free) Mesa library
104 * if you don't have a 'real' OpenGL.
108 * Use wxWindows help facility (needs USE_IPC 1)
112 * Use iostream.h rather than iostream
116 * Use Interprocess communication
120 * Use Metafile and Metafile device context
124 * Use PostScript device context
126 #undef USE_POSTSCRIPT
128 * Use wxConfig system
132 * Use the print/preview architecture
134 #undef USE_PRINTING_ARCHITECTURE
140 * Use Remote Procedure Call (Needs USE_IPC and USE_PROLOGIO)
144 * Use wxGetResource & wxWriteResource (change .Xdefaults)
152 * Use time and date classes
156 * Use toolbar, use Xt port toolbar (3D look)
159 #undef USE_XT_TOOLBAR
161 * Enables old type checking mechanism (wxSubType)
165 * Use virtual list box item
169 * Use wxWindows resource loading (.wxr-files) (Needs USE_PROLOGIO 1)
171 #undef USE_WX_RESOURCES
180 /********************** DO NOT CHANGE BELOW THIS POINT **********************/
182 /**************************** DEBUGGING FEATURES ****************************/
184 /* Compatibility with 1.66 API.
185 Level 0: no backward compatibility, all new features
186 Level 1: wxDC, OnSize (etc.) compatibility, but
187 some new features such as event tables */
188 #define WXWIN_COMPATIBILITY 1
190 * Enables debugging: memory tracing, assert, etc.
194 * Enables debugging version of wxObject::new and wxObject::delete (IF DEBUG)
195 * WARNING: this code may not work with all architectures, especially
196 * if alignment is an issue.
198 #undef USE_MEMORY_TRACING
200 * Enable debugging version of global memory operators new and delete
201 * Disable it, If this causes problems (e.g. link errors)
203 #undef USE_GLOBAL_MEMORY_OPERATORS
205 * If WXDEBUG && USE_MEMORY_TRACING && USE_GLOBAL_MEMORY_OPERATORS
206 * used to debug the memory allocation of wxWindows Xt port code
208 #define USE_INTERNAL_MEMORY_TRACING 0
210 * Matthews garbage collection (used for MrEd?)
212 #define WXGARBAGE_COLLECTION_ON 0
214 /**************************** COMPILER FEATURES *****************************/
217 * Disable this if your compiler can't cope
218 * with omission of prototype parameters.
220 #define REMOVE_UNUSED_ARG 1
222 * The const keyword is being introduced more in wxWindows.
223 * You can use this setting to maintain backward compatibility.
224 * If 0: will use const wherever possible.
225 * If 1: will use const only where necessary
226 * for precompiled headers to work.
227 * If 2: will be totally backward compatible, but precompiled
228 * headers may not work and program size will be larger.
230 #define CONST_COMPATIBILITY 0
232 /************************ WINDOWS 3.1 COMPATIBILITY *************************/
235 * Normalize X drawing code to behave exactly as MSW.
237 #define WX_STANDARD_GRAPHICS 0
239 /******************* other stuff **********************************/
241 * Support image loading for wxBitmap (wxImage is needed for this)
243 #define USE_IMAGE_LOADING 0
244 #define WXIMAGE_INCLUDE "../../utils/image/src/wx_image.h"
248 #define USE_SPLINES 1
251 * USE_DYNAMIC_CLASSES is TRUE for the Xt port
253 #define USE_DYNAMIC_CLASSES 1
255 * USE_EXTENDED_STATICS is FALSE for the Xt port
257 #define USE_EXTENDED_STATICS 0
259 /*************************** IMAKEFILE EVALUATIOS ***************************/
262 #define USE_XPM_IN_X 1
264 #define USE_XPM_IN_X 0
266 #if USE_IMAGE_LOADING
267 #define USE_IMAGE_LOADING_IN_X 1
269 #define USE_IMAGE_LOADING_IN_X 0
272 /* here comes the system-specific stuff */
275 This file is in the public domain.
277 Descriptive text for the C preprocessor macros that
278 the distributed Autoconf macros can define.
279 No software package will use all of them; autoheader copies the ones
280 your configure.in uses into your configuration header file templates.
282 The entries are in sort -df order: alphabetical, case insensitive,
283 ignoring punctuation (such as underscores). Although this order
284 can split up related entries, it makes it easier to check whether
285 a given entry is in the file. */
287 /* Define if on AIX 3.
288 System headers sometimes define this.
289 We just want to avoid a redefinition error message. */
294 /* Define if using alloca.c. */
297 /* Define if type char is unsigned and you are not using gcc. */
298 #ifndef __CHAR_UNSIGNED__
299 #undef __CHAR_UNSIGNED__
302 /* Define if the closedir function returns void instead of int. */
305 /* Define to empty if the keyword does not work. */
308 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
309 This function is required for alloca.c support on those systems. */
310 #undef CRAY_STACKSEG_END
312 /* Define for DGUX with <sys/dg_sys_info.h>. */
315 /* Define if you have <dirent.h>. */
318 /* Define to the type of elements in the array set by `getgroups'.
319 Usually this is either `int' or `gid_t'. */
322 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
323 #undef GETLOADAVG_PRIVILEGED
325 /* Define if the `getpgrp' function takes no argument. */
328 /* Define to `int' if <sys/types.h> doesn't define. */
331 /* Define if you have alloca, as a function or macro. */
334 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
337 /* Define if you don't have vprintf but do have _doprnt. */
340 /* Define if your system has its own `getloadavg' function. */
341 #undef HAVE_GETLOADAVG
343 /* Define if you have the getmntent function. */
344 #undef HAVE_GETMNTENT
346 /* Define if the `long double' type works. */
347 #undef HAVE_LONG_DOUBLE
349 /* Define if you support file names longer than 14 characters. */
350 #undef HAVE_LONG_FILE_NAMES
352 /* Define if you have a working `mmap' system call. */
355 /* Define if system calls automatically restart after interruption
357 #undef HAVE_RESTARTABLE_SYSCALLS
359 /* Define if your struct stat has st_blksize. */
360 #undef HAVE_ST_BLKSIZE
362 /* Define if your struct stat has st_blocks. */
363 #undef HAVE_ST_BLOCKS
365 /* Define if you have the strcoll function and it is properly defined. */
368 /* Define if your struct stat has st_rdev. */
371 /* Define if you have the strftime function. */
374 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
375 #undef HAVE_SYS_WAIT_H
377 /* Define if your struct tm has tm_zone. */
380 /* Define if you don't have tm_zone but do have the external array
384 /* Define if you have <unistd.h>. */
387 /* Define if utime(file, NULL) sets file's timestamp to the present. */
388 #undef HAVE_UTIME_NULL
390 /* Define if you have <vfork.h>. */
393 /* Define if you have the vprintf function. */
396 /* Define if you have the wait3 system call. */
399 /* Define as __inline if that's what the C compiler calls it. */
404 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
405 #undef MAJOR_IN_MKDEV
407 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
408 #undef MAJOR_IN_SYSMACROS
410 /* Define if on MINIX. */
413 /* Define to `int' if <sys/types.h> doesn't define. */
416 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
419 /* Define if you have <memory.h>, and <string.h> doesn't declare the
423 /* Define if your struct nlist has an n_un member. */
424 #undef NLIST_NAME_UNION
426 /* Define if you have <nlist.h>. */
429 /* Define if your C compiler doesn't accept -c and -o together. */
430 #undef NO_MINUS_C_MINUS_O
432 /* Define to `long' if <sys/types.h> doesn't define. */
435 /* Define to `int' if <sys/types.h> doesn't define. */
438 /* Define if the system does not provide POSIX.1 features except
439 with this defined. */
440 #undef _POSIX_1_SOURCE
442 /* Define if you need to in order for stat and other things to work. */
445 /* Define as the return type of signal handlers (int or void). */
448 /* Define if the setvbuf function takes the buffering type as its second
449 argument and the buffer pointer as the third, as on System V
451 #undef SETVBUF_REVERSED
453 /* Define SIZESOF for some Objects */
458 /* Define to `unsigned' if <sys/types.h> doesn't define. */
461 /* If using the C implementation of alloca, define if you know the
462 direction of stack growth for your system; otherwise it will be
463 automatically deduced at run-time.
464 STACK_DIRECTION > 0 => grows toward higher addresses
465 STACK_DIRECTION < 0 => grows toward lower addresses
466 STACK_DIRECTION = 0 => direction of growth unknown
468 #undef STACK_DIRECTION
470 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
471 #undef STAT_MACROS_BROKEN
473 /* Define if you have the ANSI C header files. */
476 /* Define on System V Release 4. */
482 /* Define on System V */
485 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
488 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
491 /* Define if `sys_siglist' is declared by <signal.h>. */
492 #undef SYS_SIGLIST_DECLARED
494 /* Define if you can safely include both <sys/time.h> and <time.h>. */
495 #undef TIME_WITH_SYS_TIME
497 /* Define if your <sys/time.h> declares struct tm. */
498 #undef TM_IN_SYS_TIME
500 /* Define to `int' if <sys/types.h> doesn't define. */
503 /* Define for Encore UMAX. */
506 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
507 instead of <sys/cpustats.h>. */
510 /* Define if you do not have <strings.h>, index, bzero, etc.. */
513 /* Define if the system is System V Release 4 */
516 /* Define vfork as fork if vfork does not work. */
519 /* Define if the closedir function returns void instead of int. */
522 /* Define if your processor stores words with the most significant
523 byte first (like Motorola and SPARC, unlike Intel and VAX). */
524 #undef WORDS_BIGENDIAN
526 /* Define if lex declares yytext as a char * by default, not a char[]. */
527 #undef YYTEXT_POINTER
529 #endif /* __GTKSETUPH__ */
532 /* Leave that blank line there!! Autoheader needs it.
533 If you're adding to this file, keep in mind:
534 The entries are in sort -df order: alphabetical, case insensitive,
535 ignoring punctuation (such as underscores). */