| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1 | /* pyconfig.h.in.  Generated from configure.in by autoheader.  */ | 
| Guido van Rossum | 91168a8 | 1994-01-03 03:59:44 +0000 | [diff] [blame] | 2 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 3 | /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want | 
 | 4 |    support for AIX C++ shared extension modules. */ | 
 | 5 | #undef AIX_GENUINE_CPLUSPLUS | 
| Guido van Rossum | 91168a8 | 1994-01-03 03:59:44 +0000 | [diff] [blame] | 6 |  | 
| Martin v. Löwis | f90ae20 | 2002-06-11 06:22:31 +0000 | [diff] [blame] | 7 | /* Define this if you have AtheOS threads. */ | 
 | 8 | #undef ATHEOS_THREADS | 
 | 9 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 10 | /* Define if your <unistd.h> contains bad prototypes for exec*() (as it does | 
 | 11 |    on SGI IRIX 4.x) */ | 
 | 12 | #undef BAD_EXEC_PROTOTYPES | 
| Guido van Rossum | 91168a8 | 1994-01-03 03:59:44 +0000 | [diff] [blame] | 13 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 14 | /* Define this if you have BeOS threads. */ | 
 | 15 | #undef BEOS_THREADS | 
| Guido van Rossum | ef2255b | 2000-03-10 22:30:29 +0000 | [diff] [blame] | 16 |  | 
| Guido van Rossum | 7b3853f | 1996-07-30 18:09:35 +0000 | [diff] [blame] | 17 | /* Define if you have the Mach cthreads package */ | 
 | 18 | #undef C_THREADS | 
 | 19 |  | 
| Martin v. Löwis | 01dfdb3 | 2001-06-23 16:30:13 +0000 | [diff] [blame] | 20 | /* Define if --enable-ipv6 is specified */ | 
 | 21 | #undef ENABLE_IPV6 | 
 | 22 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 23 | /* Define if getpgrp() must be called as getpgrp(0). */ | 
 | 24 | #undef GETPGRP_HAVE_ARG | 
 | 25 |  | 
 | 26 | /* Define if gettimeofday() does not have second (timezone) argument This is | 
 | 27 |    the case on Motorola V4 (R40V4.2) */ | 
 | 28 | #undef GETTIMEOFDAY_NO_TZ | 
 | 29 |  | 
 | 30 | /* struct addrinfo (netdb.h) */ | 
 | 31 | #undef HAVE_ADDRINFO | 
 | 32 |  | 
 | 33 | /* Define to 1 if you have the `alarm' function. */ | 
 | 34 | #undef HAVE_ALARM | 
 | 35 |  | 
 | 36 | /* Define this if your time.h defines altzone. */ | 
 | 37 | #undef HAVE_ALTZONE | 
 | 38 |  | 
 | 39 | /* Define if nice() returns success/failure instead of the new priority. */ | 
 | 40 | #undef HAVE_BROKEN_NICE | 
 | 41 |  | 
 | 42 | /* Define to 1 if you have the `chown' function. */ | 
 | 43 | #undef HAVE_CHOWN | 
 | 44 |  | 
 | 45 | /* Define to 1 if you have the `chroot' function. */ | 
 | 46 | #undef HAVE_CHROOT | 
 | 47 |  | 
 | 48 | /* Define to 1 if you have the `clock' function. */ | 
 | 49 | #undef HAVE_CLOCK | 
 | 50 |  | 
 | 51 | /* Define to 1 if you have the `confstr' function. */ | 
 | 52 | #undef HAVE_CONFSTR | 
 | 53 |  | 
 | 54 | /* Define to 1 if you have the `ctermid' function. */ | 
 | 55 | #undef HAVE_CTERMID | 
 | 56 |  | 
 | 57 | /* Define to 1 if you have the `ctermid_r' function. */ | 
 | 58 | #undef HAVE_CTERMID_R | 
 | 59 |  | 
| Martin v. Löwis | dbe3f76 | 2002-10-10 14:27:30 +0000 | [diff] [blame] | 60 | /* Define to 1 if you have the device macros. */ | 
 | 61 | #undef HAVE_DEVICE_MACROS | 
 | 62 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 63 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. | 
 | 64 |    */ | 
 | 65 | #undef HAVE_DIRENT_H | 
 | 66 |  | 
 | 67 | /* Define to 1 if you have the <dlfcn.h> header file. */ | 
 | 68 | #undef HAVE_DLFCN_H | 
 | 69 |  | 
 | 70 | /* Define to 1 if you have the `dlopen' function. */ | 
 | 71 | #undef HAVE_DLOPEN | 
 | 72 |  | 
 | 73 | /* Define to 1 if you have the `dup2' function. */ | 
 | 74 | #undef HAVE_DUP2 | 
 | 75 |  | 
 | 76 | /* Defined when any dynamic module loading is enabled. */ | 
 | 77 | #undef HAVE_DYNAMIC_LOADING | 
 | 78 |  | 
 | 79 | /* Define to 1 if you have the `execv' function. */ | 
 | 80 | #undef HAVE_EXECV | 
 | 81 |  | 
