]> git.saurik.com Git - wxWidgets.git/blob - include/wx/motif/setup.h
hack to implement right aligned checkboxes
[wxWidgets.git] / include / wx / motif / setup.h
1 /* ./include/wx/motif/setup.h. Generated automatically by configure. */
2 /* setup.h
3
4 Do not edit this file. It is autogenerated by configure.
5
6 Leave the following blank line there!! Autoheader needs it. */
7 \f
8
9 /* ------------------------------------------------------------------------ */
10 /* Features as requested by configure */
11 /* ------------------------------------------------------------------------ */
12
13 #ifndef __GTKSETUPH__
14 #define __GTKSETUPH__
15
16 #ifdef __GNUG__
17 #pragma interface
18 #endif
19
20 /* define the system to compile */
21 #define __UNIX__ 1
22 #define __LINUX__ 1
23 /* #undef __SGI__ */
24 /* #undef __HPUX__ */
25 /* #undef __SYSV__ */
26 /* #undef __SVR4__ */
27 /* #undef __AIX__ */
28 /* #undef __SUN__ */
29 /* #undef __SOLARIS__ */
30 /* #undef __SUNOS__ */
31 /* #undef __ALPHA__ */
32 /* #undef __OSF__ */
33 /* #undef __BSD__ */
34 /* #undef __FREEBSD__ */
35 /* #undef __VMS__ */
36 /* #undef __ULTRIX__ */
37 /* #undef __DATA_GENERAL__ */
38
39 /* ------------------------------------------------------------------------ */
40 /* compiler options */
41 /* ------------------------------------------------------------------------ */
42
43 /*
44 * Supports bool type
45 */
46 #define HAVE_BOOL 1
47
48 /* ------------------------------------------------------------------------ */
49 /* library options */
50 /* ------------------------------------------------------------------------ */
51
52 /*
53 * Use zlib
54 */
55 #define wxUSE_ZLIB 1
56 /*
57 * Use libpng
58 */
59 #define wxUSE_LIBPNG 1
60 /*
61 * Use libjpeg
62 */
63 #define wxUSE_LIBJPEG 0
64 /*
65 * Use iODBC
66 */
67 #define wxUSE_ODBC 0
68 /*
69 * Use Threads
70 */
71 #define wxUSE_THREADS 1
72 /*
73 * Have glibc2
74 */
75 #define wxHAVE_GLIBC2 1
76 /*
77 * Use libXpm
78 */
79 #define wxHAVE_LIB_XPM 0
80
81 /* ------------------------------------------------------------------------ */
82 /* GUI control options (always enabled in wxGTK) */
83 /* ------------------------------------------------------------------------ */
84 /*
85 * Use gauge item
86 */
87 #define wxUSE_GAUGE 1
88 /*
89 * Use combobox item
90 */
91 #define wxUSE_COMBOBOX 1
92 /*
93 * Use scrollbar item
94 */
95 #define wxUSE_SCROLLBAR 1
96 /*
97 * Use scrollbar item
98 */
99 #define wxUSE_RADIOBUTTON 1
100 /*
101 * Use toolbar item
102 */
103 #define wxUSE_TOOLBAR 1
104
105 /* ------------------------------------------------------------------------ */
106 /* non-GUI options */
107 /* ------------------------------------------------------------------------ */
108
109 /*
110 * Use time and date classes
111 */
112 #define wxUSE_TIMEDATE 1
113 /*
114 * Use config system
115 */
116 #define wxUSE_CONFIG 1
117 /*
118 * Use intl system
119 */
120 #define wxUSE_INTL 1
121 /*
122 * Use streams
123 */
124 #define wxUSE_STREAMS 1
125 /*
126 * Use class serialization
127 */
128 #define wxUSE_SERIAL 0
129 /*
130 * Use sockets
131 */
132 #define wxUSE_SOCKETS 1
133 /*
134 * Use standard C++ streams if 1. If 0, use wxWin
135 * streams implementation.
136 */
137 #define wxUSE_STD_IOSTREAM 1
138 /*
139 * Use constraints mechanism
140 */
141 #define wxUSE_CONSTRAINTS 1
142
143 /* ------------------------------------------------------------------------ */
144 /* PS options */
145 /* ------------------------------------------------------------------------ */
146
147 /*
148 * Use font metric files in GetTextExtent for wxPostScriptDC
149 * Use consistent PostScript fonts for AFM and printing (!)
150 */
151 #define wxUSE_AFM_FOR_POSTSCRIPT 1
152 #define WX_NORMALIZED_PS_FONTS 1
153 /*
154 * Use PostScript device context
155 */
156 #define wxUSE_POSTSCRIPT 1
157
158 /* ------------------------------------------------------------------------ */
159 /* wxString options */
160 /* ------------------------------------------------------------------------ */
161
162 /*
163 * Compile wxString with wide character (Unicode) support?
164 */
165 #define wxUSE_UNICODE 1
166
167 /*
168 * Work around a bug in GNU libc 5.x wcstombs() implementation.
169 *
170 * Note that you must link your programs with libc.a if you enable this and you
171 * have libc 5 (you should enable this for libc6 where wcsrtombs() is
172 * thread-safe version of wcstombs()).
173 */
174 #define wxUSE_WCSRTOMBS 0
175
176 /*
177 * On some platforms overloading on size_t/int doesn't work, yet we'd like
178 * to define both size_t and int version of wxString::operator[] because it
179 * should really be size_t, but a lot of old, broken code uses int indices.
180 */
181 #define wxUSE_SIZE_T_STRING_OPERATOR 1
182
183 /* ------------------------------------------------------------------------ */
184 /* misc options */
185 /* ------------------------------------------------------------------------ */
186
187 /*
188 * Use Interprocess communication
189 */
190 #define wxUSE_IPC 1
191 /*
192 * Use wxGetResource & wxWriteResource (change .Xdefaults)
193 */
194 #define wxUSE_RESOURCES 1
195 /*
196 * Use clipboard
197 */
198 #define wxUSE_CLIPBOARD 1
199 /*
200 * Use tooltips
201 */
202 #define wxUSE_TOOLTIPS 1
203 /*
204 * Use dnd
205 */
206 #define wxUSE_DRAG_AND_DROP 1
207 /*
208 * Use wxLibrary class
209 */
210 #define wxUSE_DYNLIB_CLASS 0
211
212 /* ------------------------------------------------------------------------ */
213 /* architecture options */
214 /* ------------------------------------------------------------------------ */
215
216 /*
217 * Use the mdi architecture
218 */
219 #define wxUSE_MDI_ARCHITECTURE 1
220 /*
221 * Use the document/view architecture
222 */
223 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
224 /*
225 * Use the print/preview architecture
226 */
227 #define wxUSE_PRINTING_ARCHITECTURE 1
228
229 /* ------------------------------------------------------------------------ */
230 /* Prolog and wxWindows' resource system options */
231 /* ------------------------------------------------------------------------ */
232
233 /*
234 * Use Prolog IO
235 */
236 #define wxUSE_PROLOGIO 1
237 /*
238 * Use Remote Procedure Call (Needs wxUSE_IPC and wxUSE_PROLOGIO)
239 */
240 #define wxUSE_RPC 0
241 /*
242 * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1)
243 */
244 #define wxUSE_WX_RESOURCES 1
245
246 /* ------------------------------------------------------------------------ */
247 /* the rest */
248 /* ------------------------------------------------------------------------ */
249
250 /*
251 * Use wxWindows help facility (needs wxUSE_IPC 1)
252 */
253 #define wxUSE_HELP 1
254 /*
255 * Use iostream.h rather than iostream
256 */
257 #define wxUSE_IOSTREAMH 1
258 /*
259 * Use Apple Ieee-double converter
260 */
261 #define wxUSE_APPLE_IEEE 1
262 /* Compatibility with 1.66 API.
263 Level 0: no backward compatibility, all new features
264 Level 1: wxDC, OnSize (etc.) compatibility, but
265 some new features such as event tables */
266 #define WXWIN_COMPATIBILITY 0
267 /*
268 * Enables debugging: memory tracing, assert, etc., contains debug level
269 */
270 #define WXDEBUG 1
271 /*
272 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
273 * WARNING: this code may not work with all architectures, especially
274 * if alignment is an issue.
275 */
276 #define wxUSE_MEMORY_TRACING 0
277 /*
278 * Enable debugging version of global memory operators new and delete
279 * Disable it, If this causes problems (e.g. link errors)
280 */
281 #define wxUSE_DEBUG_NEW_ALWAYS 1
282 /*
283 * In debug mode, causes new to be defined to
284 * be WXDEBUG_NEW (see object.h). If this causes
285 * problems (e.g. link errors), set this to 0.
286 */
287 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
288 /*
289 * Matthews garbage collection (used for MrEd?)
290 */
291 #define WXGARBAGE_COLLECTION_ON 0
292 /*
293 * Use splines
294 */
295 #define wxUSE_SPLINES 1
296 /*
297 * wxUSE_DYNAMIC_CLASSES is TRUE for the Xt port
298 */
299 #define wxUSE_DYNAMIC_CLASSES 1
300 /*
301 * Disable this if your compiler can't cope
302 * with omission of prototype parameters.
303 */
304 #define REMOVE_UNUSED_ARG 1
305 /*
306 * The const keyword is being introduced more in wxWindows.
307 * You can use this setting to maintain backward compatibility.
308 * If 0: will use const wherever possible.
309 * If 1: will use const only where necessary
310 * for precompiled headers to work.
311 * If 2: will be totally backward compatible, but precompiled
312 * headers may not work and program size will be larger.
313 */
314 #define CONST_COMPATIBILITY 0
315
316 /* ------------------------------------------------------------------------ */
317 /* System-specific stuff */
318 /* ------------------------------------------------------------------------ */
319
320 /* acconfig.h
321 This file is in the public domain.
322
323 Descriptive text for the C preprocessor macros that
324 the distributed Autoconf macros can define.
325 No software package will use all of them; autoheader copies the ones
326 your configure.in uses into your configuration header file templates.
327
328 The entries are in sort -df order: alphabetical, case insensitive,
329 ignoring punctuation (such as underscores). Although this order
330 can split up related entries, it makes it easier to check whether
331 a given entry is in the file. */
332
333 /* Define if on AIX 3.
334 System headers sometimes define this.
335 We just want to avoid a redefinition error message. */
336 #ifndef _ALL_SOURCE
337 /* #undef _ALL_SOURCE */
338 #endif
339
340 /* Define if using alloca.c. */
341 /* #undef C_ALLOCA */
342
343 /* Define if type char is unsigned and you are not using gcc. */
344 #ifndef __CHAR_UNSIGNED__
345 /* #undef __CHAR_UNSIGNED__ */
346 #endif
347
348 /* Define if the closedir function returns void instead of int. */
349 /* #undef CLOSEDIR_VOID */
350
351 /* Define to empty if the keyword does not work. */
352 /* #undef const */
353
354 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
355 This function is required for alloca.c support on those systems. */
356 /* #undef CRAY_STACKSEG_END */
357
358 /* Define for DGUX with <sys/dg_sys_info.h>. */
359 /* #undef DGUX */
360
361 /* Define if you have <dirent.h>. */
362 /* #undef DIRENT */
363
364 /* Define to the type of elements in the array set by `getgroups'.
365 Usually this is either `int' or `gid_t'. */
366 #define GETGROUPS_T gid_t
367
368 /* The type of 3rd argument to getsockname() - usually size_t or int */
369 #define SOCKLEN_T size_t
370
371 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
372 /* #undef GETLOADAVG_PRIVILEGED */
373
374 /* Define if the `getpgrp' function takes no argument. */
375 /* #undef GETPGRP_VOID */
376
377 /* Define to `int' if <sys/types.h> doesn't define. */
378 /* #undef gid_t */
379
380 /* Define if you have alloca, as a function or macro. */
381 /* #undef HAVE_ALLOCA */
382
383 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
384 /* #undef HAVE_ALLOCA_H */
385
386 /* Define if you don't have vprintf but do have _doprnt. */
387 /* #undef HAVE_DOPRNT */
388
389 /* Define if you have sched.h */
390 #define HAVE_SCHED_H 1
391
392 /* Define if you have strings.h */
393 #define HAVE_STRINGS_H 1
394
395 /* Define if you have vprintf() */
396 #define HAVE_VPRINTF 1
397
398 /* Define if you have dlopen() */
399 /* #undef HAVE_DLOPEN */
400
401 /* Define if you have shl_load() */
402 /* #undef HAVE_SHL_LOAD */
403
404 /* Define if you have vsnprintf() */
405 #define HAVE_VSNPRINTF 1
406
407 /* Define if you have usleep() */
408 /* #undef HAVE_USLEEP */
409
410 /* Define if you have nanosleep() */
411 #define HAVE_NANOSLEEP 1
412
413 /* Define if you have vfork() */
414 #define HAVE_VFORK 1
415
416 /* Define if you have uname() */
417 #define HAVE_UNAME 1
418
419 /* Define if you have gethostname() */
420 /* #undef HAVE_GETHOSTNAME */
421
422 /* Define if you have sched_yield */
423 #define HAVE_SCHED_YIELD 1
424
425 /* Define if you have pthread_cancel */
426 #define HAVE_PTHREAD_CANCEL 1
427
428 /* Define if you have all functions to set thread priority */
429 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
430
431 /* Define if your system has its own `getloadavg' function. */
432 /* #undef HAVE_GETLOADAVG */
433
434 /* Define if you have the getmntent function. */
435 /* #undef HAVE_GETMNTENT */
436
437 /* Define if the `long double' type works. */
438 #define HAVE_LONG_DOUBLE 1
439
440 /* Define if you support file names longer than 14 characters. */
441 #define HAVE_LONG_FILE_NAMES 1
442
443 /* Define if you have a working `mmap' system call. */
444 /* #undef HAVE_MMAP */
445
446 /* Define if system calls automatically restart after interruption
447 by a signal. */
448 /* #undef HAVE_RESTARTABLE_SYSCALLS */
449
450 /* Define if your struct stat has st_blksize. */
451 #define HAVE_ST_BLKSIZE 1
452
453 /* Define if your struct stat has st_blocks. */
454 #define HAVE_ST_BLOCKS 1
455
456 /* Define if you have the strcoll function and it is properly defined. */
457 /* #undef HAVE_STRCOLL */
458
459 /* Define if your struct stat has st_rdev. */
460 #define HAVE_ST_RDEV 1
461
462 /* Define if you have the strftime function. */
463 /* #undef HAVE_STRFTIME */
464
465 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
466 #define HAVE_SYS_WAIT_H 1
467
468 /* Define if your struct tm has tm_zone. */
469 #define HAVE_TM_ZONE 1
470
471 /* Define if you don't have tm_zone but do have the external array
472 tzname. */
473 /* #undef HAVE_TZNAME */
474
475 /* Define if you have <unistd.h>. */
476 #define HAVE_UNISTD_H 1
477
478 /* Define if you have <fnmatch.h>. */
479 #define HAVE_FNMATCH_H 1
480
481 /* Define if utime(file, NULL) sets file's timestamp to the present. */
482 /* #undef HAVE_UTIME_NULL */
483
484 /* Define if you have <vfork.h>. */
485 /* #undef HAVE_VFORK_H */
486
487 /* Define if you have the vprintf function. */
488 #define HAVE_VPRINTF 1
489
490 /* Define if you have the wait3 system call. */
491 /* #undef HAVE_WAIT3 */
492
493 /* Define as __inline if that's what the C compiler calls it. */
494 #ifndef __cplusplus
495 /* #undef inline */
496 #endif
497
498 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
499 /* #undef MAJOR_IN_MKDEV */
500
501 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
502 /* #undef MAJOR_IN_SYSMACROS */
503
504 /* Define if on MINIX. */
505 /* #undef _MINIX */
506
507 /* Define to `int' if <sys/types.h> doesn't define. */
508 /* #undef mode_t */
509
510 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
511 /* #undef NDIR */
512
513 /* Define if you have <memory.h>, and <string.h> doesn't declare the
514 mem* functions. */
515 /* #undef NEED_MEMORY_H */
516
517 /* Define if your struct nlist has an n_un member. */
518 /* #undef NLIST_NAME_UNION */
519
520 /* Define if you have <nlist.h>. */
521 /* #undef NLIST_STRUCT */
522
523 /* Define if your C compiler doesn't accept -c and -o together. */
524 /* #undef NO_MINUS_C_MINUS_O */
525
526 /* Define to `long' if <sys/types.h> doesn't define. */
527 /* #undef off_t */
528
529 /* Define to `int' if <sys/types.h> doesn't define. */
530 /* #undef pid_t */
531
532 /* Define if the system does not provide POSIX.1 features except
533 with this defined. */
534 /* #undef _POSIX_1_SOURCE */
535
536 /* Define if you need to in order for stat and other things to work. */
537 /* #undef _POSIX_SOURCE */
538
539 /* Define as the return type of signal handlers (int or void). */
540 #define RETSIGTYPE void
541
542 /* Define if the setvbuf function takes the buffering type as its second
543 argument and the buffer pointer as the third, as on System V
544 before release 3. */
545 /* #undef SETVBUF_REVERSED */
546
547 /* Define SIZESOF for some Objects */
548 #define SIZEOF_INT 4
549 #define SIZEOF_INT_P 4
550 #define SIZEOF_LONG 4
551 #define SIZEOF_LONG_LONG 8
552
553 /* Define to `unsigned' if <sys/types.h> doesn't define. */
554 /* #undef size_t */
555
556 /* If using the C implementation of alloca, define if you know the
557 direction of stack growth for your system; otherwise it will be
558 automatically deduced at run-time.
559 STACK_DIRECTION > 0 => grows toward higher addresses
560 STACK_DIRECTION < 0 => grows toward lower addresses
561 STACK_DIRECTION = 0 => direction of growth unknown
562 */
563 /* #undef STACK_DIRECTION */
564
565 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
566 /* #undef STAT_MACROS_BROKEN */
567
568 /* Define if you have the ANSI C header files. */
569 #define STDC_HEADERS 1
570
571 /* Define on System V Release 4. */
572 /* #undef SVR4 */
573
574 /* Define on BSD */
575 /* #undef BSD */
576
577 /* Define on System V */
578 /* #undef SYSV */
579
580 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
581 /* #undef SYSDIR */
582
583 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
584 /* #undef SYSNDIR */
585
586 /* Define if `sys_siglist' is declared by <signal.h>. */
587 /* #undef SYS_SIGLIST_DECLARED */
588
589 /* Define if you can safely include both <sys/time.h> and <time.h>. */
590 #define TIME_WITH_SYS_TIME 1
591
592 /* Define if your <sys/time.h> declares struct tm. */
593 /* #undef TM_IN_SYS_TIME */
594
595 /* Define to `int' if <sys/types.h> doesn't define. */
596 /* #undef uid_t */
597
598 /* Define for Encore UMAX. */
599 /* #undef UMAX */
600
601 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
602 instead of <sys/cpustats.h>. */
603 /* #undef UMAX4_3 */
604
605 /* Define if you do not have <strings.h>, index, bzero, etc.. */
606 /* #undef USG */
607
608 /* Define if the system is System V Release 4 */
609 /* #undef SVR4 */
610
611 /* Define vfork as fork if vfork does not work. */
612 /* #undef vfork */
613
614 /* Define if the closedir function returns void instead of int. */
615 /* #undef VOID_CLOSEDIR */
616
617 /* Define if your processor stores words with the most significant
618 byte first (like Motorola and SPARC, unlike Intel and VAX). */
619 /* #undef WORDS_BIGENDIAN */
620
621 /* Define if lex declares yytext as a char * by default, not a char[]. */
622 #define YYTEXT_POINTER 1
623
624 #endif /* __GTKSETUPH__ */
625
626 \f
627 /* Leave that blank line there!! Autoheader needs it.
628 If you're adding to this file, keep in mind:
629 The entries are in sort -df order: alphabetical, case insensitive,
630 ignoring punctuation (such as underscores). */