]> git.saurik.com Git - wxWidgets.git/blame - setup/setup.hin
Fixed some .tex problems
[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
8// ------------------------------------------------------------------------
9// Features as requested by configure
10// ------------------------------------------------------------------------
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
38//------------------------------------------------------------------------
39// library options
40//------------------------------------------------------------------------
41
42/*
43 * Use zlib
44 */
45#undef USE_ZLIB
46/*
47 * Use gdk_imlib
48 */
49#undef USE_GDK_IMLIB
50/*
51 * Use libpng
52 */
53#undef USE_LIBPNG
54/*
55 * Use iODBC
56 */
57#undef USE_ODBC
58/*
59 * Use Threads
60 */
61#undef USE_THREADS
62
63//------------------------------------------------------------------------
64// GUI control options
65//------------------------------------------------------------------------
66
67/*
68 * Use gauge item
69 */
70#undef USE_GAUGE
a60c99e6
RR
71/*
72 * Use combobox item
73 */
74#undef USE_COMBOBOX
bcf1fa6b
RR
75/*
76 * Use scrollbar item
77 */
78#undef USE_SCROLLBAR
79/*
80 * Use notebook item
81 */
82#undef USE_NOTEBOOK
83/*
84 * Use listctrl item
85 */
86#undef USE_LISTCTRL
87/*
88 * Use treectrl item
89 */
90#undef USE_TREECTRL
91/*
92 * Use grid item
93 */
94#undef USE_GRID
95/*
96 * Use tab dialog item
97 */
98#undef USE_TAB_DIALOG
99
100//------------------------------------------------------------------------
101// non-GUI options
102//------------------------------------------------------------------------
103
104/*
105 * Use fraction class
106 */
107#undef USE_FRACTION
108/*
109 * Use time and date classes
110 */
111#undef USE_TIMEDATE
112/*
113 * Use config system
114 */
115#undef USE_CONFIG
116/*
117 * Use intl system
118 */
119#undef USE_INTL
120/*
121 * Use streams
122 */
123#undef USE_STREAMS
124/*
125 * Use wxFile
126 */
127#undef USE_FILE
128/*
129 * Use wxTextFile
130 */
131#undef USE_TEXTFILE
132/*
133 * Use class serialization
134 */
135#undef USE_SERIAL
136
137//------------------------------------------------------------------------
138// PS options
139//------------------------------------------------------------------------
140
141/*
142 * Use font metric files in GetTextExtent for wxPostScriptDC
143 * Use consistent PostScript fonts for AFM and printing (!)
144 */
145#undef USE_AFM_FOR_POSTSCRIPT
146#undef WX_NORMALIZED_PS_FONTS
147/*
148 * Use PostScript device context
149 */
150#undef USE_POSTSCRIPT
151
152//------------------------------------------------------------------------
153// misc options
154//------------------------------------------------------------------------
155
156/*
157 * Use Interprocess communication
158 */
159#undef USE_IPC
160/*
161 * Use wxGetResource & wxWriteResource (change .Xdefaults)
162 */
163#undef USE_RESOURCES
164/*
165 * Use clipboard
166 */
167#undef USE_CLIPBOARD
168/*
169 * Use dnd
170 */
171#undef USE_DND
172/*
173 * Use wxWindows layout constraint system
174 */
175#undef USE_CONSTRAINTS
176
177//------------------------------------------------------------------------
178// architecture options
179//------------------------------------------------------------------------
180
181/*
182 * Use the mdi architecture
183 */
184#undef USE_MDI_ARCHITECTURE
185/*
186 * Use the document/view architecture
187 */
188#undef USE_DOC_VIEW_ARCHITECTURE
189/*
190 * Use the print/preview architecture
191 */
192#undef USE_PRINTING_ARCHITECTURE
193
194//------------------------------------------------------------------------
195// Prolog and wxWindows' resource system options
196//------------------------------------------------------------------------
197
198/*
199 * Use Prolog IO
200 */
201#undef USE_PROLOGIO
202/*
203 * Use Remote Procedure Call (Needs USE_IPC and USE_PROLOGIO)
204 */
205#undef USE_RPC
206/*
207 * Use wxWindows resource loading (.wxr-files) (Needs USE_PROLOGIO 1)
208 */
209#undef USE_WX_RESOURCES
210
211//------------------------------------------------------------------------
212// the rest
213//------------------------------------------------------------------------
214
215/*
216 * Implement a GLCanvas class as an interface to OpenGL, using the GLX
217 * extension to the X11 protocol. You can use the (free) Mesa library
218 * if you don't have a 'real' OpenGL.
219 */
220#undef USE_GLX
221/*
222 * Use wxWindows help facility (needs USE_IPC 1)
223 */
224#undef USE_HELP
225/*
226 * Use iostream.h rather than iostream
227 */
228#undef USE_IOSTREAMH
229/*
230 * Use Metafile and Metafile device context
231 */
232#undef USE_METAFILE
233/*
234 * Use wxGraph
235 */
236#undef USE_WXGRAPH
237/*
238 * Use wxTree
239 */
240#undef USE_WXTREE
241/*
242 * Use Apple Ieee-double converter
243 */
244#undef USE_APPLE_IEEE
245/* Compatibility with 1.66 API.
246 Level 0: no backward compatibility, all new features
247 Level 1: wxDC, OnSize (etc.) compatibility, but
248 some new features such as event tables */
249#define WXWIN_COMPATIBILITY 1
250/*
251 * Enables debugging: memory tracing, assert, etc., contains debug level
252 */
253#undef WXDEBUG
254/*
255 * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
256 * WARNING: this code may not work with all architectures, especially
257 * if alignment is an issue.
258 */
259#undef USE_MEMORY_TRACING
260/*
261 * Enable debugging version of global memory operators new and delete
262 * Disable it, If this causes problems (e.g. link errors)
263 */
264#undef USE_GLOBAL_MEMORY_OPERATORS
bcf1fa6b
RR
265/*
266 * Matthews garbage collection (used for MrEd?)
267 */
268#define WXGARBAGE_COLLECTION_ON 0
269/*
270 * Use splines
271 */
272#define USE_SPLINES 1
273/*
274 * USE_DYNAMIC_CLASSES is TRUE for the Xt port
275 */
276#define USE_DYNAMIC_CLASSES 1
277/*
278 * Disable this if your compiler can't cope
279 * with omission of prototype parameters.
280 */
281#define REMOVE_UNUSED_ARG 1
282/*
283 * The const keyword is being introduced more in wxWindows.
284 * You can use this setting to maintain backward compatibility.
285 * If 0: will use const wherever possible.
286 * If 1: will use const only where necessary
287 * for precompiled headers to work.
288 * If 2: will be totally backward compatible, but precompiled
289 * headers may not work and program size will be larger.
290 */
291#define CONST_COMPATIBILITY 0
292
293// ------------------------------------------------------------------------
294// System-specific stuff
295// ------------------------------------------------------------------------
296
297/* acconfig.h
298 This file is in the public domain.
299
300 Descriptive text for the C preprocessor macros that
301 the distributed Autoconf macros can define.
302 No software package will use all of them; autoheader copies the ones
303 your configure.in uses into your configuration header file templates.
304
305 The entries are in sort -df order: alphabetical, case insensitive,
306 ignoring punctuation (such as underscores). Although this order
307 can split up related entries, it makes it easier to check whether
308 a given entry is in the file. */
309
310/* Define if on AIX 3.
311 System headers sometimes define this.
312 We just want to avoid a redefinition error message. */
313#ifndef _ALL_SOURCE
314#undef _ALL_SOURCE
315#endif
316
317/* Define if using alloca.c. */
318#undef C_ALLOCA
319
320/* Define if type char is unsigned and you are not using gcc. */
321#ifndef __CHAR_UNSIGNED__
322#undef __CHAR_UNSIGNED__
323#endif
324
325/* Define if the closedir function returns void instead of int. */
326#undef CLOSEDIR_VOID
327
328/* Define to empty if the keyword does not work. */
329#undef const
330
331/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
332 This function is required for alloca.c support on those systems. */
333#undef CRAY_STACKSEG_END
334
335/* Define for DGUX with <sys/dg_sys_info.h>. */
336#undef DGUX
337
338/* Define if you have <dirent.h>. */
339#undef DIRENT
340
341/* Define to the type of elements in the array set by `getgroups'.
342 Usually this is either `int' or `gid_t'. */
343#undef GETGROUPS_T
344
345/* Define if the `getloadavg' function needs to be run setuid or setgid. */
346#undef GETLOADAVG_PRIVILEGED
347
348/* Define if the `getpgrp' function takes no argument. */
349#undef GETPGRP_VOID
350
351/* Define to `int' if <sys/types.h> doesn't define. */
352#undef gid_t
353
354/* Define if you have alloca, as a function or macro. */
355#undef HAVE_ALLOCA
356
357/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
358#undef HAVE_ALLOCA_H
359
360/* Define if you don't have vprintf but do have _doprnt. */
361#undef HAVE_DOPRNT
362
363/* Define if your system has its own `getloadavg' function. */
364#undef HAVE_GETLOADAVG
365
366/* Define if you have the getmntent function. */
367#undef HAVE_GETMNTENT
368
369/* Define if the `long double' type works. */
370#undef HAVE_LONG_DOUBLE
371
372/* Define if you support file names longer than 14 characters. */
373#undef HAVE_LONG_FILE_NAMES
374
375/* Define if you have a working `mmap' system call. */
376#undef HAVE_MMAP
377
378/* Define if system calls automatically restart after interruption
379 by a signal. */
380#undef HAVE_RESTARTABLE_SYSCALLS
381
382/* Define if your struct stat has st_blksize. */
383#undef HAVE_ST_BLKSIZE
384
385/* Define if your struct stat has st_blocks. */
386#undef HAVE_ST_BLOCKS
387
388/* Define if you have the strcoll function and it is properly defined. */
389#undef HAVE_STRCOLL
390
391/* Define if your struct stat has st_rdev. */
392#undef HAVE_ST_RDEV
393
394/* Define if you have the strftime function. */
395#undef HAVE_STRFTIME
396
397/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
398#undef HAVE_SYS_WAIT_H
399
400/* Define if your struct tm has tm_zone. */
401#undef HAVE_TM_ZONE
402
403/* Define if you don't have tm_zone but do have the external array
404 tzname. */
405#undef HAVE_TZNAME
406
407/* Define if you have <unistd.h>. */
408#undef HAVE_UNISTD_H
409
410/* Define if utime(file, NULL) sets file's timestamp to the present. */
411#undef HAVE_UTIME_NULL
412
413/* Define if you have <vfork.h>. */
414#undef HAVE_VFORK_H
415
416/* Define if you have the vprintf function. */
417#undef HAVE_VPRINTF
418
419/* Define if you have the wait3 system call. */
420#undef HAVE_WAIT3
421
422/* Define as __inline if that's what the C compiler calls it. */
423#ifndef __cplusplus
424#undef inline
425#endif
426
427/* Define if major, minor, and makedev are declared in <mkdev.h>. */
428#undef MAJOR_IN_MKDEV
429
430/* Define if major, minor, and makedev are declared in <sysmacros.h>. */
431#undef MAJOR_IN_SYSMACROS
432
433/* Define if on MINIX. */
434#undef _MINIX
435
436/* Define to `int' if <sys/types.h> doesn't define. */
437#undef mode_t
438
439/* Define if you don't have <dirent.h>, but have <ndir.h>. */
440#undef NDIR
441
442/* Define if you have <memory.h>, and <string.h> doesn't declare the
443 mem* functions. */
444#undef NEED_MEMORY_H
445
446/* Define if your struct nlist has an n_un member. */
447#undef NLIST_NAME_UNION
448
449/* Define if you have <nlist.h>. */
450#undef NLIST_STRUCT
451
452/* Define if your C compiler doesn't accept -c and -o together. */
453#undef NO_MINUS_C_MINUS_O
454
455/* Define to `long' if <sys/types.h> doesn't define. */
456#undef off_t
457
458/* Define to `int' if <sys/types.h> doesn't define. */
459#undef pid_t
460
461/* Define if the system does not provide POSIX.1 features except
462 with this defined. */
463#undef _POSIX_1_SOURCE
464
465/* Define if you need to in order for stat and other things to work. */
466#undef _POSIX_SOURCE
467
468/* Define as the return type of signal handlers (int or void). */
469#undef RETSIGTYPE
470
471/* Define if the setvbuf function takes the buffering type as its second
472 argument and the buffer pointer as the third, as on System V
473 before release 3. */
474#undef SETVBUF_REVERSED
475
476/* Define SIZESOF for some Objects */
477#undef SIZEOF_INT
478#undef SIZEOF_INT_P
479#undef SIZEOF_LONG
480
481/* Define to `unsigned' if <sys/types.h> doesn't define. */
482#undef size_t
483
484/* If using the C implementation of alloca, define if you know the
485 direction of stack growth for your system; otherwise it will be
486 automatically deduced at run-time.
487 STACK_DIRECTION > 0 => grows toward higher addresses
488 STACK_DIRECTION < 0 => grows toward lower addresses
489 STACK_DIRECTION = 0 => direction of growth unknown
490 */
491#undef STACK_DIRECTION
492
493/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
494#undef STAT_MACROS_BROKEN
495
496/* Define if you have the ANSI C header files. */
497#undef STDC_HEADERS
498
499/* Define on System V Release 4. */
500#undef SVR4
501
502/* Define on BSD */
503#undef BSD
504
505/* Define on System V */
506#undef SYSV
507
508/* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
509#undef SYSDIR
510
511/* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
512#undef SYSNDIR
513
514/* Define if `sys_siglist' is declared by <signal.h>. */
515#undef SYS_SIGLIST_DECLARED
516
517/* Define if you can safely include both <sys/time.h> and <time.h>. */
518#undef TIME_WITH_SYS_TIME
519
520/* Define if your <sys/time.h> declares struct tm. */
521#undef TM_IN_SYS_TIME
522
523/* Define to `int' if <sys/types.h> doesn't define. */
524#undef uid_t
525
526/* Define for Encore UMAX. */
527#undef UMAX
528
529/* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
530 instead of <sys/cpustats.h>. */
531#undef UMAX4_3
532
533/* Define if you do not have <strings.h>, index, bzero, etc.. */
534#undef USG
535
536/* Define if the system is System V Release 4 */
537#undef SVR4
538
539/* Define vfork as fork if vfork does not work. */
540#undef vfork
541
542/* Define if the closedir function returns void instead of int. */
543#undef VOID_CLOSEDIR
544
545/* Define if your processor stores words with the most significant
546 byte first (like Motorola and SPARC, unlike Intel and VAX). */
547#undef WORDS_BIGENDIAN
548
549/* Define if lex declares yytext as a char * by default, not a char[]. */
550#undef YYTEXT_POINTER
551
552#endif /* __GTKSETUPH__ */
553
554\f
555/* Leave that blank line there!! Autoheader needs it.
556 If you're adding to this file, keep in mind:
557 The entries are in sort -df order: alphabetical, case insensitive,
558 ignoring punctuation (such as underscores). */