| Fred Drake | 6b3cc52 | 2002-04-15 19:20:27 +0000 | [diff] [blame] | 82 | /* Define to 1 if you have the `fchdir' function. */ | 
 | 83 | #undef HAVE_FCHDIR | 
 | 84 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 85 | /* Define to 1 if you have the <fcntl.h> header file. */ | 
 | 86 | #undef HAVE_FCNTL_H | 
 | 87 |  | 
 | 88 | /* Define to 1 if you have the `fdatasync' function. */ | 
 | 89 | #undef HAVE_FDATASYNC | 
 | 90 |  | 
 | 91 | /* Define to 1 if you have the `flock' function. */ | 
 | 92 | #undef HAVE_FLOCK | 
 | 93 |  | 
 | 94 | /* Define to 1 if you have the `fork' function. */ | 
 | 95 | #undef HAVE_FORK | 
 | 96 |  | 
 | 97 | /* Define to 1 if you have the `forkpty' function. */ | 
 | 98 | #undef HAVE_FORKPTY | 
 | 99 |  | 
 | 100 | /* Define to 1 if you have the `fpathconf' function. */ | 
 | 101 | #undef HAVE_FPATHCONF | 
 | 102 |  | 
 | 103 | /* Define to 1 if you have the `fseek64' function. */ | 
 | 104 | #undef HAVE_FSEEK64 | 
 | 105 |  | 
 | 106 | /* Define to 1 if you have the `fseeko' function. */ | 
 | 107 | #undef HAVE_FSEEKO | 
 | 108 |  | 
 | 109 | /* Define to 1 if you have the `fstatvfs' function. */ | 
 | 110 | #undef HAVE_FSTATVFS | 
 | 111 |  | 
 | 112 | /* Define to 1 if you have the `fsync' function. */ | 
 | 113 | #undef HAVE_FSYNC | 
 | 114 |  | 
 | 115 | /* Define to 1 if you have the `ftell64' function. */ | 
 | 116 | #undef HAVE_FTELL64 | 
 | 117 |  | 
 | 118 | /* Define to 1 if you have the `ftello' function. */ | 
 | 119 | #undef HAVE_FTELLO | 
 | 120 |  | 
 | 121 | /* Define to 1 if you have the `ftime' function. */ | 
 | 122 | #undef HAVE_FTIME | 
 | 123 |  | 
 | 124 | /* Define to 1 if you have the `ftruncate' function. */ | 
 | 125 | #undef HAVE_FTRUNCATE | 
 | 126 |  | 
 | 127 | /* Define to 1 if you have the `gai_strerror' function. */ | 
 | 128 | #undef HAVE_GAI_STRERROR | 
 | 129 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 130 | /* Define if you have the getaddrinfo function. */ | 
 | 131 | #undef HAVE_GETADDRINFO | 
 | 132 |  | 
 | 133 | /* Define to 1 if you have the `getcwd' function. */ | 
 | 134 | #undef HAVE_GETCWD | 
 | 135 |  | 
 | 136 | /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */ | 
 | 137 | #undef HAVE_GETC_UNLOCKED | 
 | 138 |  | 
 | 139 | /* Define to 1 if you have the `getgroups' function. */ | 
 | 140 | #undef HAVE_GETGROUPS | 
 | 141 |  | 
 | 142 | /* Define to 1 if you have the `gethostbyname' function. */ | 
 | 143 | #undef HAVE_GETHOSTBYNAME | 
 | 144 |  | 
| Guido van Rossum | 7152e9b | 1999-03-22 21:46:06 +0000 | [diff] [blame] | 145 | /* Define this if you have some version of gethostbyname_r() */ | 
 | 146 | #undef HAVE_GETHOSTBYNAME_R | 
 | 147 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 148 | /* Define this if you have the 3-arg version of gethostbyname_r(). */ | 
 | 149 | #undef HAVE_GETHOSTBYNAME_R_3_ARG | 
| Martin v. Löwis | 0ba70cc | 2001-06-26 22:22:37 +0000 | [diff] [blame] | 150 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 151 | /* Define this if you have the 5-arg version of gethostbyname_r(). */ | 
 | 152 | #undef HAVE_GETHOSTBYNAME_R_5_ARG | 
| Martin v. Löwis | 0ba70cc | 2001-06-26 22:22:37 +0000 | [diff] [blame] | 153 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 154 | /* Define this if you have the 6-arg version of gethostbyname_r(). */ | 
 | 155 | #undef HAVE_GETHOSTBYNAME_R_6_ARG | 
| Guido van Rossum | 9caf77a | 1996-08-01 00:52:26 +0000 | [diff] [blame] | 156 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 157 | /* Define to 1 if you have the `getlogin' function. */ | 
| Fred Drake | 3bb3e57 | 1999-12-14 20:48:17 +0000 | [diff] [blame] | 158 | #undef HAVE_GETLOGIN | 
 | 159 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 160 | /* Define to 1 if you have the `getnameinfo' function. */ | 
| Martin v. Löwis | 01dfdb3 | 2001-06-23 16:30:13 +0000 | [diff] [blame] | 161 | #undef HAVE_GETNAMEINFO | 
 | 162 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 163 | /* Define to 1 if you have the `getpeername' function. */ | 
| Fred Drake | f581db1 | 1999-12-14 21:11:47 +0000 | [diff] [blame] | 164 | #undef HAVE_GETPEERNAME | 
| Fred Drake | 3bb3e57 | 1999-12-14 20:48:17 +0000 | [diff] [blame] | 165 |  | 
| Martin v. Löwis | 606edc1 | 2002-06-13 21:09:11 +0000 | [diff] [blame] | 166 | /* Define to 1 if you have the `getpgid' function. */ | 
 | 167 | #undef HAVE_GETPGID | 
 | 168 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 169 | /* Define to 1 if you have the `getpgrp' function. */ | 
| Guido van Rossum | 61fe861 | 1994-01-03 14:56:37 +0000 | [diff] [blame] | 170 | #undef HAVE_GETPGRP | 
 | 171 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 172 | /* Define to 1 if you have the `getpid' function. */ | 
| Guido van Rossum | f132852 | 1994-05-03 14:43:56 +0000 | [diff] [blame] | 173 | #undef HAVE_GETPID | 
 | 174 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 175 | /* Define to 1 if you have the `getpriority' function. */ | 
| Thomas Wouters | c2c12dc | 2001-07-11 14:45:34 +0000 | [diff] [blame] | 176 | #undef HAVE_GETPRIORITY | 
| Guido van Rossum | 353ae58 | 2001-07-10 16:45:32 +0000 | [diff] [blame] | 177 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 178 | /* Define to 1 if you have the `getpwent' function. */ | 
| Guido van Rossum | 1171ee6 | 1997-08-22 20:42:00 +0000 | [diff] [blame] | 179 | #undef HAVE_GETPWENT | 
 | 180 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 181 | /* Define to 1 if you have the `gettimeofday' function. */ | 
| Guido van Rossum | 61fe861 | 1994-01-03 14:56:37 +0000 | [diff] [blame] | 182 | #undef HAVE_GETTIMEOFDAY | 
 | 183 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 184 | /* Define to 1 if you have the `getwd' function. */ | 
| Guido van Rossum | 61fe861 | 1994-01-03 14:56:37 +0000 | [diff] [blame] | 185 | #undef HAVE_GETWD | 
 | 186 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 187 | /* Define to 1 if you have the <grp.h> header file. */ | 
