]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/motif/setup0.h
1 /* ./include/wx/motif/setup.h. Generated automatically by configure. */
4 Do not edit this file. It is autogenerated by configure.
6 Leave the following blank line there!! Autoheader needs it. */
9 /* ------------------------------------------------------------------------ */
10 /* Features as requested by configure */
11 /* ------------------------------------------------------------------------ */
20 /* define the system to compile */
29 /* #undef __SOLARIS__ */
30 /* #undef __SUNOS__ */
31 /* #undef __ALPHA__ */
34 /* #undef __FREEBSD__ */
36 /* #undef __ULTRIX__ */
37 /* #undef __DATA_GENERAL__ */
39 /* ------------------------------------------------------------------------ */
40 /* compiler options */
41 /* ------------------------------------------------------------------------ */
48 /* ------------------------------------------------------------------------ */
50 /* ------------------------------------------------------------------------ */
59 #define wxUSE_LIBPNG 1
63 #define wxUSE_LIBJPEG 0
71 #define wxUSE_THREADS 0
75 #define wxHAVE_GLIBC2 1
79 #define wxHAVE_LIB_XPM 0
83 /* ------------------------------------------------------------------------ */
84 /* GUI control options (always enabled in wxGTK) */
85 /* ------------------------------------------------------------------------ */
93 #define wxUSE_COMBOBOX 1
97 #define wxUSE_SCROLLBAR 1
101 #define wxUSE_RADIOBUTTON 1
105 #define wxUSE_TOOLBAR 1
107 /* ------------------------------------------------------------------------ */
108 /* non-GUI options */
109 /* ------------------------------------------------------------------------ */
112 * Use time and date classes
114 #define wxUSE_TIMEDATE 1
118 #define wxUSE_CONFIG 1
126 #define wxUSE_STREAMS 1
128 * Use class serialization
130 #define wxUSE_SERIAL 0
134 #define wxUSE_SOCKETS 1
136 * Use standard C++ streams if 1. If 0, use wxWin
137 * streams implementation.
139 #define wxUSE_STD_IOSTREAM 1
141 * Use constraints mechanism
143 #define wxUSE_CONSTRAINTS 1
145 /* ------------------------------------------------------------------------ */
147 /* ------------------------------------------------------------------------ */
150 * Use font metric files in GetTextExtent for wxPostScriptDC
151 * Use consistent PostScript fonts for AFM and printing (!)
153 #define wxUSE_AFM_FOR_POSTSCRIPT 1
154 #define WX_NORMALIZED_PS_FONTS 1
156 * Use PostScript device context
158 #define wxUSE_POSTSCRIPT 1
160 /* ------------------------------------------------------------------------ */
161 /* wxString options */
162 /* ------------------------------------------------------------------------ */
165 * Compile wxString with wide character (Unicode) support?
167 #define wxUSE_UNICODE 1
170 * Work around a bug in GNU libc 5.x wcstombs() implementation.
172 * Note that you must link your programs with libc.a if you enable this and you
173 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
174 * thread-safe version of wcstombs()).
176 #define wxUSE_WCSRTOMBS 0
179 * On some platforms overloading on size_t/int doesn't work, yet we'd like
180 * to define both size_t and int version of wxString::operator[] because it
181 * should really be size_t, but a lot of old, broken code uses int indices.
183 #define wxUSE_SIZE_T_STRING_OPERATOR 1
185 /* ------------------------------------------------------------------------ */
187 /* ------------------------------------------------------------------------ */
190 * Use Interprocess communication
194 * Use wxGetResource & wxWriteResource (change .Xdefaults)
196 #define wxUSE_RESOURCES 1
200 #define wxUSE_CLIPBOARD 1
204 #define wxUSE_TOOLTIPS 0
208 #define wxUSE_DRAG_AND_DROP 0
210 * Use wxLibrary class
212 #define wxUSE_DYNLIB_CLASS 0
214 /* ------------------------------------------------------------------------ */
215 /* architecture options */
216 /* ------------------------------------------------------------------------ */
219 * Use the mdi architecture
221 #define wxUSE_MDI_ARCHITECTURE 1
223 * Use the document/view architecture
225 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
227 * Use the print/preview architecture
229 #define wxUSE_PRINTING_ARCHITECTURE 1
231 /* ------------------------------------------------------------------------ */
232 /* Prolog and wxWindows' resource system options */
233 /* ------------------------------------------------------------------------ */
238 #define wxUSE_PROLOGIO 1
240 * Use Remote Procedure Call (Needs wxUSE_IPC and wxUSE_PROLOGIO)
244 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
246 #define wxUSE_WX_RESOURCES 1
248 /* ------------------------------------------------------------------------ */
250 /* ------------------------------------------------------------------------ */
253 * Use wxWindows help facility (needs wxUSE_IPC 1)
257 * Use iostream.h rather than iostream
259 #define wxUSE_IOSTREAMH 1
261 * Use Apple Ieee-double converter
263 #define wxUSE_APPLE_IEEE 1
264 /* Compatibility with 1.66 API.
265 Level 0: no backward compatibility, all new features
266 Level 1: wxDC, OnSize (etc.) compatibility, but
267 some new features such as event tables */
268 #define WXWIN_COMPATIBILITY 0
270 * Enables debugging: memory tracing, assert, etc., contains debug level
274 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
275 * WARNING: this code may not work with all architectures, especially
276 * if alignment is an issue.
278 #define wxUSE_MEMORY_TRACING 0
280 * Enable debugging version of global memory operators new and delete
281 * Disable it, If this causes problems (e.g. link errors)
283 #define wxUSE_DEBUG_NEW_ALWAYS 1
285 * In debug mode, causes new to be defined to
286 * be WXDEBUG_NEW (see object.h). If this causes
287 * problems (e.g. link errors), set this to 0.
289 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
291 * Matthews garbage collection (used for MrEd?)
293 #define WXGARBAGE_COLLECTION_ON 0
297 #define wxUSE_SPLINES 1
299 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
301 #define wxUSE_DYNAMIC_CLASSES 1
303 * Disable this if your compiler can't cope
304 * with omission of prototype parameters.
306 #define REMOVE_UNUSED_ARG 1
308 * The const keyword is being introduced more in wxWindows.
309 * You can use this setting to maintain backward compatibility.
310 * If 0: will use const wherever possible.
311 * If 1: will use const only where necessary
312 * for precompiled headers to work.
313 * If 2: will be totally backward compatible, but precompiled
314 * headers may not work and program size will be larger.
316 #define CONST_COMPATIBILITY 0
318 /* ------------------------------------------------------------------------ */
319 /* System-specific stuff */
320 /* ------------------------------------------------------------------------ */
323 This file is in the public domain.
325 Descriptive text for the C preprocessor macros that
326 the distributed Autoconf macros can define.
327 No software package will use all of them; autoheader copies the ones
328 your configure.in uses into your configuration header file templates.
330 The entries are in sort -df order: alphabetical, case insensitive,
331 ignoring punctuation (such as underscores). Although this order
332 can split up related entries, it makes it easier to check whether
333 a given entry is in the file. */
335 /* Define if on AIX 3.
336 System headers sometimes define this.
337 We just want to avoid a redefinition error message. */
339 /* #undef _ALL_SOURCE */
342 /* Define if using alloca.c. */
343 /* #undef C_ALLOCA */
345 /* Define if type char is unsigned and you are not using gcc. */
346 #ifndef __CHAR_UNSIGNED__
347 /* #undef __CHAR_UNSIGNED__ */
350 /* Define if the closedir function returns void instead of int. */
351 /* #undef CLOSEDIR_VOID */
353 /* Define to empty if the keyword does not work. */
356 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
357 This function is required for alloca.c support on those systems. */
358 /* #undef CRAY_STACKSEG_END */
360 /* Define for DGUX with <sys/dg_sys_info.h>. */
363 /* Define if you have <dirent.h>. */
366 /* Define to the type of elements in the array set by `getgroups'.
367 Usually this is either `int' or `gid_t'. */
368 #define GETGROUPS_T gid_t
370 /* The type of 3rd argument to getsockname() - usually size_t or int */
371 #define SOCKLEN_T size_t
373 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
374 /* #undef GETLOADAVG_PRIVILEGED */
376 /* Define if the `getpgrp' function takes no argument. */
377 /* #undef GETPGRP_VOID */
379 /* Define to `int' if <sys/types.h> doesn't define. */
382 /* Define if you have alloca, as a function or macro. */
383 /* #undef HAVE_ALLOCA */
385 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
386 /* #undef HAVE_ALLOCA_H */
388 /* Define if you don't have vprintf but do have _doprnt. */
389 /* #undef HAVE_DOPRNT */
391 /* Define if you have sched.h */
392 #define HAVE_SCHED_H 0
394 /* Define if you have strings.h */
395 #define HAVE_STRINGS_H 1
397 /* Define if you have vprintf() */
398 #define HAVE_VPRINTF 1
400 /* Define if you have dlopen() */
401 /* #undef HAVE_DLOPEN */
403 /* Define if you have shl_load() */
404 /* #undef HAVE_SHL_LOAD */
406 /* Define if you have vsnprintf() */
407 #define HAVE_VSNPRINTF 1
409 /* Define if you have usleep() */
410 #define HAVE_USLEEP 1
412 /* Define if you have nanosleep() */
413 #define HAVE_NANOSLEEP 0
415 /* Define if you have vfork() */
418 /* Define if you have uname() */
421 /* Define if you have gethostname() */
422 /* #undef HAVE_GETHOSTNAME */
424 /* Define if you have sched_yield */
425 #define HAVE_SCHED_YIELD 1
427 /* Define if you have pthread_cancel */
428 #define HAVE_PTHREAD_CANCEL 1
430 /* Define if you have all functions to set thread priority */
431 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
433 /* Define if your system has its own `getloadavg' function. */
434 /* #undef HAVE_GETLOADAVG */
436 /* Define if you have the getmntent function. */
437 /* #undef HAVE_GETMNTENT */
439 /* Define if the `long double' type works. */
440 #define HAVE_LONG_DOUBLE 1
442 /* Define if you support file names longer than 14 characters. */
443 #define HAVE_LONG_FILE_NAMES 1
445 /* Define if you have a working `mmap' system call. */
446 /* #undef HAVE_MMAP */
448 /* Define if system calls automatically restart after interruption
450 /* #undef HAVE_RESTARTABLE_SYSCALLS */
452 /* Define if your struct stat has st_blksize. */
453 #define HAVE_ST_BLKSIZE 1
455 /* Define if your struct stat has st_blocks. */
456 #define HAVE_ST_BLOCKS 1
458 /* Define if you have the strcoll function and it is properly defined. */
459 /* #undef HAVE_STRCOLL */
461 /* Define if your struct stat has st_rdev. */
462 #define HAVE_ST_RDEV 1
464 /* Define if you have the strftime function. */
465 /* #undef HAVE_STRFTIME */
467 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
468 #define HAVE_SYS_WAIT_H 1
470 /* Define if your struct tm has tm_zone. */
471 #define HAVE_TM_ZONE 1
473 /* Define if you don't have tm_zone but do have the external array
475 /* #undef HAVE_TZNAME */
477 /* Define if you have <unistd.h>. */
478 #define HAVE_UNISTD_H 1
480 /* Define if you have <fnmatch.h>. */
481 #define HAVE_FNMATCH_H 1
483 /* Define if utime(file, NULL) sets file's timestamp to the present. */
484 /* #undef HAVE_UTIME_NULL */
486 /* Define if you have <vfork.h>. */
487 /* #undef HAVE_VFORK_H */
489 /* Define if you have the vprintf function. */
490 #define HAVE_VPRINTF 1
492 /* Define if you have the wait3 system call. */
493 /* #undef HAVE_WAIT3 */
495 /* Define as __inline if that's what the C compiler calls it. */
500 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
501 /* #undef MAJOR_IN_MKDEV */
503 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
504 /* #undef MAJOR_IN_SYSMACROS */
506 /* Define if on MINIX. */
509 /* Define to `int' if <sys/types.h> doesn't define. */
512 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
515 /* Define if you have <memory.h>, and <string.h> doesn't declare the
517 /* #undef NEED_MEMORY_H */
519 /* Define if your struct nlist has an n_un member. */
520 /* #undef NLIST_NAME_UNION */
522 /* Define if you have <nlist.h>. */
523 /* #undef NLIST_STRUCT */
525 /* Define if your C compiler doesn't accept -c and -o together. */
526 /* #undef NO_MINUS_C_MINUS_O */
528 /* Define to `long' if <sys/types.h> doesn't define. */
531 /* Define to `int' if <sys/types.h> doesn't define. */
534 /* Define if the system does not provide POSIX.1 features except
535 with this defined. */
536 /* #undef _POSIX_1_SOURCE */
538 /* Define if you need to in order for stat and other things to work. */
539 /* #undef _POSIX_SOURCE */
541 /* Define as the return type of signal handlers (int or void). */
542 #define RETSIGTYPE void
544 /* Define if the setvbuf function takes the buffering type as its second
545 argument and the buffer pointer as the third, as on System V
547 /* #undef SETVBUF_REVERSED */
549 /* Define SIZESOF for some Objects */
551 #define SIZEOF_INT_P 4
552 #define SIZEOF_LONG 4
553 #define SIZEOF_LONG_LONG 8
555 /* Define to `unsigned' if <sys/types.h> doesn't define. */
558 /* If using the C implementation of alloca, define if you know the
559 direction of stack growth for your system; otherwise it will be
560 automatically deduced at run-time.
561 STACK_DIRECTION > 0 => grows toward higher addresses
562 STACK_DIRECTION < 0 => grows toward lower addresses
563 STACK_DIRECTION = 0 => direction of growth unknown
565 /* #undef STACK_DIRECTION */
567 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
568 /* #undef STAT_MACROS_BROKEN */
570 /* Define if you have the ANSI C header files. */
571 #define STDC_HEADERS 1
573 /* Define on System V Release 4. */
579 /* Define on System V */
582 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
585 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
588 /* Define if `sys_siglist' is declared by <signal.h>. */
589 /* #undef SYS_SIGLIST_DECLARED */
591 /* Define if you can safely include both <sys/time.h> and <time.h>. */
592 #define TIME_WITH_SYS_TIME 1
594 /* Define if your <sys/time.h> declares struct tm. */
595 /* #undef TM_IN_SYS_TIME */
597 /* Define to `int' if <sys/types.h> doesn't define. */
600 /* Define for Encore UMAX. */
603 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
604 instead of <sys/cpustats.h>. */
607 /* Define if you do not have <strings.h>, index, bzero, etc.. */
610 /* Define if the system is System V Release 4 */
613 /* Define vfork as fork if vfork does not work. */
616 /* Define if the closedir function returns void instead of int. */
617 /* #undef VOID_CLOSEDIR */
619 /* Define if your processor stores words with the most significant
620 byte first (like Motorola and SPARC, unlike Intel and VAX). */
621 /* #undef WORDS_BIGENDIAN */
623 /* Define if lex declares yytext as a char * by default, not a char[]. */
624 #define YYTEXT_POINTER 1
626 #endif /* __GTKSETUPH__ */
629 /* Leave that blank line there!! Autoheader needs it.
630 If you're adding to this file, keep in mind:
631 The entries are in sort -df order: alphabetical, case insensitive,
632 ignoring punctuation (such as underscores). */