Jack Jansen | 42218ce | 1997-01-31 16:15:11 +0000 | [diff] [blame] | 1 | /*********************************************************** |
| 2 | Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam, |
| 3 | The Netherlands. |
| 4 | |
| 5 | All Rights Reserved |
| 6 | |
| 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. |
| 14 | |
| 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. |
| 22 | |
| 23 | ******************************************************************/ |
| 24 | |
Jack Jansen | 7e124ea | 1996-08-19 11:38:54 +0000 | [diff] [blame] | 25 | /* config.h for Macintosh. |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 26 | Valid only for CodeWarrior. |
Jack Jansen | 7e124ea | 1996-08-19 11:38:54 +0000 | [diff] [blame] | 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. |
| 30 | */ |
| 31 | |
| 32 | #define USE_STACKCHECK |
Guido van Rossum | 739267b | 1994-08-29 08:42:37 +0000 | [diff] [blame] | 33 | |
Jack Jansen | 021da55 | 2000-06-04 21:56:05 +0000 | [diff] [blame] | 34 | /* Define if on Macintosh (MPW or __MWERKS__ should also be defined) */ |
Guido van Rossum | eabdbff | 1995-02-18 14:56:51 +0000 | [diff] [blame] | 35 | #ifndef macintosh |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 36 | #define macintosh |
Guido van Rossum | eabdbff | 1995-02-18 14:56:51 +0000 | [diff] [blame] | 37 | #endif |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 38 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 39 | #if defined(USE_GUSI1) || defined(USE_GUSI2) |
| 40 | #define USE_GUSI |
Guido van Rossum | e71d853 | 1995-02-19 15:49:39 +0000 | [diff] [blame] | 41 | #endif |
| 42 | |
Jack Jansen | 7bfc2eb | 2000-05-12 21:37:10 +0000 | [diff] [blame] | 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 |
| 48 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 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 |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 53 | #undef _ALL_SOURCE |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 54 | #endif |
| 55 | |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 56 | /* Define if type char is unsigned and you are not using gcc. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 57 | #ifndef __CHAR_UNSIGNED__ |
| 58 | #undef __CHAR_UNSIGNED__ |
| 59 | #endif |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 60 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 61 | /* Define to empty if the keyword does not work. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 62 | #undef const |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 63 | |
| 64 | /* Define to `int' if <sys/types.h> doesn't define. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 65 | #undef gid_t |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 66 | |
| 67 | /* Define if your struct tm has tm_zone. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 68 | #undef HAVE_TM_ZONE |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 69 | |
| 70 | /* Define if you don't have tm_zone but do have the external array |
| 71 | tzname. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 72 | #undef HAVE_TZNAME |
| 73 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 74 | /* Define if on MINIX. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 75 | #undef _MINIX |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 76 | |
| 77 | /* Define to `int' if <sys/types.h> doesn't define. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 78 | #undef mode_t |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 79 | |
| 80 | /* Define to `long' if <sys/types.h> doesn't define. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 81 | #undef off_t |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 82 | |
| 83 | /* Define to `int' if <sys/types.h> doesn't define. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 84 | #undef pid_t |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 85 | |
| 86 | /* Define if the system does not provide POSIX.1 features except |
| 87 | with this defined. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 88 | #undef _POSIX_1_SOURCE |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 89 | |
| 90 | /* Define if you need to in order for stat and other things to work. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 91 | #undef _POSIX_SOURCE |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 92 | |
| 93 | /* Define as the return type of signal handlers (int or void). */ |
| 94 | #define RETSIGTYPE void |
| 95 | |
| 96 | /* Define to `unsigned' if <sys/types.h> doesn't define. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 97 | #undef size_t |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 98 | |
| 99 | /* Define if you have the ANSI C header files. */ |
Jack Jansen | 6a474c5 | 1998-08-20 14:49:33 +0000 | [diff] [blame] | 100 | #define STDC_HEADERS 1 |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 101 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 102 | /* Define if you can safely include both <sys/time.h> and <time.h>. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 103 | #undef TIME_WITH_SYS_TIME |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 104 | |
| 105 | /* Define if your <sys/time.h> declares struct tm. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 106 | #undef TM_IN_SYS_TIME |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 107 | |
| 108 | /* Define to `int' if <sys/types.h> doesn't define. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 109 | #undef uid_t |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 110 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 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 |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 114 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 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 |
| 118 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 119 | /* Define if your <unistd.h> contains bad prototypes for exec*() |
| 120 | (as it does on SGI IRIX 4.x) */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 121 | #undef BAD_EXEC_PROTOTYPES |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 122 | |
Guido van Rossum | eabdbff | 1995-02-18 14:56:51 +0000 | [diff] [blame] | 123 | /* Define if your compiler botches static forward declarations */ |
Jack Jansen | fea7533 | 1994-12-14 13:38:13 +0000 | [diff] [blame] | 124 | #define BAD_STATIC_FORWARD |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 125 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 126 | /* Define this if you have BeOS threads */ |
| 127 | #undef BEOS_THREADS |
| 128 | |
| 129 | /* Define if you have the Mach cthreads package */ |
| 130 | #undef C_THREADS |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 131 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 132 | /* Defined when case of imported modules are checked against case of file. */ |
| 133 | #define CHECK_IMPORT_CASE |
| 134 | |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 135 | /* Define to `long' if <time.h> doesn't define. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 136 | #undef clock_t |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 137 | |
Jack Jansen | 0e2d6bf | 2001-05-23 08:55:50 +0000 | [diff] [blame^] | 138 | /* Defined on Solaris to see additional function prototypes. */ |
| 139 | #undef __EXTENSIONS__ |
| 140 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 141 | /* Define if getpgrp() must be called as getpgrp(0). */ |
| 142 | #undef GETPGRP_HAVE_ARG |
| 143 | |
| 144 | /* Define if gettimeofday() does not have second (timezone) argument |
| 145 | This is the case on Motorola V4 (R40V4.2) */ |
| 146 | #undef GETTIMEOFDAY_NO_TZ |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 147 | |
| 148 | /* Define this if your time.h defines altzone */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 149 | #undef HAVE_ALTZONE |
| 150 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 151 | /* Defined when any dynamic module loading is enabled */ |
| 152 | /* #undef HAVE_DYNAMIC_LOADING */ |
| 153 | |
| 154 | /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */ |
| 155 | #undef HAVE_GETC_UNLOCKED |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 156 | |
| 157 | /* Define this if you have some version of gethostbyname_r() */ |
| 158 | #undef HAVE_GETHOSTBYNAME_R |
| 159 | |
| 160 | /* Define this if you have the 3-arg version of gethostbyname_r() */ |
| 161 | #undef HAVE_GETHOSTBYNAME_R_3_ARG |
| 162 | |
| 163 | /* Define this if you have the 5-arg version of gethostbyname_r() */ |
| 164 | #undef HAVE_GETHOSTBYNAME_R_5_ARG |
| 165 | |
| 166 | /* Define this if you have the 6-arg version of gethostbyname_r() */ |
| 167 | #undef HAVE_GETHOSTBYNAME_R_6_ARG |
| 168 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 169 | /* Defined to enable large file support when an off_t is bigger than a long |
| 170 | and long long is available and at least as big as an off_t. You may need |
| 171 | to add some flags for configuration and compilation to enable this mode. |
| 172 | E.g, for Solaris 2.7: |
| 173 | CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" OPT="-O2 $CFLAGS" \ |
| 174 | configure |
| 175 | */ |
| 176 | #undef HAVE_LARGEFILE_SUPPORT |
| 177 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 178 | /* Define this if you have the type long long */ |
| 179 | #undef HAVE_LONG_LONG |
| 180 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 181 | /* Define if your compiler supports function prototypes */ |
Jack Jansen | 6a474c5 | 1998-08-20 14:49:33 +0000 | [diff] [blame] | 182 | #define HAVE_PROTOTYPES 1 |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 183 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 184 | /* Define if you have GNU PTH threads */ |
| 185 | #undef HAVE_PTH |
| 186 | |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 187 | /* Define if your compiler supports variable length function prototypes |
| 188 | (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ |
| 189 | #define HAVE_STDARG_PROTOTYPES |
| 190 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 191 | /* Define this if you have the type uintptr_t */ |
| 192 | #undef HAVE_UINTPTR_T |
| 193 | |
| 194 | /* Define if you have a useable wchar_t type defined in wchar.h; useable |
| 195 | means wchar_t must be 16-bit unsigned type. (see |
| 196 | Include/unicodeobject.h). */ |
| 197 | #define HAVE_USABLE_WCHAR_T 1 |
| 198 | |
| 199 | /* Define if the compiler provides a wchar.h header file. */ |
| 200 | #define HAVE_WCHAR_H 1 |
| 201 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 202 | /* Define if malloc(0) returns a NULL pointer */ |
Jack Jansen | 7bfc2eb | 2000-05-12 21:37:10 +0000 | [diff] [blame] | 203 | #ifdef USE_MSL_MALLOC |
| 204 | #define MALLOC_ZERO_RETURNS_NULL |
| 205 | #else |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 206 | #undef MALLOC_ZERO_RETURNS_NULL |
Jack Jansen | 7bfc2eb | 2000-05-12 21:37:10 +0000 | [diff] [blame] | 207 | #endif |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 208 | |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 209 | /* Define if you have POSIX threads */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 210 | #ifdef USE_GUSI2 |
| 211 | #define _POSIX_THREADS |
| 212 | #endif |
| 213 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 214 | /* Define if you want to build an interpreter with many run-time checks */ |
| 215 | #undef Py_DEBUG |
| 216 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 217 | /* Define to force use of thread-safe errno, h_errno, and other functions */ |
| 218 | #undef _REENTRANT |
| 219 | |
| 220 | /* Define if setpgrp() must be called as setpgrp(0, 0). */ |
| 221 | #undef SETPGRP_HAVE_ARG |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 222 | |
| 223 | /* Define to empty if the keyword does not work. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 224 | #undef signed |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 225 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 226 | /* Define if i>>j for signed int i does not extend the sign bit |
| 227 | when i < 0 |
| 228 | */ |
| 229 | #define SIGNED_RIGHT_SHIFT_ZERO_FILLS |
| 230 | |
| 231 | /* The number of bytes in an off_t. */ |
| 232 | #define SIZEOF_OFF_T 4 |
| 233 | |
| 234 | /* The number of bytes in a time_t. */ |
| 235 | #define SIZEOF_TIME_T 4 |
| 236 | |
| 237 | /* The number of bytes in a pthread_t. */ |
| 238 | #ifdef USE_GUSI2 |
| 239 | #define SIZEOF_PTHREAD_T 4 |
| 240 | #endif |
| 241 | |
| 242 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 243 | #undef socklen_t |
| 244 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 245 | /* Define if you can safely include both <sys/select.h> and <sys/time.h> |
| 246 | (which you can't on SCO ODT 3.0). */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 247 | #undef SYS_SELECT_WITH_SYS_TIME |
| 248 | |
| 249 | /* Define if a va_list is an array of some kind */ |
| 250 | #undef VA_LIST_IS_ARRAY |
| 251 | |
| 252 | /* Define to empty if the keyword does not work. */ |
| 253 | #undef volatile |
| 254 | |
| 255 | /* Define if you want SIGFPE handled (see Include/pyfpe.h). */ |
| 256 | #undef WANT_SIGFPE_HANDLER |
| 257 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 258 | /* Define if you want wctype.h functions to be used instead of the |
| 259 | one supplied by Python itself. (see Include/unicodectype.h). */ |
| 260 | #undef WANT_WCTYPE_FUNCTIONS |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 261 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 262 | /* Define if you want to compile in cycle garbage collection */ |
| 263 | #undef WITH_CYCLE_GC |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 264 | |
| 265 | /* Define if you want to emulate SGI (IRIX 4) dynamic linking. |
| 266 | This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), |
| 267 | Sequent Symmetry (Dynix), and Atari ST. |
| 268 | This requires the "dl-dld" library, |
| 269 | ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z, |
| 270 | as well as the "GNU dld" library, |
| 271 | ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z. |
| 272 | Don't bother on SunOS 4 or 5, they already have dynamic linking using |
| 273 | shared libraries */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 274 | #undef WITH_DL_DLD |
| 275 | |
| 276 | /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) |
| 277 | dynamic linker (dyld) instead of the old-style (NextStep) dynamic |
| 278 | linker (rld). Dyld is necessary to support frameworks. */ |
| 279 | #undef WITH_DYLD |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 280 | |
Jack Jansen | 0e2d6bf | 2001-05-23 08:55:50 +0000 | [diff] [blame^] | 281 | /* Define if you want to compile in Python-specific mallocs */ |
| 282 | #undef WITH_PYMALLOC |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 283 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 284 | /* Define if you want to produce an OpenStep/Rhapsody framework |
| 285 | (shared library plus accessory files). */ |
| 286 | #undef WITH_NEXT_FRAMEWORK |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 287 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 288 | /* Define if you want to use SGI (IRIX 4) dynamic linking. |
| 289 | This requires the "dl" library by Jack Jansen, |
| 290 | ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z. |
| 291 | Don't bother on IRIX 5, it already has dynamic linking using SunOS |
| 292 | style shared libraries */ |
| 293 | #undef WITH_SGI_DL |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 294 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 295 | /* Define if you want to compile in rudimentary thread support */ |
| 296 | /* #undef WITH_THREAD */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 297 | |
| 298 | /* The number of bytes in a char. */ |
| 299 | #define SIZEOF_CHAR 1 |
| 300 | |
| 301 | /* The number of bytes in a double. */ |
| 302 | #define SIZEOF_DOUBLE 8 |
| 303 | |
| 304 | /* The number of bytes in a float. */ |
| 305 | #define SIZEOF_FLOAT 4 |
| 306 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 307 | /* The number of bytes in a fpos_t. */ |
| 308 | #define SIZEOF_FPOS_T 4 |
| 309 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 310 | /* The number of bytes in a int. */ |
| 311 | #define SIZEOF_INT 4 |
| 312 | |
| 313 | /* The number of bytes in a long. */ |
| 314 | #define SIZEOF_LONG 4 |
| 315 | |
| 316 | /* The number of bytes in a long long. */ |
| 317 | #undef SIZEOF_LONG_LONG |
| 318 | |
| 319 | /* The number of bytes in a short. */ |
| 320 | #define SIZEOF_SHORT 2 |
| 321 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 322 | /* The number of bytes in a uintptr_t. */ |
| 323 | #define SIZEOF_UINTPTR_T 4 |
| 324 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 325 | /* The number of bytes in a void *. */ |
| 326 | #define SIZEOF_VOID_P 4 |
| 327 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 328 | /* Define if you have the _getpty function. */ |
| 329 | #undef HAVE__GETPTY |
| 330 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 331 | /* Define if you have the alarm function. */ |
| 332 | #undef HAVE_ALARM |
| 333 | |
| 334 | /* Define if you have the chown function. */ |
| 335 | #undef HAVE_CHOWN |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 336 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 337 | /* Define if you have clock. */ |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 338 | #define HAVE_CLOCK |
| 339 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 340 | /* Define if you have the confstr function. */ |
| 341 | #undef HAVE_CONFSTR |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 342 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 343 | /* Define if you have the ctermid function. */ |
| 344 | #undef HAVE_CTERMID |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 345 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 346 | /* Define if you have the ctermid_r function. */ |
| 347 | #undef HAVE_CTERMID_R |
| 348 | |
| 349 | /* Define if you have the dlopen function. */ |
| 350 | #undef HAVE_DLOPEN |
| 351 | |
| 352 | /* Define if you have the dup2 function. */ |
| 353 | #undef HAVE_DUP2 |
| 354 | |
| 355 | /* Define if you have the execv function. */ |
| 356 | #undef HAVE_EXECV |
| 357 | |
| 358 | /* Define if you have the fdatasync function. */ |
| 359 | #undef HAVE_FDATASYNC |
| 360 | |
| 361 | /* Define if you have the flock function. */ |
| 362 | #undef HAVE_FLOCK |
| 363 | |
| 364 | /* Define if you have the fork function. */ |
| 365 | #undef HAVE_FORK |
| 366 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 367 | /* Define if you have the forkpty function. */ |
| 368 | #undef HAVE_FORKPTY |
| 369 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 370 | /* Define if you have the fpathconf function. */ |
| 371 | #undef HAVE_FPATHCONF |
| 372 | |
| 373 | /* Define if you have the fseek64 function. */ |
| 374 | #undef HAVE_FSEEK64 |
| 375 | |
| 376 | /* Define if you have the fseeko function. */ |
| 377 | #undef HAVE_FSEEKO |
| 378 | |
| 379 | /* Define if you have the fstatvfs function. */ |
| 380 | #undef HAVE_FSTATVFS |
| 381 | |
| 382 | /* Define if you have the fsync function. */ |
| 383 | #define HAVE_FSYNC |
| 384 | |
| 385 | /* Define if you have the ftell64 function. */ |
| 386 | #undef HAVE_FTELL64 |
| 387 | |
| 388 | /* Define if you have the ftello function. */ |
| 389 | #undef HAVE_FTELLO |
| 390 | |
| 391 | /* Define if you have the ftime function. */ |
| 392 | #undef HAVE_FTIME |
| 393 | |
| 394 | /* Define if you have the ftruncate function. */ |
| 395 | #ifdef USE_GUSI |
| 396 | #define HAVE_FTRUNCATE |
| 397 | #endif |
| 398 | |
| 399 | /* Define if you have the getcwd function. */ |
| 400 | #define HAVE_GETCWD |
| 401 | |
| 402 | /* Define if you have the getgroups function. */ |
| 403 | #undef HAVE_GETGROUPS |
| 404 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 405 | /* Define if you have the gethostbyname function. */ |
| 406 | #ifdef USE_GUSI |
| 407 | #define HAVE_GETHOSTBYNAME 1 |
| 408 | #endif |
| 409 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 410 | /* Define if you have the getlogin function. */ |
| 411 | #undef HAVE_GETLOGIN |
| 412 | |
| 413 | /* Define if you have the getpeername function. */ |
| 414 | #ifdef USE_GUSI |
| 415 | #define HAVE_GETPEERNAME |
| 416 | #endif |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 417 | |
Jack Jansen | 0e2d6bf | 2001-05-23 08:55:50 +0000 | [diff] [blame^] | 418 | /* Define if you have the getpgrp function. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 419 | #undef HAVE_GETPGRP |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 420 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 421 | /* Define if you have the getpid function. */ |
| 422 | #undef HAVE_GETPID |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 423 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 424 | /* Define if you have the getpwent function. */ |
| 425 | #undef HAVE_GETPWENT |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 426 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 427 | /* Define if you have the gettimeofday function. */ |
Jack Jansen | 7bfc2eb | 2000-05-12 21:37:10 +0000 | [diff] [blame] | 428 | #ifdef USE_GUSI |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 429 | #define HAVE_GETTIMEOFDAY |
Jack Jansen | 7bfc2eb | 2000-05-12 21:37:10 +0000 | [diff] [blame] | 430 | #endif |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 431 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 432 | /* Define if you have the getwd function. */ |
| 433 | #undef HAVE_GETWD |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 434 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 435 | /* Define if you have the hypot function. */ |
| 436 | #ifndef __MC68K__ |
| 437 | /* 68K hypot definition (and implementation) are unuseable |
| 438 | ** because they use 10-byte floats. |
| 439 | */ |
| 440 | #define HAVE_HYPOT |
| 441 | #endif |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 442 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 443 | /* Define if you have the kill function. */ |
| 444 | #undef HAVE_KILL |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 445 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 446 | /* Define if you have the link function. */ |
| 447 | #undef HAVE_LINK |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 448 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 449 | /* Define if you have the lstat function. */ |
| 450 | #undef HAVE_LSTAT |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 451 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 452 | /* Define if you have the memmove function. */ |
| 453 | #define HAVE_MEMMOVE |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 454 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 455 | /* Define if you have the mkfifo function. */ |
| 456 | #undef HAVE_MKFIFO |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 457 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 458 | /* Define if you have the mktime function. */ |
| 459 | #define HAVE_MKTIME |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 460 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 461 | /* Define if you have the mremap function. */ |
| 462 | #undef HAVE_MREMAP |
| 463 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 464 | /* Define if you have the nice function. */ |
| 465 | #undef HAVE_NICE |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 466 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 467 | /* Define if you have the openpty function. */ |
| 468 | #undef HAVE_OPENPTY |
| 469 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 470 | /* Define if you have the pathconf function. */ |
| 471 | #undef HAVE_PATHCONF |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 472 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 473 | /* Define if you have the pause function. */ |
| 474 | #undef HAVE_PAUSE |
| 475 | |
| 476 | /* Define if you have the plock function. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 477 | #undef HAVE_PLOCK |
| 478 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 479 | /* Define if you have the poll function. */ |
| 480 | #undef HAVE_POLL |
| 481 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 482 | /* Define if you have the pthread_init function. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 483 | #undef HAVE_PTHREAD_INIT |
| 484 | |
| 485 | /* Define if you have the putenv function. */ |
| 486 | #undef HAVE_PUTENV |
| 487 | |
| 488 | /* Define if you have the readlink function. */ |
| 489 | #undef HAVE_READLINK |
| 490 | |
| 491 | /* Define if you have the select function. */ |
| 492 | #ifdef USE_GUSI |
| 493 | #define HAVE_SELECT |
| 494 | #endif |
| 495 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 496 | /* Define if you have the setegid function. */ |
| 497 | #undef HAVE_SETEGID |
| 498 | |
| 499 | /* Define if you have the seteuid function. */ |
| 500 | #undef HAVE_SETEUID |
| 501 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 502 | /* Define if you have the setgid function. */ |
| 503 | #undef HAVE_SETGID |
| 504 | |
| 505 | /* Define if you have the setlocale function. */ |
| 506 | #undef HAVE_SETLOCALE |
| 507 | |
| 508 | /* Define if you have the setpgid function. */ |
| 509 | #undef HAVE_SETPGID |
| 510 | |
| 511 | /* Define if you have the setpgrp function. */ |
| 512 | #undef HAVE_SETPGRP |
| 513 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 514 | /* Define if you have the setregid function. */ |
| 515 | #undef HAVE_SETREGID |
| 516 | |
| 517 | /* Define if you have the setreuid function. */ |
| 518 | #undef HAVE_SETREUID |
| 519 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 520 | /* Define if you have the setsid function. */ |
| 521 | #undef HAVE_SETSID |
| 522 | |
| 523 | /* Define if you have the setuid function. */ |
| 524 | #undef HAVE_SETUID |
| 525 | |
| 526 | /* Define if you have the setvbuf function. */ |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 527 | #define HAVE_SETVBUF |
Guido van Rossum | fe16cc0 | 1994-05-06 14:16:30 +0000 | [diff] [blame] | 528 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 529 | /* Define if you have the sigaction function. */ |
| 530 | #undef HAVE_SIGACTION |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 531 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 532 | /* Define if you have the siginterrupt function. */ |
| 533 | #undef HAVE_SIGINTERRUPT |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 534 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 535 | /* Define if you have the sigrelse function. */ |
| 536 | #undef HAVE_SIGRELSE |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 537 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 538 | /* Define if you have the statvfs function. */ |
| 539 | #undef HAVE_STATVFS |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 540 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 541 | /* Define if you have the strdup function. */ |
| 542 | #undef HAVE_STRDUP |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 543 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 544 | /* Define if you have the strerror function. */ |
| 545 | #define HAVE_STRERROR |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 546 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 547 | /* Define if you have the strftime function. */ |
| 548 | #define HAVE_STRFTIME |
| 549 | |
| 550 | /* Define if you have the strptime function. */ |
| 551 | #undef HAVE_STRPTIME |
| 552 | |
| 553 | /* Define if you have the symlink function. */ |
| 554 | #undef HAVE_SYMLINK |
| 555 | |
| 556 | /* Define if you have the sysconf function. */ |
| 557 | #undef HAVE_SYSCONF |
| 558 | |
| 559 | /* Define if you have the tcgetpgrp function. */ |
| 560 | #undef HAVE_TCGETPGRP |
| 561 | |
| 562 | /* Define if you have the tcsetpgrp function. */ |
| 563 | #undef HAVE_TCSETPGRP |
| 564 | |
| 565 | /* Define if you have the tempnam function. */ |
| 566 | #undef HAVE_TEMPNAM |
| 567 | |
| 568 | /* Define if you have the timegm function. */ |
| 569 | #undef HAVE_TIMEGM |
| 570 | |
| 571 | /* Define if you have the times function. */ |
| 572 | #undef HAVE_TIMES |
| 573 | |
| 574 | /* Define if you have the tmpfile function. */ |
| 575 | #define HAVE_TMPFILE |
| 576 | |
| 577 | /* Define if you have the tmpnam function. */ |
| 578 | #define HAVE_TMPNAM |
| 579 | |
| 580 | /* Define if you have the tmpnam_r function. */ |
| 581 | #undef HAVE_TMPNAM_R |
| 582 | |
| 583 | /* Define if you have the truncate function. */ |
| 584 | #define HAVE_TRUNCATE |
| 585 | |
| 586 | /* Define if you have the uname function. */ |
| 587 | #undef HAVE_UNAME |
| 588 | |
| 589 | /* Define if you have the waitpid function. */ |
| 590 | #undef HAVE_WAITPID |
| 591 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 592 | /* Define if you have the <db.h> header file. */ |
| 593 | #undef HAVE_DB_H |
| 594 | |
| 595 | /* Define if you have the <db1/ndbm.h> header file. */ |
| 596 | #undef HAVE_DB1_NDBM_H |
| 597 | |
| 598 | /* Define if you have the <db_185.h> header file. */ |
| 599 | #undef HAVE_DB_185_H |
| 600 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 601 | /* Define if you have the <dirent.h> header file. */ |
| 602 | #ifdef USE_GUSI |
| 603 | #define HAVE_DIRENT_H |
| 604 | #endif |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 605 | |
| 606 | /* Define if you have the <dlfcn.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 607 | #undef HAVE_DLFCN_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 608 | |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 609 | /* Define if you have the <fcntl.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 610 | #define HAVE_FCNTL_H |
| 611 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 612 | /* Define if you have the <gdbm/ndbm.h> header file. */ |
| 613 | #undef HAVE_GDBM_NDBM_H |
| 614 | |
| 615 | /* Define if you have the <libutil.h> header file. */ |
| 616 | #undef HAVE_LIBUTIL_H |
| 617 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 618 | /* Define if you have the <limits.h> header file. */ |
| 619 | #define HAVE_LIMITS_H |
| 620 | |
| 621 | /* Define if you have the <locale.h> header file. */ |
| 622 | #define HAVE_LOCALE_H |
| 623 | |
| 624 | /* Define if you have the <ncurses.h> header file. */ |
| 625 | #undef HAVE_NCURSES_H |
| 626 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 627 | /* Define if you have the <ndbm.h> header file. */ |
| 628 | #undef HAVE_NDBM_H |
| 629 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 630 | /* Define if you have the <ndir.h> header file. */ |
| 631 | #undef HAVE_NDIR_H |
| 632 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 633 | /* Define if you have the <poll.h> header file. */ |
| 634 | #undef HAVE_POLL_H |
| 635 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 636 | /* Define if you have the <pthread.h> header file. */ |
| 637 | #ifdef USE_GUSI2 |
| 638 | #define HAVE_PTHREAD_H |
| 639 | #endif |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 640 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 641 | /* Define if you have the <pty.h> header file. */ |
| 642 | #undef HAVE_PTY_H |
| 643 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 644 | /* Define if you have the <signal.h> header file. */ |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 645 | #define HAVE_SIGNAL_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 646 | |
| 647 | /* Define if you have the <stdarg.h> header file. */ |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 648 | #define HAVE_STDARG_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 649 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 650 | /* Define if you have the <stddef.h> header file. */ |
| 651 | #define HAVE_STDDEF_H |
| 652 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 653 | /* Define if you have the <stdlib.h> header file. */ |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 654 | #define HAVE_STDLIB_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 655 | |
| 656 | /* Define if you have the <sys/audioio.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 657 | #undef HAVE_SYS_AUDIOIO_H |
| 658 | |
| 659 | /* Define if you have the <sys/dir.h> header file. */ |
| 660 | #undef HAVE_SYS_DIR_H |
| 661 | |
| 662 | /* Define if you have the <sys/file.h> header file. */ |
| 663 | #undef HAVE_SYS_FILE_H |
| 664 | |
| 665 | /* Define if you have the <sys/lock.h> header file. */ |
| 666 | #undef HAVE_SYS_LOCK_H |
| 667 | |
Jack Jansen | 0e2d6bf | 2001-05-23 08:55:50 +0000 | [diff] [blame^] | 668 | /* Define if you have the <sys/modem.h> header file. */ |
| 669 | #undef HAVE_SYS_MODEM_H |
| 670 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 671 | /* Define if you have the <sys/ndir.h> header file. */ |
| 672 | #undef HAVE_SYS_NDIR_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 673 | |
| 674 | /* Define if you have the <sys/param.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 675 | #undef HAVE_SYS_PARAM_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 676 | |
| 677 | /* Define if you have the <sys/select.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 678 | #undef HAVE_SYS_SELECT_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 679 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 680 | /* Define if you have the <sys/socket.h> header file. */ |
| 681 | #ifdef USE_GUSI |
| 682 | #define HAVE_SYS_SOCKET_H |
| 683 | #endif |
| 684 | |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 685 | /* Define if you have the <sys/time.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 686 | #ifdef USE_GUSI |
| 687 | #define HAVE_SYS_TIME_H |
| 688 | #endif |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 689 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 690 | /* Define if you have the <sys/times.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 691 | #undef HAVE_SYS_TIMES_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 692 | |
| 693 | /* Define if you have the <sys/un.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 694 | #undef HAVE_SYS_UN_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 695 | |
| 696 | /* Define if you have the <sys/utsname.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 697 | #undef HAVE_SYS_UTSNAME_H |
| 698 | |
| 699 | /* Define if you have the <sys/wait.h> header file. */ |
| 700 | #undef HAVE_SYS_WAIT_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 701 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 702 | /* Define if you have the <termios.h> header file. */ |
| 703 | #undef HAVE_TERMIOS_H |
| 704 | |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 705 | /* Define if you have the <thread.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 706 | #undef HAVE_THREAD_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 707 | |
| 708 | /* Define if you have the <unistd.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 709 | #define HAVE_UNISTD_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 710 | |
| 711 | /* Define if you have the <utime.h> header file. */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 712 | #define HAVE_UTIME_H |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 713 | |
| 714 | /* Define if you have the dl library (-ldl). */ |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 715 | #undef HAVE_LIBDL |
Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 716 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 717 | /* Define if you have the dld library (-ldld). */ |
| 718 | #undef HAVE_LIBDLD |
Guido van Rossum | d4d7728 | 1994-08-19 10:51:31 +0000 | [diff] [blame] | 719 | |
Jack Jansen | 5c21420 | 2000-04-07 09:10:35 +0000 | [diff] [blame] | 720 | /* Define if you have the ieee library (-lieee). */ |
| 721 | #undef HAVE_LIBIEEE |
Jack Jansen | 0e2d6bf | 2001-05-23 08:55:50 +0000 | [diff] [blame^] | 722 | |
Jack Jansen | 90f22fe | 2001-02-12 14:59:13 +0000 | [diff] [blame] | 723 | #ifdef __CYGWIN__ |
| 724 | #ifdef USE_DL_IMPORT |
| 725 | #define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE |
| 726 | #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE |
| 727 | #else |
| 728 | #define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE |
| 729 | #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE |
| 730 | #endif |
| 731 | #endif |