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