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__
59 #undef USE_THREADS_POSIX
60 #undef USE_THREADS_SGI
62 * Use storable classes
64 #undef USE_STORABLE_CLASSES
66 * Use automatic translation via gettext() in wxTString
70 * Use font metric files in GetTextExtent for wxPostScriptDC
71 * Use consistent PostScript fonts for AFM and printing (!)
73 #undef USE_AFM_FOR_POSTSCRIPT
74 #undef WX_NORMALIZED_PS_FONTS
80 * Use wxWindows layout constraint system
82 #undef USE_CONSTRAINTS
84 * Use the document/view architecture
86 #undef USE_DOC_VIEW_ARCHITECTURE
90 #undef USE_ENHANCED_DIALOG
92 * Use Form panel item placement
104 * Implement a GLCanvas class as an interface to OpenGL, using the GLX
105 * extension to the X11 protocol. You can use the (free) Mesa library
106 * if you don't have a 'real' OpenGL.
110 * Use wxWindows help facility (needs USE_IPC 1)
114 * Use iostream.h rather than iostream
118 * Use Interprocess communication
122 * Use Metafile and Metafile device context
126 * Use PostScript device context
128 #undef USE_POSTSCRIPT
130 * Use the print/preview architecture
132 #undef USE_PRINTING_ARCHITECTURE
138 * Use Remote Procedure Call (Needs USE_IPC and USE_PROLOGIO)
142 * Use wxGetResource & wxWriteResource (change .Xdefaults)
150 * Use time and date classes
154 * Use toolbar, use Xt port toolbar (3D look)
157 #undef USE_XT_TOOLBAR
159 * Enables old type checking mechanism (wxSubType)
163 * Use virtual list box item
167 * Use wxWindows resource loading (.wxr-files) (Needs USE_PROLOGIO 1)
169 #undef USE_WX_RESOURCES
178 /********************** DO NOT CHANGE BELOW THIS POINT **********************/
180 /**************************** DEBUGGING FEATURES ****************************/
182 /* Compatibility with 1.66 API.
183 Level 0: no backward compatibility, all new features
184 Level 1: wxDC, OnSize (etc.) compatibility, but
185 some new features such as event tables */
186 #define WXWIN_COMPATIBILITY 1
188 * Enables debugging: memory tracing, assert, etc.
192 * Enables debugging version of wxObject::new and wxObject::delete (IF DEBUG)
193 * WARNING: this code may not work with all architectures, especially
194 * if alignment is an issue.
196 #undef USE_MEMORY_TRACING
198 * Enable debugging version of global memory operators new and delete
199 * Disable it, If this causes problems (e.g. link errors)
201 #undef USE_GLOBAL_MEMORY_OPERATORS
203 * If WXDEBUG && USE_MEMORY_TRACING && USE_GLOBAL_MEMORY_OPERATORS
204 * used to debug the memory allocation of wxWindows Xt port code
206 #define USE_INTERNAL_MEMORY_TRACING 0
208 * Matthews garbage collection (used for MrEd?)
210 #define WXGARBAGE_COLLECTION_ON 0
212 /**************************** COMPILER FEATURES *****************************/
215 * Disable this if your compiler can't cope
216 * with omission of prototype parameters.
218 #define REMOVE_UNUSED_ARG 1
220 * The const keyword is being introduced more in wxWindows.
221 * You can use this setting to maintain backward compatibility.
222 * If 0: will use const wherever possible.
223 * If 1: will use const only where necessary
224 * for precompiled headers to work.
225 * If 2: will be totally backward compatible, but precompiled
226 * headers may not work and program size will be larger.
228 #define CONST_COMPATIBILITY 0
230 /************************ WINDOWS 3.1 COMPATIBILITY *************************/
233 * Normalize X drawing code to behave exactly as MSW.
235 #define WX_STANDARD_GRAPHICS 0
237 /******************* other stuff **********************************/
239 * Support image loading for wxBitmap (wxImage is needed for this)
241 #define USE_IMAGE_LOADING 0
242 #define WXIMAGE_INCLUDE "../../utils/image/src/wx_image.h"
246 #define USE_SPLINES 1
249 * USE_DYNAMIC_CLASSES is TRUE for the Xt port
251 #define USE_DYNAMIC_CLASSES 1
253 * USE_EXTENDED_STATICS is FALSE for the Xt port
255 #define USE_EXTENDED_STATICS 0
257 /*************************** IMAKEFILE EVALUATIOS ***************************/
260 #define USE_XPM_IN_X 1
262 #define USE_XPM_IN_X 0
264 #if USE_IMAGE_LOADING
265 #define USE_IMAGE_LOADING_IN_X 1
267 #define USE_IMAGE_LOADING_IN_X 0
270 /* here comes the system-specific stuff */
273 This file is in the public domain.
275 Descriptive text for the C preprocessor macros that
276 the distributed Autoconf macros can define.
277 No software package will use all of them; autoheader copies the ones
278 your configure.in uses into your configuration header file templates.
280 The entries are in sort -df order: alphabetical, case insensitive,
281 ignoring punctuation (such as underscores). Although this order
282 can split up related entries, it makes it easier to check whether
283 a given entry is in the file. */
285 /* Define if on AIX 3.
286 System headers sometimes define this.
287 We just want to avoid a redefinition error message. */
292 /* Define if using alloca.c. */
295 /* Define if type char is unsigned and you are not using gcc. */
296 #ifndef __CHAR_UNSIGNED__
297 #undef __CHAR_UNSIGNED__
300 /* Define if the closedir function returns void instead of int. */
303 /* Define to empty if the keyword does not work. */
306 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
307 This function is required for alloca.c support on those systems. */
308 #undef CRAY_STACKSEG_END
310 /* Define for DGUX with <sys/dg_sys_info.h>. */
313 /* Define if you have <dirent.h>. */
316 /* Define to the type of elements in the array set by `getgroups'.
317 Usually this is either `int' or `gid_t'. */
320 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
321 #undef GETLOADAVG_PRIVILEGED
323 /* Define if the `getpgrp' function takes no argument. */
326 /* Define to `int' if <sys/types.h> doesn't define. */
329 /* Define if you have alloca, as a function or macro. */
332 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
335 /* Define if you don't have vprintf but do have _doprnt. */
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 utime(file, NULL) sets file's timestamp to the present. */
386 #undef HAVE_UTIME_NULL
388 /* Define if you have <vfork.h>. */
391 /* Define if you have the vprintf function. */
394 /* Define if you have the wait3 system call. */
397 /* Define as __inline if that's what the C compiler calls it. */
402 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
403 #undef MAJOR_IN_MKDEV
405 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
406 #undef MAJOR_IN_SYSMACROS
408 /* Define if on MINIX. */
411 /* Define to `int' if <sys/types.h> doesn't define. */
414 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
417 /* Define if you have <memory.h>, and <string.h> doesn't declare the
421 /* Define if your struct nlist has an n_un member. */
422 #undef NLIST_NAME_UNION
424 /* Define if you have <nlist.h>. */
427 /* Define if your C compiler doesn't accept -c and -o together. */
428 #undef NO_MINUS_C_MINUS_O
430 /* Define to `long' if <sys/types.h> doesn't define. */
433 /* Define to `int' if <sys/types.h> doesn't define. */
436 /* Define if the system does not provide POSIX.1 features except
437 with this defined. */
438 #undef _POSIX_1_SOURCE
440 /* Define if you need to in order for stat and other things to work. */
443 /* Define as the return type of signal handlers (int or void). */
446 /* Define if the setvbuf function takes the buffering type as its second
447 argument and the buffer pointer as the third, as on System V
449 #undef SETVBUF_REVERSED
451 /* Define SIZESOF for some Objects */
456 /* Define to `unsigned' if <sys/types.h> doesn't define. */
459 /* If using the C implementation of alloca, define if you know the
460 direction of stack growth for your system; otherwise it will be
461 automatically deduced at run-time.
462 STACK_DIRECTION > 0 => grows toward higher addresses
463 STACK_DIRECTION < 0 => grows toward lower addresses
464 STACK_DIRECTION = 0 => direction of growth unknown
466 #undef STACK_DIRECTION
468 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
469 #undef STAT_MACROS_BROKEN
471 /* Define if you have the ANSI C header files. */
474 /* Define on System V Release 4. */
480 /* Define on System V */
483 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
486 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
489 /* Define if `sys_siglist' is declared by <signal.h>. */
490 #undef SYS_SIGLIST_DECLARED
492 /* Define if you can safely include both <sys/time.h> and <time.h>. */
493 #undef TIME_WITH_SYS_TIME
495 /* Define if your <sys/time.h> declares struct tm. */
496 #undef TM_IN_SYS_TIME
498 /* Define to `int' if <sys/types.h> doesn't define. */
501 /* Define for Encore UMAX. */
504 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
505 instead of <sys/cpustats.h>. */
508 /* Define if you do not have <strings.h>, index, bzero, etc.. */
511 /* Define if the system is System V Release 4 */
514 /* Define vfork as fork if vfork does not work. */
517 /* Define if the closedir function returns void instead of int. */
520 /* Define if your processor stores words with the most significant
521 byte first (like Motorola and SPARC, unlike Intel and VAX). */
522 #undef WORDS_BIGENDIAN
524 /* Define if lex declares yytext as a char * by default, not a char[]. */
525 #undef YYTEXT_POINTER
527 #endif /* __GTKSETUPH__ */
530 /* Leave that blank line there!! Autoheader needs it.
531 If you're adding to this file, keep in mind:
532 The entries are in sort -df order: alphabetical, case insensitive,
533 ignoring punctuation (such as underscores). */