| Guido van Rossum | a6535fd | 2001-10-18 19:44:10 +0000 | [diff] [blame] | 188 | #undef HAVE_GRP_H | 
 | 189 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 190 | /* Define to 1 if you have the `hstrerror' function. */ | 
 | 191 | #undef HAVE_HSTRERROR | 
 | 192 |  | 
 | 193 | /* Define to 1 if you have the `hypot' function. */ | 
 | 194 | #undef HAVE_HYPOT | 
 | 195 |  | 
 | 196 | /* Define to 1 if you have the `inet_pton' function. */ | 
 | 197 | #undef HAVE_INET_PTON | 
 | 198 |  | 
 | 199 | /* Define to 1 if you have the <inttypes.h> header file. */ | 
 | 200 | #undef HAVE_INTTYPES_H | 
 | 201 |  | 
 | 202 | /* Define to 1 if you have the `kill' function. */ | 
 | 203 | #undef HAVE_KILL | 
 | 204 |  | 
 | 205 | /* Define to 1 if you have the `killpg' function. */ | 
 | 206 | #undef HAVE_KILLPG | 
 | 207 |  | 
 | 208 | /* Define to 1 if you have the <langinfo.h> header file. */ | 
| Martin v. Löwis | 9b75dca | 2001-08-10 13:58:50 +0000 | [diff] [blame] | 209 | #undef HAVE_LANGINFO_H | 
 | 210 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 211 | /* Defined to enable large file support when an off_t is bigger than a long | 
 | 212 |    and long long is available and at least as big as an off_t. You may need to | 
 | 213 |    add some flags for configuration and compilation to enable this mode. (For | 
 | 214 |    Solaris and Linux, the necessary defines are already defined.) */ | 
 | 215 | #undef HAVE_LARGEFILE_SUPPORT | 
| Martin v. Löwis | 2e64c34 | 2002-03-27 18:49:02 +0000 | [diff] [blame] | 216 |  | 
| Martin v. Löwis | 0cec0ff | 2002-07-28 16:33:45 +0000 | [diff] [blame] | 217 | /* Define to 1 if you have the `lchown' function. */ | 
 | 218 | #undef HAVE_LCHOWN | 
 | 219 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 220 | /* Define to 1 if you have the `dl' library (-ldl). */ | 
| Guido van Rossum | 61fe861 | 1994-01-03 14:56:37 +0000 | [diff] [blame] | 221 | #undef HAVE_LIBDL | 
 | 222 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 223 | /* Define to 1 if you have the `dld' library (-ldld). */ | 
| Guido van Rossum | 76be6ed | 1995-01-02 18:33:54 +0000 | [diff] [blame] | 224 | #undef HAVE_LIBDLD | 
| Guido van Rossum | f132852 | 1994-05-03 14:43:56 +0000 | [diff] [blame] | 225 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 226 | /* Define to 1 if you have the `ieee' library (-lieee). */ | 
| Guido van Rossum | 76be6ed | 1995-01-02 18:33:54 +0000 | [diff] [blame] | 227 | #undef HAVE_LIBIEEE | 
| Guido van Rossum | aef734b | 2001-01-10 21:09:12 +0000 | [diff] [blame] | 228 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 229 | /* Define to 1 if you have the <libintl.h> header file. */ | 
 | 230 | #undef HAVE_LIBINTL_H | 
 | 231 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 232 | /* Define to 1 if you have the <libutil.h> header file. */ | 
 | 233 | #undef HAVE_LIBUTIL_H | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 234 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 235 | /* Define to 1 if you have the <limits.h> header file. */ | 
 | 236 | #undef HAVE_LIMITS_H | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 237 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 238 | /* Define to 1 if you have the `link' function. */ | 
 | 239 | #undef HAVE_LINK | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 240 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 241 | /* Define to 1 if you have the <locale.h> header file. */ | 
 | 242 | #undef HAVE_LOCALE_H | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 243 |  | 
 | 244 | /* Define this if you have the type long long. */ | 
 | 245 | #undef HAVE_LONG_LONG | 
 | 246 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 247 | /* Define to 1 if you have the `lstat' function. */ | 
 | 248 | #undef HAVE_LSTAT | 
 | 249 |  | 
| Neal Norwitz | 1169011 | 2002-07-30 01:08:28 +0000 | [diff] [blame] | 250 | /* Define this if you have the makedev macro. */ | 
 | 251 | #undef HAVE_MAKEDEV | 
 | 252 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 253 | /* Define to 1 if you have the `memmove' function. */ | 
 | 254 | #undef HAVE_MEMMOVE | 
 | 255 |  | 
 | 256 | /* Define to 1 if you have the <memory.h> header file. */ | 
 | 257 | #undef HAVE_MEMORY_H | 
 | 258 |  | 
 | 259 | /* Define to 1 if you have the `mkfifo' function. */ | 
 | 260 | #undef HAVE_MKFIFO | 
 | 261 |  | 
| Martin v. Löwis | 06a83e9 | 2002-04-14 10:19:44 +0000 | [diff] [blame] | 262 | /* Define to 1 if you have the `mknod' function. */ | 
 | 263 | #undef HAVE_MKNOD | 
 | 264 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 265 | /* Define to 1 if you have the `mktime' function. */ | 
 | 266 | #undef HAVE_MKTIME | 
 | 267 |  | 
 | 268 | /* Define to 1 if you have the `mremap' function. */ | 
 | 269 | #undef HAVE_MREMAP | 
 | 270 |  | 
 | 271 | /* Define to 1 if you have the <ncurses.h> header file. */ | 
 | 272 | #undef HAVE_NCURSES_H | 
 | 273 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 274 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ | 
 | 275 | #undef HAVE_NDIR_H | 
 | 276 |  | 
 | 277 | /* Define to 1 if you have the <netpacket/packet.h> header file. */ | 
 | 278 | #undef HAVE_NETPACKET_PACKET_H | 
 | 279 |  | 
 | 280 | /* Define to 1 if you have the `nice' function. */ | 
 | 281 | #undef HAVE_NICE | 
 | 282 |  | 
 | 283 | /* Define to 1 if you have the `openpty' function. */ | 
 | 284 | #undef HAVE_OPENPTY | 
 | 285 |  | 
 | 286 | /* Define to 1 if you have the `pathconf' function. */ | 
 | 287 | #undef HAVE_PATHCONF | 
 | 288 |  | 
 | 289 | /* Define to 1 if you have the `pause' function. */ | 
 | 290 | #undef HAVE_PAUSE | 
 | 291 |  | 
 | 292 | /* Define to 1 if you have the `plock' function. */ | 
 | 293 | #undef HAVE_PLOCK | 
 | 294 |  | 
 | 295 | /* Define to 1 if you have the `poll' function. */ | 
 | 296 | #undef HAVE_POLL | 
 | 297 |  | 
 | 298 | /* Define to 1 if you have the <poll.h> header file. */ | 
 | 299 | #undef HAVE_POLL_H | 
 | 300 |  | 
 | 301 | /* Define if your compiler supports function prototype */ | 
 | 302 | #undef HAVE_PROTOTYPES | 
 | 303 |  | 
 | 304 | /* Define if you have GNU PTH threads. */ | 
 | 305 | #undef HAVE_PTH | 
 | 306 |  | 
