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