New \grammartoken markup, similar to \token but allowed everywhere.
[python/dscho.git] / Mac / Include / pyconfig.h
blobeb5372578b3821909e3af17791fa7c58a1d532d7
1 /***********************************************************
2 Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
3 The Netherlands.
5 All Rights Reserved
7 Permission to use, copy, modify, and distribute this software and its
8 documentation for any purpose and without fee is hereby granted,
9 provided that the above copyright notice appear in all copies and that
10 both that copyright notice and this permission notice appear in
11 supporting documentation, and that the names of Stichting Mathematisch
12 Centrum or CWI not be used in advertising or publicity pertaining to
13 distribution of the software without specific, written prior permission.
15 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
16 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
17 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
18 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
21 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23 ******************************************************************/
25 /* config.h for Macintosh.
26 Valid only for CodeWarrior.
27 There's no point in giving exact version numbers of the compilers
28 since we don't update this file as each compiler comes out;
29 with CodeWarrior, we generally use the most recent version.
32 #define USE_STACKCHECK
34 /* Define if on Macintosh (MPW or __MWERKS__ should also be defined) */
35 #ifndef macintosh
36 #define macintosh
37 #endif
39 #if defined(USE_GUSI1) || defined(USE_GUSI2)
40 #define USE_GUSI
41 #endif
43 #ifndef USE_GUSI
44 #define DONT_HAVE_SYS_TYPES_H
45 #define DONT_HAVE_SYS_STAT_H
46 #define HAVE_STAT_H
47 #endif
49 /* Define if on AIX 3.
50 System headers sometimes define this.
51 We just want to avoid a redefinition error message. */
52 #ifndef _ALL_SOURCE
53 #undef _ALL_SOURCE
54 #endif
56 /* Define if type char is unsigned and you are not using gcc. */
57 #ifndef __CHAR_UNSIGNED__
58 #undef __CHAR_UNSIGNED__
59 #endif
61 /* Define to empty if the keyword does not work. */
62 #undef const
64 /* Define to `int' if <sys/types.h> doesn't define. */
65 #undef gid_t
67 /* Define if your struct tm has tm_zone. */
68 #undef HAVE_TM_ZONE
70 /* Define if you don't have tm_zone but do have the external array
71 tzname. */
72 #undef HAVE_TZNAME
74 /* Define if on MINIX. */
75 #undef _MINIX
77 /* Define to `int' if <sys/types.h> doesn't define. */
78 #undef mode_t
80 /* Define to `long' if <sys/types.h> doesn't define. */
81 #undef off_t
83 /* Define to `int' if <sys/types.h> doesn't define. */
84 #undef pid_t
86 /* Define if the system does not provide POSIX.1 features except
87 with this defined. */
88 #undef _POSIX_1_SOURCE
90 /* Define if you need to in order for stat and other things to work. */
91 #undef _POSIX_SOURCE
93 /* Define as the return type of signal handlers (int or void). */
94 #define RETSIGTYPE void
96 /* Define to `unsigned' if <sys/types.h> doesn't define. */
97 #undef size_t
99 /* Define if you have the ANSI C header files. */
100 #define STDC_HEADERS 1
102 /* Define if you can safely include both <sys/time.h> and <time.h>. */
103 #undef TIME_WITH_SYS_TIME
105 /* Define if your <sys/time.h> declares struct tm. */
106 #undef TM_IN_SYS_TIME
108 /* Define to `int' if <sys/types.h> doesn't define. */
109 #undef uid_t
111 /* Define if your processor stores words with the most significant
112 byte first (like Motorola and SPARC, unlike Intel and VAX). */
113 #define WORDS_BIGENDIAN 1
115 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r
116 and you want support for AIX C++ shared extension modules. */
117 #undef AIX_GENUINE_CPLUSPLUS
119 /* Define if your <unistd.h> contains bad prototypes for exec*()
120 (as it does on SGI IRIX 4.x) */
121 #undef BAD_EXEC_PROTOTYPES
123 /* Define if your compiler botches static forward declarations */
124 #define BAD_STATIC_FORWARD
126 /* Define this if you have BeOS threads */
127 #undef BEOS_THREADS
129 /* Define if you have the Mach cthreads package */
130 #undef C_THREADS
132 /* Define to `long' if <time.h> doesn't define. */
133 #undef clock_t
135 /* Defined on Solaris to see additional function prototypes. */
136 #undef __EXTENSIONS__
138 /* Define if getpgrp() must be called as getpgrp(0). */
139 #undef GETPGRP_HAVE_ARG
141 /* Define if gettimeofday() does not have second (timezone) argument
142 This is the case on Motorola V4 (R40V4.2) */
143 #undef GETTIMEOFDAY_NO_TZ
145 /* Define this if your time.h defines altzone */
146 #undef HAVE_ALTZONE
148 /* Define if --enable-ipv6 is specified */
149 #undef ENABLE_IPV6
151 /* Define if sockaddr has sa_len member */
152 #undef HAVE_SOCKADDR_SA_LEN
154 /* struct addrinfo (netdb.h) */
155 #undef HAVE_ADDRINFO
157 /* struct sockaddr_storage (sys/socket.h) */
158 #undef HAVE_SOCKADDR_STORAGE
160 /* Defined when any dynamic module loading is enabled */
161 /* #undef HAVE_DYNAMIC_LOADING */
163 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
164 #undef HAVE_GETC_UNLOCKED
166 /* Define this if you have some version of gethostbyname_r() */
167 #undef HAVE_GETHOSTBYNAME_R
169 /* Define this if you have the 3-arg version of gethostbyname_r() */
170 #undef HAVE_GETHOSTBYNAME_R_3_ARG
172 /* Define this if you have the 5-arg version of gethostbyname_r() */
173 #undef HAVE_GETHOSTBYNAME_R_5_ARG
175 /* Define this if you have the 6-arg version of gethostbyname_r() */
176 #undef HAVE_GETHOSTBYNAME_R_6_ARG
178 /* Defined to enable large file support when an off_t is bigger than a long
179 and long long is available and at least as big as an off_t. You may need
180 to add some flags for configuration and compilation to enable this mode.
181 E.g, for Solaris 2.7:
182 CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" OPT="-O2 $CFLAGS" \
183 configure
185 #undef HAVE_LARGEFILE_SUPPORT
187 /* Define this if you have the type long long */
188 #undef HAVE_LONG_LONG
190 /* Define if your compiler supports function prototypes */
191 #define HAVE_PROTOTYPES 1
193 /* Define if you have GNU PTH threads */
194 #undef HAVE_PTH
196 /* Define if you have readline 4.2 */
197 #undef HAVE_RL_COMPLETION_MATCHES
199 /* Define if your compiler supports variable length function prototypes
200 (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
201 #define HAVE_STDARG_PROTOTYPES
203 /* Define this if you have the type uintptr_t */
204 #undef HAVE_UINTPTR_T
206 /* Define if you have a useable wchar_t type defined in wchar.h; useable
207 means wchar_t must be 16-bit unsigned type. (see
208 Include/unicodeobject.h). */
209 #define HAVE_USABLE_WCHAR_T 1
211 /* Define if the compiler provides a wchar.h header file. */
212 #define HAVE_WCHAR_H 1
214 /* Define if you want to have a Unicode type. */
215 #define Py_USING_UNICODE 1
217 /* Define as the integral type used for Unicode representation. */
218 #define PY_UNICODE_TYPE wchar_t
220 /* Define as the size of the unicode type. */
221 #define Py_UNICODE_SIZE 2
223 /* Define if nice() returns success/failure instead of the new priority. */
224 #undef HAVE_BROKEN_NICE
226 /* Define if malloc(0) returns a NULL pointer */
227 #ifdef USE_MSL_MALLOC
228 #define MALLOC_ZERO_RETURNS_NULL
229 #else
230 #undef MALLOC_ZERO_RETURNS_NULL
231 #endif
233 /* Define if you have POSIX threads */
234 #ifdef USE_GUSI2
235 #define _POSIX_THREADS
236 #endif
238 /* Define if you want to build an interpreter with many run-time checks */
239 #undef Py_DEBUG
241 /* Define to force use of thread-safe errno, h_errno, and other functions */
242 #undef _REENTRANT
244 /* Define if setpgrp() must be called as setpgrp(0, 0). */
245 #undef SETPGRP_HAVE_ARG
247 /* Define to empty if the keyword does not work. */
248 #undef signed
250 /* Define if i>>j for signed int i does not extend the sign bit
251 when i < 0
253 #define SIGNED_RIGHT_SHIFT_ZERO_FILLS
255 /* The number of bytes in an off_t. */
256 #define SIZEOF_OFF_T 4
258 /* The number of bytes in a time_t. */
259 #define SIZEOF_TIME_T 4
261 /* The number of bytes in a pthread_t. */
262 #ifdef USE_GUSI2
263 #define SIZEOF_PTHREAD_T 4
264 #endif
266 /* Define to `int' if <sys/types.h> doesn't define. */
267 #undef socklen_t
269 /* Define if you can safely include both <sys/select.h> and <sys/time.h>
270 (which you can't on SCO ODT 3.0). */
271 #undef SYS_SELECT_WITH_SYS_TIME
273 /* Define if a va_list is an array of some kind */
274 #undef VA_LIST_IS_ARRAY
276 /* Define to empty if the keyword does not work. */
277 #undef volatile
279 /* Define if you want SIGFPE handled (see Include/pyfpe.h). */
280 #undef WANT_SIGFPE_HANDLER
282 /* Define if you want wctype.h functions to be used instead of the
283 one supplied by Python itself. (see Include/unicodectype.h). */
284 #undef WANT_WCTYPE_FUNCTIONS
286 /* Define if you want to compile in cycle garbage collection */
287 #define WITH_CYCLE_GC 1
289 /* Define if you want to emulate SGI (IRIX 4) dynamic linking.
290 This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
291 Sequent Symmetry (Dynix), and Atari ST.
292 This requires the "dl-dld" library,
293 ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z,
294 as well as the "GNU dld" library,
295 ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z.
296 Don't bother on SunOS 4 or 5, they already have dynamic linking using
297 shared libraries */
298 #undef WITH_DL_DLD
300 /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS)
301 dynamic linker (dyld) instead of the old-style (NextStep) dynamic
302 linker (rld). Dyld is necessary to support frameworks. */
303 #undef WITH_DYLD
305 /* Define if you want to compile in Python-specific mallocs */
306 #undef WITH_PYMALLOC
308 /* Define if you want to produce an OpenStep/Rhapsody framework
309 (shared library plus accessory files). */
310 #undef WITH_NEXT_FRAMEWORK
312 /* Define if you want to use MacPython modules on MacOSX in unix-Python */
313 #define USE_TOOLBOX_OBJECT_GLUE
315 /* Define if you want to use SGI (IRIX 4) dynamic linking.
316 This requires the "dl" library by Jack Jansen,
317 ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
318 Don't bother on IRIX 5, it already has dynamic linking using SunOS
319 style shared libraries */
320 #undef WITH_SGI_DL
322 /* Define if you want to compile in rudimentary thread support */
323 /* #undef WITH_THREAD */
325 /* The number of bytes in a char. */
326 #define SIZEOF_CHAR 1
328 /* The number of bytes in a double. */
329 #define SIZEOF_DOUBLE 8
331 /* The number of bytes in a float. */
332 #define SIZEOF_FLOAT 4
334 /* The number of bytes in a fpos_t. */
335 #define SIZEOF_FPOS_T 4
337 /* The number of bytes in a int. */
338 #define SIZEOF_INT 4
340 /* The number of bytes in a long. */
341 #define SIZEOF_LONG 4
343 /* The number of bytes in a long long. */
344 #undef SIZEOF_LONG_LONG
346 /* The number of bytes in a short. */
347 #define SIZEOF_SHORT 2
349 /* The number of bytes in a uintptr_t. */
350 #define SIZEOF_UINTPTR_T 4
352 /* The number of bytes in a void *. */
353 #define SIZEOF_VOID_P 4
355 /* Define if you have the _getpty function. */
356 #undef HAVE__GETPTY
358 /* Define if you have the alarm function. */
359 #undef HAVE_ALARM
361 /* Define if you have the chown function. */
362 #undef HAVE_CHOWN
364 /* Define if you have clock. */
365 #define HAVE_CLOCK
367 /* Define if you have the confstr function. */
368 #undef HAVE_CONFSTR
370 /* Define if you have the ctermid function. */
371 #undef HAVE_CTERMID
373 /* Define if you have the ctermid_r function. */
374 #undef HAVE_CTERMID_R
376 /* Define if you have the dlopen function. */
377 #undef HAVE_DLOPEN
379 /* Define if you have the dup2 function. */
380 #undef HAVE_DUP2
382 /* Define if you have the execv function. */
383 #undef HAVE_EXECV
385 /* Define if you have the fdatasync function. */
386 #undef HAVE_FDATASYNC
388 /* Define if you have the flock function. */
389 #undef HAVE_FLOCK
391 /* Define if you have the fork function. */
392 #undef HAVE_FORK
394 /* Define if you have the forkpty function. */
395 #undef HAVE_FORKPTY
397 /* Define if you have the fpathconf function. */
398 #undef HAVE_FPATHCONF
400 /* Define if you have the fseek64 function. */
401 #undef HAVE_FSEEK64
403 /* Define if you have the fseeko function. */
404 #undef HAVE_FSEEKO
406 /* Define if you have the fstatvfs function. */
407 #undef HAVE_FSTATVFS
409 /* Define if you have the fsync function. */
410 #define HAVE_FSYNC
412 /* Define if you have the ftell64 function. */
413 #undef HAVE_FTELL64
415 /* Define if you have the ftello function. */
416 #undef HAVE_FTELLO
418 /* Define if you have the ftime function. */
419 #undef HAVE_FTIME
421 /* Define if you have the ftruncate function. */
422 #ifdef USE_GUSI
423 #define HAVE_FTRUNCATE
424 #endif
426 /* Define if you have the getcwd function. */
427 #define HAVE_GETCWD
429 /* Define if you have the getgroups function. */
430 #undef HAVE_GETGROUPS
432 /* Define if you have the gethostbyname function. */
433 #ifdef USE_GUSI
434 #define HAVE_GETHOSTBYNAME 1
435 #endif
437 /* Define if you have the getlogin function. */
438 #undef HAVE_GETLOGIN
440 /* Define if you have the getnameinfo function. */
441 #undef HAVE_GETNAMEINFO
443 /* Define if you have the getpeername function. */
444 #ifdef USE_GUSI
445 #define HAVE_GETPEERNAME
446 #endif
448 /* Define if you have the getpgrp function. */
449 #undef HAVE_GETPGRP
451 /* Define if you have the getpid function. */
452 #undef HAVE_GETPID
454 /* Define if you have the getpriority function. */
455 #undef HAVE_GETPRIORITY
457 /* Define if you have the getpwent function. */
458 #undef HAVE_GETPWENT
460 /* Define if you have the gettimeofday function. */
461 #ifdef USE_GUSI
462 #define HAVE_GETTIMEOFDAY
463 #endif
465 /* Define if you have the getwd function. */
466 #undef HAVE_GETWD
468 /* Define if you have the hstrerror function. */
469 #undef HAVE_HSTRERROR
471 /* Define if you have the hypot function. */
472 #define HAVE_HYPOT
474 /* Define if you have the inet_pton function. */
475 #undef HAVE_INET_PTON
477 /* Define if you have the kill function. */
478 #undef HAVE_KILL
480 /* Define if you have the link function. */
481 #undef HAVE_LINK
483 /* Define if you have the lstat function. */
484 #undef HAVE_LSTAT
486 /* Define if you have the memmove function. */
487 #define HAVE_MEMMOVE
489 /* Define if you have the mkfifo function. */
490 #undef HAVE_MKFIFO
492 /* Define if you have the mktime function. */
493 #define HAVE_MKTIME
495 /* Define if you have the mremap function. */
496 #undef HAVE_MREMAP
498 /* Define if you have the nice function. */
499 #undef HAVE_NICE
501 /* Define if you have the openpty function. */
502 #undef HAVE_OPENPTY
504 /* Define if you have the pathconf function. */
505 #undef HAVE_PATHCONF
507 /* Define if you have the pause function. */
508 #undef HAVE_PAUSE
510 /* Define if you have the plock function. */
511 #undef HAVE_PLOCK
513 /* Define if you have the poll function. */
514 #undef HAVE_POLL
516 /* Define if you have the pthread_init function. */
517 #undef HAVE_PTHREAD_INIT
519 /* Define if you have the putenv function. */
520 #undef HAVE_PUTENV
522 /* Define if you have the readlink function. */
523 #undef HAVE_READLINK
525 /* Define if you have the select function. */
526 #ifdef USE_GUSI
527 #define HAVE_SELECT
528 #endif
530 /* Define if you have the setegid function. */
531 #undef HAVE_SETEGID
533 /* Define if you have the seteuid function. */
534 #undef HAVE_SETEUID
536 /* Define if you have the setgid function. */
537 #undef HAVE_SETGID
539 /* Define if you have the setlocale function. */
540 #undef HAVE_SETLOCALE
542 /* Define if you have the setpgid function. */
543 #undef HAVE_SETPGID
545 /* Define if you have the setpgrp function. */
546 #undef HAVE_SETPGRP
548 /* Define if you have the setregid function. */
549 #undef HAVE_SETREGID
551 /* Define if you have the setreuid function. */
552 #undef HAVE_SETREUID
554 /* Define if you have the setsid function. */
555 #undef HAVE_SETSID
557 /* Define if you have the setuid function. */
558 #undef HAVE_SETUID
560 /* Define if you have the setvbuf function. */
561 #define HAVE_SETVBUF
563 /* Define if you have the sigaction function. */
564 #undef HAVE_SIGACTION
566 /* Define if you have the siginterrupt function. */
567 #undef HAVE_SIGINTERRUPT
569 /* Define if you have the sigrelse function. */
570 #undef HAVE_SIGRELSE
572 /* Define if you have the snprintf function. */
573 #define HAVE_SNPRINTF
575 /* Define if you have the statvfs function. */
576 #undef HAVE_STATVFS
578 /* Define if you have the strdup function. */
579 #undef HAVE_STRDUP
581 /* Define if you have the strerror function. */
582 #define HAVE_STRERROR
584 /* Define if you have the strftime function. */
585 #define HAVE_STRFTIME
587 /* Define if you have the strptime function. */
588 #undef HAVE_STRPTIME
590 /* Define if you have the symlink function. */
591 #undef HAVE_SYMLINK
593 /* Define if you have the sysconf function. */
594 #undef HAVE_SYSCONF
596 /* Define if you have the tcgetpgrp function. */
597 #undef HAVE_TCGETPGRP
599 /* Define if you have the tcsetpgrp function. */
600 #undef HAVE_TCSETPGRP
602 /* Define if you have the tempnam function. */
603 #undef HAVE_TEMPNAM
605 /* Define if you have the timegm function. */
606 #undef HAVE_TIMEGM
608 /* Define if you have the times function. */
609 #undef HAVE_TIMES
611 /* Define if you have the tmpfile function. */
612 #define HAVE_TMPFILE
614 /* Define if you have the tmpnam function. */
615 #define HAVE_TMPNAM
617 /* Define if you have the tmpnam_r function. */
618 #undef HAVE_TMPNAM_R
620 /* Define if you have the truncate function. */
621 #define HAVE_TRUNCATE
623 /* Define if you have the uname function. */
624 #undef HAVE_UNAME
626 /* Define if you have the waitpid function. */
627 #undef HAVE_WAITPID
629 /* Define if you have the <db.h> header file. */
630 #undef HAVE_DB_H
632 /* Define if you have the <db1/ndbm.h> header file. */
633 #undef HAVE_DB1_NDBM_H
635 /* Define if you have the <db_185.h> header file. */
636 #undef HAVE_DB_185_H
638 /* Define if you have the <dirent.h> header file. */
639 #ifdef USE_GUSI
640 #define HAVE_DIRENT_H
641 #endif
643 /* Define if you have the <dlfcn.h> header file. */
644 #undef HAVE_DLFCN_H
646 /* Define if you have the <fcntl.h> header file. */
647 #define HAVE_FCNTL_H
649 /* Define if you have the <gdbm/ndbm.h> header file. */
650 #undef HAVE_GDBM_NDBM_H
652 /* Define if you have the <libutil.h> header file. */
653 #undef HAVE_LIBUTIL_H
655 /* Define if you have the <limits.h> header file. */
656 #define HAVE_LIMITS_H
658 /* Define if you have the <locale.h> header file. */
659 #define HAVE_LOCALE_H
661 /* Define if you have the <ncurses.h> header file. */
662 #undef HAVE_NCURSES_H
664 /* Define if you have the <ndbm.h> header file. */
665 #undef HAVE_NDBM_H
667 /* Define if you have the <ndir.h> header file. */
668 #undef HAVE_NDIR_H
670 /* Define if you have the <poll.h> header file. */
671 #undef HAVE_POLL_H
673 /* Define if you have the <pthread.h> header file. */
674 #ifdef USE_GUSI2
675 #define HAVE_PTHREAD_H
676 #endif
678 /* Define if you have the <pty.h> header file. */
679 #undef HAVE_PTY_H
681 /* Define if you have the <signal.h> header file. */
682 #define HAVE_SIGNAL_H
684 /* Define if you have the <stdarg.h> header file. */
685 #define HAVE_STDARG_H
687 /* Define if you have the <stddef.h> header file. */
688 #define HAVE_STDDEF_H
690 /* Define if you have the <stdlib.h> header file. */
691 #define HAVE_STDLIB_H
693 /* Define if you have the <sys/audioio.h> header file. */
694 #undef HAVE_SYS_AUDIOIO_H
696 /* Define if you have the <sys/dir.h> header file. */
697 #undef HAVE_SYS_DIR_H
699 /* Define if you have the <sys/file.h> header file. */
700 #undef HAVE_SYS_FILE_H
702 /* Define if you have the <sys/lock.h> header file. */
703 #undef HAVE_SYS_LOCK_H
705 /* Define if you have the <sys/modem.h> header file. */
706 #undef HAVE_SYS_MODEM_H
708 /* Define if you have the <sys/ndir.h> header file. */
709 #undef HAVE_SYS_NDIR_H
711 /* Define if you have the <sys/param.h> header file. */
712 #undef HAVE_SYS_PARAM_H
714 /* Define if you have the <sys/poll.h> header file. */
715 #undef HAVE_SYS_POLL_H
717 /* Define if you have the <sys/resource.h> header file. */
718 #undef HAVE_SYS_RESOURCE_H
720 /* Define if you have the <sys/select.h> header file. */
721 #undef HAVE_SYS_SELECT_H
723 /* Define if you have the <sys/socket.h> header file. */
724 #ifdef USE_GUSI
725 #define HAVE_SYS_SOCKET_H
726 #endif
728 /* Define if you have the <sys/time.h> header file. */
729 #ifdef USE_GUSI
730 #define HAVE_SYS_TIME_H
731 #endif
733 /* Define if you have the <sys/times.h> header file. */
734 #undef HAVE_SYS_TIMES_H
736 /* Define if you have the <sys/un.h> header file. */
737 #undef HAVE_SYS_UN_H
739 /* Define if you have the <sys/utsname.h> header file. */
740 #undef HAVE_SYS_UTSNAME_H
742 /* Define if you have the <sys/wait.h> header file. */
743 #undef HAVE_SYS_WAIT_H
745 /* Define if you have the <termios.h> header file. */
746 #undef HAVE_TERMIOS_H
748 /* Define if you have the <thread.h> header file. */
749 #undef HAVE_THREAD_H
751 /* Define if you have the <unistd.h> header file. */
752 #define HAVE_UNISTD_H
754 /* Define if you have the <utime.h> header file. */
755 #define HAVE_UTIME_H
757 /* Define if you have the dl library (-ldl). */
758 #undef HAVE_LIBDL
760 /* Define if you have the dld library (-ldld). */
761 #undef HAVE_LIBDLD
763 /* Define if you have the ieee library (-lieee). */
764 #undef HAVE_LIBIEEE
766 #ifdef __CYGWIN__
767 #ifdef USE_DL_IMPORT
768 #define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE
769 #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
770 #else
771 #define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
772 #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
773 #endif
774 #endif