| Martin v. Löwis | a7a76d3 | 2002-10-04 07:21:24 +0000 | [diff] [blame] | 307 | /* Defined for Solaris 2.6 bug in pthread header. */ | 
 | 308 | #undef HAVE_PTHREAD_DESTRUCTOR | 
 | 309 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 310 | /* Define to 1 if you have the <pthread.h> header file. */ | 
 | 311 | #undef HAVE_PTHREAD_H | 
 | 312 |  | 
 | 313 | /* Define to 1 if you have the `pthread_init' function. */ | 
 | 314 | #undef HAVE_PTHREAD_INIT | 
 | 315 |  | 
 | 316 | /* Define to 1 if you have the `pthread_sigmask' function. */ | 
 | 317 | #undef HAVE_PTHREAD_SIGMASK | 
 | 318 |  | 
 | 319 | /* Define to 1 if you have the <pty.h> header file. */ | 
 | 320 | #undef HAVE_PTY_H | 
 | 321 |  | 
 | 322 | /* Define to 1 if you have the `putenv' function. */ | 
 | 323 | #undef HAVE_PUTENV | 
 | 324 |  | 
 | 325 | /* Define to 1 if you have the `readlink' function. */ | 
 | 326 | #undef HAVE_READLINK | 
 | 327 |  | 
 | 328 | /* Define if you have readline 4.2 */ | 
 | 329 | #undef HAVE_RL_COMPLETION_MATCHES | 
 | 330 |  | 
 | 331 | /* Define if you have readline 4.0 */ | 
 | 332 | #undef HAVE_RL_PRE_INPUT_HOOK | 
 | 333 |  | 
 | 334 | /* Define to 1 if you have the `select' function. */ | 
 | 335 | #undef HAVE_SELECT | 
 | 336 |  | 
 | 337 | /* Define to 1 if you have the `setegid' function. */ | 
 | 338 | #undef HAVE_SETEGID | 
 | 339 |  | 
 | 340 | /* Define to 1 if you have the `seteuid' function. */ | 
 | 341 | #undef HAVE_SETEUID | 
 | 342 |  | 
 | 343 | /* Define to 1 if you have the `setgid' function. */ | 
 | 344 | #undef HAVE_SETGID | 
 | 345 |  | 
 | 346 | /* Define to 1 if you have the `setgroups' function. */ | 
 | 347 | #undef HAVE_SETGROUPS | 
 | 348 |  | 
 | 349 | /* Define to 1 if you have the `setlocale' function. */ | 
 | 350 | #undef HAVE_SETLOCALE | 
 | 351 |  | 
 | 352 | /* Define to 1 if you have the `setpgid' function. */ | 
 | 353 | #undef HAVE_SETPGID | 
 | 354 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 355 | /* Define to 1 if you have the `setregid' function. */ | 
 | 356 | #undef HAVE_SETREGID | 
 | 357 |  | 
 | 358 | /* Define to 1 if you have the `setreuid' function. */ | 
 | 359 | #undef HAVE_SETREUID | 
 | 360 |  | 
 | 361 | /* Define to 1 if you have the `setsid' function. */ | 
 | 362 | #undef HAVE_SETSID | 
 | 363 |  | 
 | 364 | /* Define to 1 if you have the `setuid' function. */ | 
 | 365 | #undef HAVE_SETUID | 
 | 366 |  | 
 | 367 | /* Define to 1 if you have the `setvbuf' function. */ | 
 | 368 | #undef HAVE_SETVBUF | 
 | 369 |  | 
 | 370 | /* Define to 1 if you have the `sigaction' function. */ | 
 | 371 | #undef HAVE_SIGACTION | 
 | 372 |  | 
 | 373 | /* Define to 1 if you have the `siginterrupt' function. */ | 
 | 374 | #undef HAVE_SIGINTERRUPT | 
 | 375 |  | 
 | 376 | /* Define to 1 if you have the <signal.h> header file. */ | 
 | 377 | #undef HAVE_SIGNAL_H | 
 | 378 |  | 
 | 379 | /* Define to 1 if you have the `sigrelse' function. */ | 
 | 380 | #undef HAVE_SIGRELSE | 
 | 381 |  | 
 | 382 | /* Define to 1 if you have the `snprintf' function. */ | 
 | 383 | #undef HAVE_SNPRINTF | 
 | 384 |  | 
 | 385 | /* Define if sockaddr has sa_len member */ | 
 | 386 | #undef HAVE_SOCKADDR_SA_LEN | 
 | 387 |  | 
 | 388 | /* struct sockaddr_storage (sys/socket.h) */ | 
 | 389 | #undef HAVE_SOCKADDR_STORAGE | 
 | 390 |  | 
 | 391 | /* Define to 1 if you have the `statvfs' function. */ | 
 | 392 | #undef HAVE_STATVFS | 
 | 393 |  | 
