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