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