| Martin v. Löwis | 94717ed | 2002-09-09 14:24:16 +0000 | [diff] [blame] | 394 | /* Define if you have struct stat.st_mtim.tv_nsec */ | 
 | 395 | #undef HAVE_STAT_TV_NSEC | 
 | 396 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 397 | /* Define to 1 if you have the <stdarg.h> header file. */ | 
 | 398 | #undef HAVE_STDARG_H | 
 | 399 |  | 
 | 400 | /* Define if your compiler supports variable length function prototypes (e.g. | 
 | 401 |    void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ | 
 | 402 | #undef HAVE_STDARG_PROTOTYPES | 
 | 403 |  | 
 | 404 | /* Define to 1 if you have the <stddef.h> header file. */ | 
 | 405 | #undef HAVE_STDDEF_H | 
 | 406 |  | 
 | 407 | /* Define to 1 if you have the <stdint.h> header file. */ | 
 | 408 | #undef HAVE_STDINT_H | 
 | 409 |  | 
 | 410 | /* Define to 1 if you have the <stdlib.h> header file. */ | 
 | 411 | #undef HAVE_STDLIB_H | 
 | 412 |  | 
 | 413 | /* Define to 1 if you have the `strdup' function. */ | 
 | 414 | #undef HAVE_STRDUP | 
 | 415 |  | 
 | 416 | /* Define to 1 if you have the `strerror' function. */ | 
 | 417 | #undef HAVE_STRERROR | 
 | 418 |  | 
 | 419 | /* Define to 1 if you have the `strftime' function. */ | 
 | 420 | #undef HAVE_STRFTIME | 
 | 421 |  | 
 | 422 | /* Define to 1 if you have the <strings.h> header file. */ | 
 | 423 | #undef HAVE_STRINGS_H | 
 | 424 |  | 
 | 425 | /* Define to 1 if you have the <string.h> header file. */ | 
 | 426 | #undef HAVE_STRING_H | 
 | 427 |  | 
 | 428 | /* Define to 1 if you have the `strptime' function. */ | 
 | 429 | #undef HAVE_STRPTIME | 
 | 430 |  | 
 | 431 | /* Define to 1 if `st_blksize' is member of `struct stat'. */ | 
 | 432 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE | 
 | 433 |  | 
 | 434 | /* Define to 1 if `st_blocks' is member of `struct stat'. */ | 
 | 435 | #undef HAVE_STRUCT_STAT_ST_BLOCKS | 
 | 436 |  | 
 | 437 | /* Define to 1 if `st_rdev' is member of `struct stat'. */ | 
 | 438 | #undef HAVE_STRUCT_STAT_ST_RDEV | 
 | 439 |  | 
 | 440 | /* Define to 1 if `tm_zone' is member of `struct tm'. */ | 
 | 441 | #undef HAVE_STRUCT_TM_TM_ZONE | 
 | 442 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 443 | /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use | 
 | 444 |    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */ | 
 | 445 | #undef HAVE_ST_BLOCKS | 
 | 446 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 447 | /* Define to 1 if you have the `symlink' function. */ | 
 | 448 | #undef HAVE_SYMLINK | 
 | 449 |  | 
 | 450 | /* Define to 1 if you have the `sysconf' function. */ | 
 | 451 | #undef HAVE_SYSCONF | 
 | 452 |  | 
 | 453 | /* Define to 1 if you have the <sys/audioio.h> header file. */ | 
 | 454 | #undef HAVE_SYS_AUDIOIO_H | 
 | 455 |  | 
 | 456 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. | 
 | 457 |    */ | 
 | 458 | #undef HAVE_SYS_DIR_H | 
 | 459 |  | 
 | 460 | /* Define to 1 if you have the <sys/file.h> header file. */ | 
 | 461 | #undef HAVE_SYS_FILE_H | 
 | 462 |  | 
 | 463 | /* Define to 1 if you have the <sys/lock.h> header file. */ | 
 | 464 | #undef HAVE_SYS_LOCK_H | 
 | 465 |  | 
| Neal Norwitz | 3d94942 | 2002-04-20 13:46:43 +0000 | [diff] [blame] | 466 | /* Define to 1 if you have the <sys/mkdev.h> header file. */ | 
 | 467 | #undef HAVE_SYS_MKDEV_H | 
 | 468 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 469 | /* Define to 1 if you have the <sys/modem.h> header file. */ | 
 | 470 | #undef HAVE_SYS_MODEM_H | 
 | 471 |  | 
 | 472 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. | 
 | 473 |    */ | 
 | 474 | #undef HAVE_SYS_NDIR_H | 
 | 475 |  | 
 | 476 | /* Define to 1 if you have the <sys/param.h> header file. */ | 
 | 477 | #undef HAVE_SYS_PARAM_H | 
 | 478 |  | 
 | 479 | /* Define to 1 if you have the <sys/poll.h> header file. */ | 
 | 480 | #undef HAVE_SYS_POLL_H | 
 | 481 |  | 
 | 482 | /* Define to 1 if you have the <sys/resource.h> header file. */ | 
 | 483 | #undef HAVE_SYS_RESOURCE_H | 
 | 484 |  | 
 | 485 | /* Define to 1 if you have the <sys/select.h> header file. */ | 
 | 486 | #undef HAVE_SYS_SELECT_H | 
 | 487 |  | 
 | 488 | /* Define to 1 if you have the <sys/socket.h> header file. */ | 
 | 489 | #undef HAVE_SYS_SOCKET_H | 
 | 490 |  | 
 | 491 | /* Define to 1 if you have the <sys/stat.h> header file. */ | 
 | 492 | #undef HAVE_SYS_STAT_H | 
 | 493 |  | 
 | 494 | /* Define to 1 if you have the <sys/times.h> header file. */ | 
 | 495 | #undef HAVE_SYS_TIMES_H | 
 | 496 |  | 
 | 497 | /* Define to 1 if you have the <sys/time.h> header file. */ | 
 | 498 | #undef HAVE_SYS_TIME_H | 
 | 499 |  | 
 | 500 | /* Define to 1 if you have the <sys/types.h> header file. */ | 
 | 501 | #undef HAVE_SYS_TYPES_H | 
 | 502 |  | 
 | 503 | /* Define to 1 if you have the <sys/un.h> header file. */ | 
 | 504 | #undef HAVE_SYS_UN_H | 
 | 505 |  | 
 | 506 | /* Define to 1 if you have the <sys/utsname.h> header file. */ | 
 | 507 | #undef HAVE_SYS_UTSNAME_H | 
 | 508 |  | 
 | 509 | /* Define to 1 if you have the <sys/wait.h> header file. */ | 
 | 510 | #undef HAVE_SYS_WAIT_H | 
 | 511 |  | 
 | 512 | /* Define to 1 if you have the `tcgetpgrp' function. */ | 
 | 513 | #undef HAVE_TCGETPGRP | 
 | 514 |  | 
 | 515 | /* Define to 1 if you have the `tcsetpgrp' function. */ | 
 | 516 | #undef HAVE_TCSETPGRP | 
 | 517 |  | 
 | 518 | /* Define to 1 if you have the `tempnam' function. */ | 
 | 519 | #undef HAVE_TEMPNAM | 
 | 520 |  | 
 | 521 | /* Define to 1 if you have the <termios.h> header file. */ | 
 | 522 | #undef HAVE_TERMIOS_H | 
 | 523 |  | 
 | 524 | /* Define to 1 if you have the <term.h> header file. */ | 
 | 525 | #undef HAVE_TERM_H | 
 | 526 |  | 
 | 527 | /* Define to 1 if you have the <thread.h> header file. */ | 
 | 528 | #undef HAVE_THREAD_H | 
 | 529 |  | 
 | 530 | /* Define to 1 if you have the `timegm' function. */ | 
 | 531 | #undef HAVE_TIMEGM | 
 | 532 |  | 
 | 533 | /* Define to 1 if you have the `times' function. */ | 
 | 534 | #undef HAVE_TIMES | 
 | 535 |  | 
 | 536 | /* Define to 1 if you have the `tmpfile' function. */ | 
 | 537 | #undef HAVE_TMPFILE | 
 | 538 |  | 
 | 539 | /* Define to 1 if you have the `tmpnam' function. */ | 
 | 540 | #undef HAVE_TMPNAM | 
 | 541 |  | 
 | 542 | /* Define to 1 if you have the `tmpnam_r' function. */ | 
 | 543 | #undef HAVE_TMPNAM_R | 
 | 544 |  | 
 | 545 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use | 
 | 546 |    `HAVE_STRUCT_TM_TM_ZONE' instead. */ | 
 | 547 | #undef HAVE_TM_ZONE | 
 | 548 |  | 
 | 549 | /* Define to 1 if you have the `truncate' function. */ | 
 | 550 | #undef HAVE_TRUNCATE | 
 | 551 |  | 
 | 552 | /* Define to 1 if you don't have `tm_zone' but do have the external array | 
 | 553 |    `tzname'. */ | 
 | 554 | #undef HAVE_TZNAME | 
 | 555 |  | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 556 | /* Define this if you have the type uintptr_t. */ | 
 | 557 | #undef HAVE_UINTPTR_T | 
 | 558 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 559 | /* Define to 1 if you have the `uname' function. */ | 
 | 560 | #undef HAVE_UNAME | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 561 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 562 | /* Define to 1 if you have the <unistd.h> header file. */ | 
 | 563 | #undef HAVE_UNISTD_H | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 564 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 565 | /* Define to 1 if you have the `unsetenv' function. */ | 
 | 566 | #undef HAVE_UNSETENV | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 567 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 568 | /* Define if you have a useable wchar_t type defined in wchar.h; useable means | 
 | 569 |    wchar_t must be 16-bit unsigned type. (see Include/unicodeobject.h). */ | 
 | 570 | #undef HAVE_USABLE_WCHAR_T | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 571 |  | 
