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