| Martin v. Löwis | 6aa9fdb | 2002-09-10 09:16:13 +0000 | [diff] [blame] | 572 | /* Define to 1 if you have the `utimes' function. */ | 
 | 573 | #undef HAVE_UTIMES | 
 | 574 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 575 | /* Define to 1 if you have the <utime.h> header file. */ | 
 | 576 | #undef HAVE_UTIME_H | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 577 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 578 | /* Define to 1 if you have the `waitpid' function. */ | 
 | 579 | #undef HAVE_WAITPID | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 580 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 581 | /* Define if the compiler provides a wchar.h header file. */ | 
 | 582 | #undef HAVE_WCHAR_H | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 583 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 584 | /* Define to 1 if you have the `_getpty' function. */ | 
 | 585 | #undef HAVE__GETPTY | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 586 |  | 
 | 587 | /* Define if you are using Mach cthreads directly under /include */ | 
 | 588 | #undef HURD_C_THREADS | 
 | 589 |  | 
 | 590 | /* Define if you are using Mach cthreads under mach / */ | 
 | 591 | #undef MACH_C_THREADS | 
 | 592 |  | 
| Martin v. Löwis | dbe3f76 | 2002-10-10 14:27:30 +0000 | [diff] [blame] | 593 | /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. | 
 | 594 |    */ | 
 | 595 | #undef MAJOR_IN_MKDEV | 
 | 596 |  | 
 | 597 | /* Define to 1 if `major', `minor', and `makedev' are declared in | 
 | 598 |    <sysmacros.h>. */ | 
 | 599 | #undef MAJOR_IN_SYSMACROS | 
 | 600 |  | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 601 | /* Define if malloc(0) returns a NULL pointer. */ | 
 | 602 | #undef MALLOC_ZERO_RETURNS_NULL | 
 | 603 |  | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 604 | /* Define if mvwdelch in curses.h is an expression. */ | 
 | 605 | #undef MVWDELCH_IS_EXPRESSION | 
 | 606 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 607 | /* Define to the address where bug reports for this package should be sent. */ | 
 | 608 | #undef PACKAGE_BUGREPORT | 
 | 609 |  | 
 | 610 | /* Define to the full name of this package. */ | 
 | 611 | #undef PACKAGE_NAME | 
 | 612 |  | 
 | 613 | /* Define to the full name and version of this package. */ | 
 | 614 | #undef PACKAGE_STRING | 
 | 615 |  | 
 | 616 | /* Define to the one symbol short name of this package. */ | 
 | 617 | #undef PACKAGE_TARNAME | 
 | 618 |  | 
 | 619 | /* Define to the version of this package. */ | 
 | 620 | #undef PACKAGE_VERSION | 
 | 621 |  | 
 | 622 | /* Defined if PTHREAD_SCOPE_SYSTEM supported. */ | 
 | 623 | #undef PTHREAD_SYSTEM_SCHED_SUPPORTED | 
 | 624 |  | 
 | 625 | /* Define as the integral type used for Unicode representation. */ | 
 | 626 | #undef PY_UNICODE_TYPE | 
 | 627 |  | 
 | 628 | /* Define if you want to build an interpreter with many run-time checks. */ | 
 | 629 | #undef Py_DEBUG | 
 | 630 |  | 
| Mark Hammond | 8235ea1 | 2002-07-19 06:55:41 +0000 | [diff] [blame] | 631 | /* Defined if Python is built as a shared library. */ | 
 | 632 | #undef Py_ENABLE_SHARED | 
 | 633 |  | 
| Martin v. Löwis | 0036cba | 2002-04-12 09:58:45 +0000 | [diff] [blame] | 634 | /* Define as the size of the unicode type. */ | 
 | 635 | #undef Py_UNICODE_SIZE | 
 | 636 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 637 | /* Define if you want to have a Unicode type. */ | 
 | 638 | #undef Py_USING_UNICODE | 
 | 639 |  | 
 | 640 | /* Define as the return type of signal handlers (`int' or `void'). */ | 
 | 641 | #undef RETSIGTYPE | 
 | 642 |  | 
 | 643 | /* Define if setpgrp() must be called as setpgrp(0, 0). */ | 
 | 644 | #undef SETPGRP_HAVE_ARG | 
 | 645 |  | 
| Mark Hammond | 8235ea1 | 2002-07-19 06:55:41 +0000 | [diff] [blame] | 646 | /* Define to 1 if the `setpgrp' function takes no argument. */ | 
 | 647 | #undef SETPGRP_VOID | 
 | 648 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 649 | /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */ | 
 | 650 | #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS | 
 | 651 |  | 
 | 652 | /* The size of a `char', as computed by sizeof. */ | 
 | 653 | #undef SIZEOF_CHAR | 
 | 654 |  | 
 | 655 | /* The size of a `double', as computed by sizeof. */ | 
 | 656 | #undef SIZEOF_DOUBLE | 
 | 657 |  | 
 | 658 | /* The size of a `float', as computed by sizeof. */ | 
 | 659 | #undef SIZEOF_FLOAT | 
 | 660 |  | 
 | 661 | /* The size of a `fpos_t', as computed by sizeof. */ | 
 | 662 | #undef SIZEOF_FPOS_T | 
 | 663 |  | 
 | 664 | /* The size of a `int', as computed by sizeof. */ | 
 | 665 | #undef SIZEOF_INT | 
 | 666 |  | 
 | 667 | /* The size of a `long', as computed by sizeof. */ | 
 | 668 | #undef SIZEOF_LONG | 
 | 669 |  | 
 | 670 | /* The size of a `long long', as computed by sizeof. */ | 
 | 671 | #undef SIZEOF_LONG_LONG | 
 | 672 |  | 
 | 673 | /* The number of bytes in an off_t. */ | 
 | 674 | #undef SIZEOF_OFF_T | 
 | 675 |  | 
 | 676 | /* The number of bytes in a pthread_t. */ | 
 | 677 | #undef SIZEOF_PTHREAD_T | 
 | 678 |  | 
 | 679 | /* The size of a `short', as computed by sizeof. */ | 
 | 680 | #undef SIZEOF_SHORT | 
 | 681 |  | 
 | 682 | /* The number of bytes in a time_t. */ | 
 | 683 | #undef SIZEOF_TIME_T | 
 | 684 |  | 
 | 685 | /* The size of a `uintptr_t', as computed by sizeof. */ | 
 | 686 | #undef SIZEOF_UINTPTR_T | 
 | 687 |  | 
 | 688 | /* The size of a `void *', as computed by sizeof. */ | 
 | 689 | #undef SIZEOF_VOID_P | 
 | 690 |  | 
 | 691 | /* The size of a `wchar_t', as computed by sizeof. */ | 
 | 692 | #undef SIZEOF_WCHAR_T | 
 | 693 |  | 
 | 694 | /* Define to 1 if you have the ANSI C header files. */ | 
 | 695 | #undef STDC_HEADERS | 
 | 696 |  | 
 | 697 | /* Define if you can safely include both <sys/select.h> and <sys/time.h> | 
 | 698 |    (which you can't on SCO ODT 3.0). */ | 
 | 699 | #undef SYS_SELECT_WITH_SYS_TIME | 
 | 700 |  | 
 | 701 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | 
 | 702 | #undef TIME_WITH_SYS_TIME | 
 | 703 |  | 
 | 704 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ | 
 | 705 | #undef TM_IN_SYS_TIME | 
 | 706 |  | 
 | 707 | /* Define if you want to use MacPython modules on MacOSX in unix-Python. */ | 
 | 708 | #undef USE_TOOLBOX_OBJECT_GLUE | 
 | 709 |  | 
 | 710 | /* Define if a va_list is an array of some kind */ | 
 | 711 | #undef VA_LIST_IS_ARRAY | 
 | 712 |  | 
 | 713 | /* Define if you want SIGFPE handled (see Include/pyfpe.h). */ | 
 | 714 | #undef WANT_SIGFPE_HANDLER | 
 | 715 |  | 
 | 716 | /* Define if you want wctype.h functions to be used instead of the one | 
 | 717 |    supplied by Python itself. (see Include/unicodectype.h). */ | 
 | 718 | #undef WANT_WCTYPE_FUNCTIONS | 
 | 719 |  | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 720 | /* Define if WINDOW in curses.h offers a field _flags. */ | 
 | 721 | #undef WINDOW_HAS_FLAGS | 
 | 722 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 723 | /* Define if you want to emulate SGI (IRIX 4) dynamic linking. This is | 
 | 724 |    rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), Sequent Symmetry | 
 | 725 |    (Dynix), and Atari ST. This requires the 'dl-dld' library, | 
 | 726 |    ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z, as well as the 'GNU dld' | 
 | 727 |    library, ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z. Do not bother on | 
 | 728 |    SunOS 4 or 5, they already have dynamic linking using shared libraries. */ | 
 | 729 | #undef WITH_DL_DLD | 
 | 730 |  | 
| Martin v. Löwis | a3fb4f7 | 2002-06-09 13:33:54 +0000 | [diff] [blame] | 731 | /* Define if you want documentation strings in extension modules */ | 
 | 732 | #undef WITH_DOC_STRINGS | 
 | 733 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 734 | /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic | 
 | 735 |    linker (dyld) instead of the old-style (NextStep) dynamic linker (rld). | 
 | 736 |    Dyld is necessary to support frameworks. */ | 
 | 737 | #undef WITH_DYLD | 
 | 738 |  | 
 | 739 | /* Define if you want to produce an OpenStep/Rhapsody framework (shared | 
 | 740 |    library plus accessory files). */ | 
 | 741 | #undef WITH_NEXT_FRAMEWORK | 
 | 742 |  | 
 | 743 | /* Define if you want to compile in Python-specific mallocs */ | 
 | 744 | #undef WITH_PYMALLOC | 
 | 745 |  | 
 | 746 | /* Define if you want to use SGI (IRIX 4) dynamic linking. This requires the | 
 | 747 |    "dl" library by Jack Jansen, ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z. Do | 
 | 748 |    not bother on IRIX 5, it already has dynamic linking using SunOS style | 
 | 749 |    shared libraries */ | 
 | 750 | #undef WITH_SGI_DL | 
 | 751 |  | 
 | 752 | /* Define if you want to compile in rudimentary thread support */ | 
 | 753 | #undef WITH_THREAD | 
 | 754 |  | 
| Martin v. Löwis | e8aea58 | 2002-04-16 05:51:02 +0000 | [diff] [blame] | 755 | /* Define if you want to read files with foreign newlines. */ | 
 | 756 | #undef WITH_UNIVERSAL_NEWLINES | 
 | 757 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 758 | /* Define to 1 if your processor stores words with the most significant byte | 
 | 759 |    first (like Motorola and SPARC, unlike Intel and VAX). */ | 
 | 760 | #undef WORDS_BIGENDIAN | 
 | 761 |  | 
 | 762 | /* Define to 1 if on AIX 3. | 
 | 763 |    System headers sometimes define this. | 
 | 764 |    We just want to avoid a redefinition error message.  */ | 
 | 765 | #ifndef _ALL_SOURCE | 
 | 766 | # undef _ALL_SOURCE | 
 | 767 | #endif | 
 | 768 |  | 
 | 769 | /* This must be set to 64 on some systems to enable large file support. */ | 
 | 770 | #undef _FILE_OFFSET_BITS | 
 | 771 |  | 
| Martin v. Löwis | 6f18a3c | 2002-07-20 08:51:52 +0000 | [diff] [blame] | 772 | /* Define on Linux to activate all library features */ | 
 | 773 | #undef _GNU_SOURCE | 
 | 774 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 775 | /* This must be defined on some systems to enable large file support. */ | 
 | 776 | #undef _LARGEFILE_SOURCE | 
 | 777 |  | 
 | 778 | /* Define to 1 if on MINIX. */ | 
 | 779 | #undef _MINIX | 
 | 780 |  | 
| Neal Norwitz | 1169011 | 2002-07-30 01:08:28 +0000 | [diff] [blame] | 781 | /* Define _OSF_SOURCE to get the makedev macro. */ | 
 | 782 | #undef _OSF_SOURCE | 
 | 783 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 784 | /* Define to 2 if the system does not provide POSIX.1 features except with | 
 | 785 |    this defined. */ | 
 | 786 | #undef _POSIX_1_SOURCE | 
 | 787 |  | 
| Martin v. Löwis | e482658 | 2002-10-26 13:33:00 +0000 | [diff] [blame] | 788 | /* Define to activate features from IEEE Stds 1003.{123}-1995 */ | 
 | 789 | #undef _POSIX_C_SOURCE | 
 | 790 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 791 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | 
 | 792 | #undef _POSIX_SOURCE | 
 | 793 |  | 
 | 794 | /* Define if you have POSIX threads, and your system does not define that. */ | 
 | 795 | #undef _POSIX_THREADS | 
 | 796 |  | 
 | 797 | /* Define to force use of thread-safe errno, h_errno, and other functions */ | 
 | 798 | #undef _REENTRANT | 
 | 799 |  | 
| Martin v. Löwis | 6f18a3c | 2002-07-20 08:51:52 +0000 | [diff] [blame] | 800 | /* Define on UNIX to activate XPG/5 features.  */ | 
 | 801 | #ifndef _XOPEN_SOURCE | 
 | 802 | # define _XOPEN_SOURCE 500 | 
 | 803 | #endif | 
 | 804 |  | 
| Martin v. Löwis | e482658 | 2002-10-26 13:33:00 +0000 | [diff] [blame] | 805 | /* Define to activate Unix95-and-earlier features */ | 
 | 806 | #undef _XOPEN_SOURCE_EXTENDED | 
 | 807 |  | 
| Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 808 | /* Define to 1 if type `char' is unsigned and you are not using gcc.  */ | 
 | 809 | #ifndef __CHAR_UNSIGNED__ | 
 | 810 | # undef __CHAR_UNSIGNED__ | 
 | 811 | #endif | 
 | 812 |  | 
 | 813 | /* Defined on Solaris to see additional function prototypes. */ | 
 | 814 | #undef __EXTENSIONS__ | 
 | 815 |  | 
 | 816 | /* Define to 'long' if <time.h> doesn't define. */ | 
 | 817 | #undef clock_t | 
 | 818 |  | 
 | 819 | /* Define to empty if `const' does not conform to ANSI C. */ | 
 | 820 | #undef const | 
 | 821 |  | 
 | 822 | /* Define to `int' if <sys/types.h> doesn't define. */ | 
 | 823 | #undef gid_t | 
 | 824 |  | 
 | 825 | /* Define to `int' if <sys/types.h> does not define. */ | 
 | 826 | #undef mode_t | 
 | 827 |  | 
 | 828 | /* Define to `long' if <sys/types.h> does not define. */ | 
 | 829 | #undef off_t | 
 | 830 |  | 
 | 831 | /* Define to `int' if <sys/types.h> does not define. */ | 
 | 832 | #undef pid_t | 
 | 833 |  | 
 | 834 | /* Define to empty if the keyword does not work. */ | 
 | 835 | #undef signed | 
 | 836 |  | 
 | 837 | /* Define to `unsigned' if <sys/types.h> does not define. */ | 
 | 838 | #undef size_t | 
 | 839 |  | 
 | 840 | /* Define to `int' if <sys/types.h> does not define. */ | 
 | 841 | #undef socklen_t | 
 | 842 |  | 
 | 843 | /* Define to `int' if <sys/types.h> doesn't define. */ | 
 | 844 | #undef uid_t | 
 | 845 |  | 
 | 846 | /* Define to empty if the keyword does not work. */ | 
 | 847 | #undef volatile | 
 | 848 |  | 
| Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 849 |  | 
| Martin v. Löwis | 28341ce | 2001-09-05 15:18:00 +0000 | [diff] [blame] | 850 | /* Define the macros needed if on a UnixWare 7.x system. */ | 
 | 851 | #if defined(__USLC__) && defined(__SCO_VERSION__) | 
| Martin v. Löwis | 28341ce | 2001-09-05 15:18:00 +0000 | [diff] [blame] | 852 | #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */ | 
 | 853 | #endif | 
 | 854 |  |