Matthias Klose | 0f4c16e | 2012-03-14 23:10:15 +0100 | [diff] [blame] | 1 | /* pyconfig.h.in. Generated from configure.ac by autoheader. */ |
Guido van Rossum | 91168a8 | 1994-01-03 03:59:44 +0000 | [diff] [blame] | 2 | |
Martin v. Löwis | bddf5a5 | 2002-11-11 13:37:28 +0000 | [diff] [blame] | 3 | |
| 4 | #ifndef Py_PYCONFIG_H |
| 5 | #define Py_PYCONFIG_H |
| 6 | |
| 7 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 8 | /* Define if building universal (internal helper macro) */ |
| 9 | #undef AC_APPLE_UNIVERSAL_BUILD |
| 10 | |
Michael Felt | 39afa2d | 2019-12-15 15:17:53 +0100 | [diff] [blame] | 11 | /* BUILD_GNU_TYPE + AIX_BUILDDATE are used to construct the PEP425 tag of the |
| 12 | build system. */ |
| 13 | #undef AIX_BUILDDATE |
| 14 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 15 | /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want |
| 16 | support for AIX C++ shared extension modules. */ |
| 17 | #undef AIX_GENUINE_CPLUSPLUS |
Guido van Rossum | 91168a8 | 1994-01-03 03:59:44 +0000 | [diff] [blame] | 18 | |
Victor Stinner | 5422e3c | 2019-04-26 01:40:00 +0200 | [diff] [blame] | 19 | /* Alternative SOABI used in debug build to load C extensions built in release |
| 20 | mode */ |
| 21 | #undef ALT_SOABI |
| 22 | |
Xavier de Gaye | 95750b1 | 2016-07-09 11:05:42 +0200 | [diff] [blame] | 23 | /* The Android API level. */ |
| 24 | #undef ANDROID_API_LEVEL |
| 25 | |
Mark Dickinson | b08a53a | 2009-04-16 19:52:09 +0000 | [diff] [blame] | 26 | /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM |
| 27 | mixed-endian order (byte order 45670123) */ |
| 28 | #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 |
| 29 | |
| 30 | /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most |
| 31 | significant byte first */ |
| 32 | #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 |
| 33 | |
| 34 | /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the |
| 35 | least significant byte first */ |
| 36 | #undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 |
| 37 | |
Martin v. Löwis | 01dfdb3 | 2001-06-23 16:30:13 +0000 | [diff] [blame] | 38 | /* Define if --enable-ipv6 is specified */ |
| 39 | #undef ENABLE_IPV6 |
| 40 | |
Benjamin Peterson | b3b8cb4 | 2018-09-18 23:49:05 -0700 | [diff] [blame] | 41 | /* Define to 1 if your system stores words within floats with the most |
| 42 | significant word first */ |
| 43 | #undef FLOAT_WORDS_BIGENDIAN |
| 44 | |
Benjamin Peterson | d8d835b | 2010-10-15 23:14:46 +0000 | [diff] [blame] | 45 | /* Define if flock needs to be linked with bsd library. */ |
Antoine Pitrou | a300007 | 2010-09-07 14:52:42 +0000 | [diff] [blame] | 46 | #undef FLOCK_NEEDS_LIBBSD |
| 47 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 48 | /* Define if getpgrp() must be called as getpgrp(0). */ |
| 49 | #undef GETPGRP_HAVE_ARG |
| 50 | |
Antoine Pitrou | b1c5496 | 2010-10-14 15:05:38 +0000 | [diff] [blame] | 51 | /* Define to 1 if you have the `accept4' function. */ |
| 52 | #undef HAVE_ACCEPT4 |
| 53 | |
Christian Heimes | 9bd667a | 2008-01-20 15:14:11 +0000 | [diff] [blame] | 54 | /* Define to 1 if you have the `acosh' function. */ |
| 55 | #undef HAVE_ACOSH |
| 56 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 57 | /* struct addrinfo (netdb.h) */ |
| 58 | #undef HAVE_ADDRINFO |
| 59 | |
| 60 | /* Define to 1 if you have the `alarm' function. */ |
| 61 | #undef HAVE_ALARM |
| 62 | |
Christian Heimes | 985ecdc | 2013-11-20 11:46:18 +0100 | [diff] [blame] | 63 | /* Define if aligned memory access is required */ |
| 64 | #undef HAVE_ALIGNED_REQUIRED |
| 65 | |
Christian Heimes | f0400ba | 2013-06-18 13:22:17 +0200 | [diff] [blame] | 66 | /* Define to 1 if you have the <alloca.h> header file. */ |
| 67 | #undef HAVE_ALLOCA_H |
| 68 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 69 | /* Define this if your time.h defines altzone. */ |
| 70 | #undef HAVE_ALTZONE |
| 71 | |
Christian Heimes | 9bd667a | 2008-01-20 15:14:11 +0000 | [diff] [blame] | 72 | /* Define to 1 if you have the `asinh' function. */ |
| 73 | #undef HAVE_ASINH |
| 74 | |
Martin v. Löwis | 11017b1 | 2006-01-14 18:12:57 +0000 | [diff] [blame] | 75 | /* Define to 1 if you have the <asm/types.h> header file. */ |
| 76 | #undef HAVE_ASM_TYPES_H |
| 77 | |
Christian Heimes | 9bd667a | 2008-01-20 15:14:11 +0000 | [diff] [blame] | 78 | /* Define to 1 if you have the `atanh' function. */ |
| 79 | #undef HAVE_ATANH |
| 80 | |
Gustavo Niemeyer | 7bd33c5 | 2004-07-22 18:44:01 +0000 | [diff] [blame] | 81 | /* Define to 1 if you have the `bind_textdomain_codeset' function. */ |
| 82 | #undef HAVE_BIND_TEXTDOMAIN_CODESET |
| 83 | |
Martin v. Löwis | 12af048 | 2004-01-31 12:34:17 +0000 | [diff] [blame] | 84 | /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ |
| 85 | #undef HAVE_BLUETOOTH_BLUETOOTH_H |
| 86 | |
Hye-Shik Chang | 8126860 | 2004-02-02 06:05:24 +0000 | [diff] [blame] | 87 | /* Define to 1 if you have the <bluetooth.h> header file. */ |
| 88 | #undef HAVE_BLUETOOTH_H |
| 89 | |
Mark Dickinson | 3dc7c6a | 2009-01-04 15:09:02 +0000 | [diff] [blame] | 90 | /* Define if mbstowcs(NULL, "text", 0) does not return the number of wide |
| 91 | chars that would be converted. */ |
| 92 | #undef HAVE_BROKEN_MBSTOWCS |
| 93 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 94 | /* Define if nice() returns success/failure instead of the new priority. */ |
| 95 | #undef HAVE_BROKEN_NICE |
| 96 | |
Benjamin Peterson | d8d835b | 2010-10-15 23:14:46 +0000 | [diff] [blame] | 97 | /* Define if the system reports an invalid PIPE_BUF value. */ |
| 98 | #undef HAVE_BROKEN_PIPE_BUF |
| 99 | |
Nicholas Bastin | e62c5c8 | 2004-03-21 23:45:42 +0000 | [diff] [blame] | 100 | /* Define if poll() sets errno on invalid file descriptors. */ |
| 101 | #undef HAVE_BROKEN_POLL |
| 102 | |
Martin v. Löwis | dfc33fd | 2003-01-21 10:14:41 +0000 | [diff] [blame] | 103 | /* Define if the Posix semaphores do not work on your system */ |
| 104 | #undef HAVE_BROKEN_POSIX_SEMAPHORES |
| 105 | |
Jason Tishler | fac083d | 2003-07-22 15:20:49 +0000 | [diff] [blame] | 106 | /* Define if pthread_sigmask() does not work on your system. */ |
| 107 | #undef HAVE_BROKEN_PTHREAD_SIGMASK |
| 108 | |
Benjamin Peterson | 965ce87 | 2009-04-05 21:24:58 +0000 | [diff] [blame] | 109 | /* define to 1 if your sem_getvalue is broken. */ |
| 110 | #undef HAVE_BROKEN_SEM_GETVALUE |
| 111 | |
Victor Stinner | 984890f | 2011-11-24 13:53:38 +0100 | [diff] [blame] | 112 | /* Define if `unsetenv` does not return an int. */ |
| 113 | #undef HAVE_BROKEN_UNSETENV |
| 114 | |
Victor Stinner | 4f5366e | 2015-01-09 02:13:19 +0100 | [diff] [blame] | 115 | /* Has builtin atomics */ |
| 116 | #undef HAVE_BUILTIN_ATOMIC |
| 117 | |
Ned Deily | 3eb67d5 | 2011-06-28 00:00:28 -0700 | [diff] [blame] | 118 | /* Define to 1 if you have the 'chflags' function. */ |
Thomas Wouters | cf297e4 | 2007-02-23 15:07:44 +0000 | [diff] [blame] | 119 | #undef HAVE_CHFLAGS |
| 120 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 121 | /* Define to 1 if you have the `chown' function. */ |
| 122 | #undef HAVE_CHOWN |
| 123 | |
Martin v. Löwis | c8ad7cc | 2002-11-11 13:23:45 +0000 | [diff] [blame] | 124 | /* Define if you have the 'chroot' function. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 125 | #undef HAVE_CHROOT |
| 126 | |
| 127 | /* Define to 1 if you have the `clock' function. */ |
| 128 | #undef HAVE_CLOCK |
| 129 | |
Victor Stinner | e0be423 | 2011-10-25 13:06:09 +0200 | [diff] [blame] | 130 | /* Define to 1 if you have the `clock_getres' function. */ |
| 131 | #undef HAVE_CLOCK_GETRES |
| 132 | |
| 133 | /* Define to 1 if you have the `clock_gettime' function. */ |
| 134 | #undef HAVE_CLOCK_GETTIME |
| 135 | |
Benjamin Peterson | 37098cd | 2016-09-13 22:55:09 -0700 | [diff] [blame] | 136 | /* Define to 1 if you have the `clock_settime' function. */ |
| 137 | #undef HAVE_CLOCK_SETTIME |
| 138 | |
Antoine Pitrou | 042b128 | 2010-08-13 21:15:58 +0000 | [diff] [blame] | 139 | /* Define if the C compiler supports computed gotos. */ |
| 140 | #undef HAVE_COMPUTED_GOTOS |
| 141 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 142 | /* Define to 1 if you have the `confstr' function. */ |
| 143 | #undef HAVE_CONFSTR |
| 144 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 145 | /* Define to 1 if you have the <conio.h> header file. */ |
| 146 | #undef HAVE_CONIO_H |
| 147 | |
Christian Heimes | 99170a5 | 2007-12-19 02:07:34 +0000 | [diff] [blame] | 148 | /* Define to 1 if you have the `copysign' function. */ |
| 149 | #undef HAVE_COPYSIGN |
| 150 | |
Pablo Galindo | aac4d03 | 2019-05-31 19:39:47 +0100 | [diff] [blame] | 151 | /* Define to 1 if you have the `copy_file_range' function. */ |
| 152 | #undef HAVE_COPY_FILE_RANGE |
| 153 | |
stratakis | e768c86 | 2018-01-23 16:11:24 +0100 | [diff] [blame] | 154 | /* Define to 1 if you have the <crypt.h> header file. */ |
| 155 | #undef HAVE_CRYPT_H |
| 156 | |
Gregory P. Smith | 387512c | 2018-12-30 15:42:32 -0800 | [diff] [blame] | 157 | /* Define if you have the crypt_r() function. */ |
| 158 | #undef HAVE_CRYPT_R |
| 159 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 160 | /* Define to 1 if you have the `ctermid' function. */ |
| 161 | #undef HAVE_CTERMID |
| 162 | |
Martin v. Löwis | d584368 | 2002-11-21 20:41:28 +0000 | [diff] [blame] | 163 | /* Define if you have the 'ctermid_r' function. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 164 | #undef HAVE_CTERMID_R |
| 165 | |
Serhiy Storchaka | baac01e | 2017-10-31 13:56:44 +0200 | [diff] [blame] | 166 | /* Define if you have the 'filter' function. */ |
| 167 | #undef HAVE_CURSES_FILTER |
| 168 | |
Martin v. Löwis | ae2830c | 2004-09-18 09:54:52 +0000 | [diff] [blame] | 169 | /* Define to 1 if you have the <curses.h> header file. */ |
| 170 | #undef HAVE_CURSES_H |
| 171 | |
Serhiy Storchaka | baac01e | 2017-10-31 13:56:44 +0200 | [diff] [blame] | 172 | /* Define if you have the 'has_key' function. */ |
| 173 | #undef HAVE_CURSES_HAS_KEY |
| 174 | |
| 175 | /* Define if you have the 'immedok' function. */ |
| 176 | #undef HAVE_CURSES_IMMEDOK |
| 177 | |
Masayuki Yamamoto | 8bc7d63 | 2017-11-01 21:05:26 +0900 | [diff] [blame] | 178 | /* Define if you have the 'is_pad' function or macro. */ |
| 179 | #undef HAVE_CURSES_IS_PAD |
| 180 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 181 | /* Define if you have the 'is_term_resized' function. */ |
| 182 | #undef HAVE_CURSES_IS_TERM_RESIZED |
| 183 | |
| 184 | /* Define if you have the 'resizeterm' function. */ |
| 185 | #undef HAVE_CURSES_RESIZETERM |
| 186 | |
| 187 | /* Define if you have the 'resize_term' function. */ |
| 188 | #undef HAVE_CURSES_RESIZE_TERM |
| 189 | |
Serhiy Storchaka | baac01e | 2017-10-31 13:56:44 +0200 | [diff] [blame] | 190 | /* Define if you have the 'syncok' function. */ |
| 191 | #undef HAVE_CURSES_SYNCOK |
| 192 | |
| 193 | /* Define if you have the 'typeahead' function. */ |
| 194 | #undef HAVE_CURSES_TYPEAHEAD |
| 195 | |
| 196 | /* Define if you have the 'use_env' function. */ |
| 197 | #undef HAVE_CURSES_USE_ENV |
| 198 | |
Serhiy Storchaka | 894ebd0 | 2017-11-01 14:34:20 +0200 | [diff] [blame] | 199 | /* Define if you have the 'wchgat' function. */ |
| 200 | #undef HAVE_CURSES_WCHGAT |
| 201 | |
Mark Dickinson | 3dc7c6a | 2009-01-04 15:09:02 +0000 | [diff] [blame] | 202 | /* Define to 1 if you have the declaration of `isfinite', and to 0 if you |
| 203 | don't. */ |
| 204 | #undef HAVE_DECL_ISFINITE |
| 205 | |
| 206 | /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't. |
| 207 | */ |
| 208 | #undef HAVE_DECL_ISINF |
| 209 | |
| 210 | /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't. |
| 211 | */ |
| 212 | #undef HAVE_DECL_ISNAN |
| 213 | |
Serhiy Storchaka | c2f7d87 | 2016-05-04 09:44:44 +0300 | [diff] [blame] | 214 | /* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you |
| 215 | don't. */ |
| 216 | #undef HAVE_DECL_RTLD_DEEPBIND |
| 217 | |
| 218 | /* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you |
| 219 | don't. */ |
| 220 | #undef HAVE_DECL_RTLD_GLOBAL |
| 221 | |
| 222 | /* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you |
| 223 | don't. */ |
| 224 | #undef HAVE_DECL_RTLD_LAZY |
| 225 | |
| 226 | /* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you |
| 227 | don't. */ |
| 228 | #undef HAVE_DECL_RTLD_LOCAL |
| 229 | |
Michael Felt | c5ae169 | 2017-12-19 13:58:49 +0100 | [diff] [blame] | 230 | /* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you |
| 231 | don't. */ |
| 232 | #undef HAVE_DECL_RTLD_MEMBER |
| 233 | |
Serhiy Storchaka | c2f7d87 | 2016-05-04 09:44:44 +0300 | [diff] [blame] | 234 | /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you |
| 235 | don't. */ |
| 236 | #undef HAVE_DECL_RTLD_NODELETE |
| 237 | |
| 238 | /* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you |
| 239 | don't. */ |
| 240 | #undef HAVE_DECL_RTLD_NOLOAD |
| 241 | |
| 242 | /* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you |
| 243 | don't. */ |
| 244 | #undef HAVE_DECL_RTLD_NOW |
| 245 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 246 | /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. |
| 247 | */ |
| 248 | #undef HAVE_DECL_TZNAME |
| 249 | |
Martin v. Löwis | dbe3f76 | 2002-10-10 14:27:30 +0000 | [diff] [blame] | 250 | /* Define to 1 if you have the device macros. */ |
| 251 | #undef HAVE_DEVICE_MACROS |
| 252 | |
doko@ubuntu.com | b457b9b | 2012-06-30 19:28:16 +0200 | [diff] [blame] | 253 | /* Define to 1 if you have the /dev/ptc device file. */ |
Neal Norwitz | 865400f | 2003-03-21 01:42:58 +0000 | [diff] [blame] | 254 | #undef HAVE_DEV_PTC |
| 255 | |
doko@ubuntu.com | b457b9b | 2012-06-30 19:28:16 +0200 | [diff] [blame] | 256 | /* Define to 1 if you have the /dev/ptmx device file. */ |
Martin v. Löwis | 24a880b | 2002-12-31 12:55:15 +0000 | [diff] [blame] | 257 | #undef HAVE_DEV_PTMX |
| 258 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 259 | /* Define to 1 if you have the <direct.h> header file. */ |
| 260 | #undef HAVE_DIRECT_H |
| 261 | |
Victor Stinner | 35a97c0 | 2015-03-08 02:59:09 +0100 | [diff] [blame] | 262 | /* Define to 1 if the dirent structure has a d_type field */ |
| 263 | #undef HAVE_DIRENT_D_TYPE |
| 264 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 265 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 266 | */ |
| 267 | #undef HAVE_DIRENT_H |
| 268 | |
Gregory P. Smith | df300d5 | 2012-01-21 18:20:15 -0800 | [diff] [blame] | 269 | /* Define if you have the 'dirfd' function or macro. */ |
Gregory P. Smith | 4188441 | 2012-01-16 02:05:23 -0800 | [diff] [blame] | 270 | #undef HAVE_DIRFD |
| 271 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 272 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 273 | #undef HAVE_DLFCN_H |
| 274 | |
| 275 | /* Define to 1 if you have the `dlopen' function. */ |
| 276 | #undef HAVE_DLOPEN |
| 277 | |
| 278 | /* Define to 1 if you have the `dup2' function. */ |
| 279 | #undef HAVE_DUP2 |
| 280 | |
Victor Stinner | daf4555 | 2013-08-28 00:53:59 +0200 | [diff] [blame] | 281 | /* Define to 1 if you have the `dup3' function. */ |
| 282 | #undef HAVE_DUP3 |
| 283 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 284 | /* Defined when any dynamic module loading is enabled. */ |
| 285 | #undef HAVE_DYNAMIC_LOADING |
| 286 | |
Christian Heimes | 985ecdc | 2013-11-20 11:46:18 +0100 | [diff] [blame] | 287 | /* Define to 1 if you have the <endian.h> header file. */ |
| 288 | #undef HAVE_ENDIAN_H |
| 289 | |
Christian Heimes | 4fbc72b | 2008-03-22 00:47:35 +0000 | [diff] [blame] | 290 | /* Define if you have the 'epoll' functions. */ |
| 291 | #undef HAVE_EPOLL |
| 292 | |
Benjamin Peterson | 95c1662 | 2011-12-27 15:36:32 -0600 | [diff] [blame] | 293 | /* Define if you have the 'epoll_create1' function. */ |
| 294 | #undef HAVE_EPOLL_CREATE1 |
| 295 | |
Mark Dickinson | 9c11336 | 2009-09-05 10:36:23 +0000 | [diff] [blame] | 296 | /* Define to 1 if you have the `erf' function. */ |
| 297 | #undef HAVE_ERF |
| 298 | |
| 299 | /* Define to 1 if you have the `erfc' function. */ |
| 300 | #undef HAVE_ERFC |
| 301 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 302 | /* Define to 1 if you have the <errno.h> header file. */ |
| 303 | #undef HAVE_ERRNO_H |
| 304 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 305 | /* Define to 1 if you have the `execv' function. */ |
| 306 | #undef HAVE_EXECV |
| 307 | |
David Carlier | 51aa35e | 2019-05-23 04:32:44 +0000 | [diff] [blame] | 308 | /* Define to 1 if you have the `explicit_bzero' function. */ |
| 309 | #undef HAVE_EXPLICIT_BZERO |
| 310 | |
| 311 | /* Define to 1 if you have the `explicit_memset' function. */ |
| 312 | #undef HAVE_EXPLICIT_MEMSET |
| 313 | |
Christian Heimes | 9bd667a | 2008-01-20 15:14:11 +0000 | [diff] [blame] | 314 | /* Define to 1 if you have the `expm1' function. */ |
| 315 | #undef HAVE_EXPM1 |
| 316 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 317 | /* Define to 1 if you have the `faccessat' function. */ |
| 318 | #undef HAVE_FACCESSAT |
| 319 | |
Martin v. Löwis | a64988c | 2003-09-20 15:30:20 +0000 | [diff] [blame] | 320 | /* Define if you have the 'fchdir' function. */ |
Fred Drake | 6b3cc52 | 2002-04-15 19:20:27 +0000 | [diff] [blame] | 321 | #undef HAVE_FCHDIR |
| 322 | |
Christian Heimes | 4e30a84 | 2007-11-30 22:12:06 +0000 | [diff] [blame] | 323 | /* Define to 1 if you have the `fchmod' function. */ |
| 324 | #undef HAVE_FCHMOD |
| 325 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 326 | /* Define to 1 if you have the `fchmodat' function. */ |
| 327 | #undef HAVE_FCHMODAT |
| 328 | |
Christian Heimes | 4e30a84 | 2007-11-30 22:12:06 +0000 | [diff] [blame] | 329 | /* Define to 1 if you have the `fchown' function. */ |
| 330 | #undef HAVE_FCHOWN |
| 331 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 332 | /* Define to 1 if you have the `fchownat' function. */ |
| 333 | #undef HAVE_FCHOWNAT |
| 334 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 335 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 336 | #undef HAVE_FCNTL_H |
| 337 | |
Martin v. Löwis | a64988c | 2003-09-20 15:30:20 +0000 | [diff] [blame] | 338 | /* Define if you have the 'fdatasync' function. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 339 | #undef HAVE_FDATASYNC |
| 340 | |
Antoine Pitrou | 8250e23 | 2011-02-25 23:41:16 +0000 | [diff] [blame] | 341 | /* Define to 1 if you have the `fdopendir' function. */ |
| 342 | #undef HAVE_FDOPENDIR |
| 343 | |
Jakub Kulík | e20134f | 2019-09-11 17:11:57 +0200 | [diff] [blame] | 344 | /* Define to 1 if you have the `fdwalk' function. */ |
| 345 | #undef HAVE_FDWALK |
| 346 | |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 347 | /* Define to 1 if you have the `fexecve' function. */ |
| 348 | #undef HAVE_FEXECVE |
| 349 | |
Christian Heimes | 9bd667a | 2008-01-20 15:14:11 +0000 | [diff] [blame] | 350 | /* Define to 1 if you have the `finite' function. */ |
| 351 | #undef HAVE_FINITE |
| 352 | |
Benjamin Peterson | d8d835b | 2010-10-15 23:14:46 +0000 | [diff] [blame] | 353 | /* Define to 1 if you have the `flock' function. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 354 | #undef HAVE_FLOCK |
| 355 | |
| 356 | /* Define to 1 if you have the `fork' function. */ |
| 357 | #undef HAVE_FORK |
| 358 | |
| 359 | /* Define to 1 if you have the `forkpty' function. */ |
| 360 | #undef HAVE_FORKPTY |
| 361 | |
| 362 | /* Define to 1 if you have the `fpathconf' function. */ |
| 363 | #undef HAVE_FPATHCONF |
| 364 | |
| 365 | /* Define to 1 if you have the `fseek64' function. */ |
| 366 | #undef HAVE_FSEEK64 |
| 367 | |
| 368 | /* Define to 1 if you have the `fseeko' function. */ |
| 369 | #undef HAVE_FSEEKO |
| 370 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 371 | /* Define to 1 if you have the `fstatat' function. */ |
| 372 | #undef HAVE_FSTATAT |
| 373 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 374 | /* Define to 1 if you have the `fstatvfs' function. */ |
| 375 | #undef HAVE_FSTATVFS |
| 376 | |
Martin v. Löwis | 49ee14d | 2003-11-10 06:35:36 +0000 | [diff] [blame] | 377 | /* Define if you have the 'fsync' function. */ |
| 378 | #undef HAVE_FSYNC |
| 379 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 380 | /* Define to 1 if you have the `ftell64' function. */ |
| 381 | #undef HAVE_FTELL64 |
| 382 | |
| 383 | /* Define to 1 if you have the `ftello' function. */ |
| 384 | #undef HAVE_FTELLO |
| 385 | |
| 386 | /* Define to 1 if you have the `ftime' function. */ |
| 387 | #undef HAVE_FTIME |
| 388 | |
| 389 | /* Define to 1 if you have the `ftruncate' function. */ |
| 390 | #undef HAVE_FTRUNCATE |
| 391 | |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 392 | /* Define to 1 if you have the `futimens' function. */ |
| 393 | #undef HAVE_FUTIMENS |
| 394 | |
| 395 | /* Define to 1 if you have the `futimes' function. */ |
| 396 | #undef HAVE_FUTIMES |
| 397 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 398 | /* Define to 1 if you have the `futimesat' function. */ |
| 399 | #undef HAVE_FUTIMESAT |
| 400 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 401 | /* Define to 1 if you have the `gai_strerror' function. */ |
| 402 | #undef HAVE_GAI_STRERROR |
| 403 | |
Mark Dickinson | 9c11336 | 2009-09-05 10:36:23 +0000 | [diff] [blame] | 404 | /* Define to 1 if you have the `gamma' function. */ |
| 405 | #undef HAVE_GAMMA |
| 406 | |
Benjamin Peterson | 8bdeb16 | 2014-04-17 00:00:31 -0400 | [diff] [blame] | 407 | /* Define if we can use gcc inline assembler to get and set mc68881 fpcr */ |
| 408 | #undef HAVE_GCC_ASM_FOR_MC68881 |
| 409 | |
Stefan Krah | 1919b7e | 2012-03-21 18:25:23 +0100 | [diff] [blame] | 410 | /* Define if we can use x64 gcc inline assembler */ |
| 411 | #undef HAVE_GCC_ASM_FOR_X64 |
| 412 | |
Mark Dickinson | b08a53a | 2009-04-16 19:52:09 +0000 | [diff] [blame] | 413 | /* Define if we can use gcc inline assembler to get and set x87 control word |
| 414 | */ |
| 415 | #undef HAVE_GCC_ASM_FOR_X87 |
| 416 | |
Stefan Krah | 1919b7e | 2012-03-21 18:25:23 +0100 | [diff] [blame] | 417 | /* Define if your compiler provides __uint128_t */ |
| 418 | #undef HAVE_GCC_UINT128_T |
| 419 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 420 | /* Define if you have the getaddrinfo function. */ |
| 421 | #undef HAVE_GETADDRINFO |
| 422 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 423 | /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */ |
| 424 | #undef HAVE_GETC_UNLOCKED |
| 425 | |
Victor Stinner | 4d6a3d6 | 2014-12-21 01:16:38 +0100 | [diff] [blame] | 426 | /* Define to 1 if you have the `getentropy' function. */ |
| 427 | #undef HAVE_GETENTROPY |
| 428 | |
William Grzybowski | 23e65b2 | 2018-09-07 09:06:15 -0300 | [diff] [blame] | 429 | /* Define to 1 if you have the `getgrgid_r' function. */ |
| 430 | #undef HAVE_GETGRGID_R |
| 431 | |
| 432 | /* Define to 1 if you have the `getgrnam_r' function. */ |
| 433 | #undef HAVE_GETGRNAM_R |
| 434 | |
Ross Lagerwall | b0ae53d | 2011-06-10 07:30:30 +0200 | [diff] [blame] | 435 | /* Define to 1 if you have the `getgrouplist' function. */ |
| 436 | #undef HAVE_GETGROUPLIST |
| 437 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 438 | /* Define to 1 if you have the `getgroups' function. */ |
| 439 | #undef HAVE_GETGROUPS |
| 440 | |
| 441 | /* Define to 1 if you have the `gethostbyname' function. */ |
| 442 | #undef HAVE_GETHOSTBYNAME |
| 443 | |
Guido van Rossum | 7152e9b | 1999-03-22 21:46:06 +0000 | [diff] [blame] | 444 | /* Define this if you have some version of gethostbyname_r() */ |
| 445 | #undef HAVE_GETHOSTBYNAME_R |
| 446 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 447 | /* Define this if you have the 3-arg version of gethostbyname_r(). */ |
| 448 | #undef HAVE_GETHOSTBYNAME_R_3_ARG |
Martin v. Löwis | 0ba70cc | 2001-06-26 22:22:37 +0000 | [diff] [blame] | 449 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 450 | /* Define this if you have the 5-arg version of gethostbyname_r(). */ |
| 451 | #undef HAVE_GETHOSTBYNAME_R_5_ARG |
Martin v. Löwis | 0ba70cc | 2001-06-26 22:22:37 +0000 | [diff] [blame] | 452 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 453 | /* Define this if you have the 6-arg version of gethostbyname_r(). */ |
| 454 | #undef HAVE_GETHOSTBYNAME_R_6_ARG |
Guido van Rossum | 9caf77a | 1996-08-01 00:52:26 +0000 | [diff] [blame] | 455 | |
Martin v. Löwis | 823725e | 2008-03-24 13:39:54 +0000 | [diff] [blame] | 456 | /* Define to 1 if you have the `getitimer' function. */ |
| 457 | #undef HAVE_GETITIMER |
| 458 | |
Martin v. Löwis | 438b534 | 2002-12-27 10:16:42 +0000 | [diff] [blame] | 459 | /* Define to 1 if you have the `getloadavg' function. */ |
| 460 | #undef HAVE_GETLOADAVG |
| 461 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 462 | /* Define to 1 if you have the `getlogin' function. */ |
Fred Drake | 3bb3e57 | 1999-12-14 20:48:17 +0000 | [diff] [blame] | 463 | #undef HAVE_GETLOGIN |
| 464 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 465 | /* Define to 1 if you have the `getnameinfo' function. */ |
Martin v. Löwis | 01dfdb3 | 2001-06-23 16:30:13 +0000 | [diff] [blame] | 466 | #undef HAVE_GETNAMEINFO |
| 467 | |
Martin v. Löwis | f26d63b | 2003-03-30 17:23:49 +0000 | [diff] [blame] | 468 | /* Define if you have the 'getpagesize' function. */ |
| 469 | #undef HAVE_GETPAGESIZE |
| 470 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 471 | /* Define to 1 if you have the `getpeername' function. */ |
Fred Drake | f581db1 | 1999-12-14 21:11:47 +0000 | [diff] [blame] | 472 | #undef HAVE_GETPEERNAME |
Fred Drake | 3bb3e57 | 1999-12-14 20:48:17 +0000 | [diff] [blame] | 473 | |
Martin v. Löwis | 606edc1 | 2002-06-13 21:09:11 +0000 | [diff] [blame] | 474 | /* Define to 1 if you have the `getpgid' function. */ |
| 475 | #undef HAVE_GETPGID |
| 476 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 477 | /* Define to 1 if you have the `getpgrp' function. */ |
Guido van Rossum | 61fe861 | 1994-01-03 14:56:37 +0000 | [diff] [blame] | 478 | #undef HAVE_GETPGRP |
| 479 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 480 | /* Define to 1 if you have the `getpid' function. */ |
Guido van Rossum | f132852 | 1994-05-03 14:43:56 +0000 | [diff] [blame] | 481 | #undef HAVE_GETPID |
| 482 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 483 | /* Define to 1 if you have the `getpriority' function. */ |
Thomas Wouters | c2c12dc | 2001-07-11 14:45:34 +0000 | [diff] [blame] | 484 | #undef HAVE_GETPRIORITY |
Guido van Rossum | 353ae58 | 2001-07-10 16:45:32 +0000 | [diff] [blame] | 485 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 486 | /* Define to 1 if you have the `getpwent' function. */ |
Guido van Rossum | 1171ee6 | 1997-08-22 20:42:00 +0000 | [diff] [blame] | 487 | #undef HAVE_GETPWENT |
| 488 | |
William Grzybowski | 23e65b2 | 2018-09-07 09:06:15 -0300 | [diff] [blame] | 489 | /* Define to 1 if you have the `getpwnam_r' function. */ |
| 490 | #undef HAVE_GETPWNAM_R |
| 491 | |
| 492 | /* Define to 1 if you have the `getpwuid_r' function. */ |
| 493 | #undef HAVE_GETPWUID_R |
| 494 | |
Victor Stinner | bae2d62 | 2015-10-01 09:47:30 +0200 | [diff] [blame] | 495 | /* Define to 1 if the getrandom() function is available */ |
| 496 | #undef HAVE_GETRANDOM |
| 497 | |
Victor Stinner | 9eb57c5 | 2015-03-19 22:21:49 +0100 | [diff] [blame] | 498 | /* Define to 1 if the Linux getrandom() syscall is available */ |
| 499 | #undef HAVE_GETRANDOM_SYSCALL |
| 500 | |
Martin v. Löwis | 7aed61a | 2009-11-27 14:09:49 +0000 | [diff] [blame] | 501 | /* Define to 1 if you have the `getresgid' function. */ |
| 502 | #undef HAVE_GETRESGID |
| 503 | |
| 504 | /* Define to 1 if you have the `getresuid' function. */ |
| 505 | #undef HAVE_GETRESUID |
| 506 | |
Martin v. Löwis | 49ee14d | 2003-11-10 06:35:36 +0000 | [diff] [blame] | 507 | /* Define to 1 if you have the `getsid' function. */ |
| 508 | #undef HAVE_GETSID |
| 509 | |
Martin v. Löwis | c300175 | 2005-01-23 09:27:24 +0000 | [diff] [blame] | 510 | /* Define to 1 if you have the `getspent' function. */ |
| 511 | #undef HAVE_GETSPENT |
| 512 | |
| 513 | /* Define to 1 if you have the `getspnam' function. */ |
| 514 | #undef HAVE_GETSPNAM |
| 515 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 516 | /* Define to 1 if you have the `getwd' function. */ |
Guido van Rossum | 61fe861 | 1994-01-03 14:56:37 +0000 | [diff] [blame] | 517 | #undef HAVE_GETWD |
| 518 | |
Stefan Krah | 1919b7e | 2012-03-21 18:25:23 +0100 | [diff] [blame] | 519 | /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and |
| 520 | bcopy. */ |
| 521 | #undef HAVE_GLIBC_MEMMOVE_BUG |
| 522 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 523 | /* Define to 1 if you have the <grp.h> header file. */ |
Guido van Rossum | a6535fd | 2001-10-18 19:44:10 +0000 | [diff] [blame] | 524 | #undef HAVE_GRP_H |
| 525 | |
Martin v. Löwis | e941617 | 2003-05-03 10:12:45 +0000 | [diff] [blame] | 526 | /* Define if you have the 'hstrerror' function. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 527 | #undef HAVE_HSTRERROR |
| 528 | |
Christian Heimes | 985ecdc | 2013-11-20 11:46:18 +0100 | [diff] [blame] | 529 | /* Define this if you have le64toh() */ |
| 530 | #undef HAVE_HTOLE64 |
| 531 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 532 | /* Define to 1 if you have the `hypot' function. */ |
| 533 | #undef HAVE_HYPOT |
| 534 | |
Christian Heimes | bbe741d | 2008-03-28 10:53:29 +0000 | [diff] [blame] | 535 | /* Define to 1 if you have the <ieeefp.h> header file. */ |
| 536 | #undef HAVE_IEEEFP_H |
| 537 | |
Nathaniel J. Smith | 735ae8d | 2018-01-05 23:15:34 -0800 | [diff] [blame] | 538 | /* Define to 1 if you have the `if_nameindex' function. */ |
Gregory P. Smith | 5ed2e77 | 2011-05-15 00:26:45 -0700 | [diff] [blame] | 539 | #undef HAVE_IF_NAMEINDEX |
| 540 | |
Martin v. Löwis | e941617 | 2003-05-03 10:12:45 +0000 | [diff] [blame] | 541 | /* Define if you have the 'inet_aton' function. */ |
Neal Norwitz | 10b214c | 2003-02-13 02:11:10 +0000 | [diff] [blame] | 542 | #undef HAVE_INET_ATON |
| 543 | |
Martin v. Löwis | e941617 | 2003-05-03 10:12:45 +0000 | [diff] [blame] | 544 | /* Define if you have the 'inet_pton' function. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 545 | #undef HAVE_INET_PTON |
| 546 | |
Benjamin Peterson | 05159c4 | 2009-12-03 03:01:27 +0000 | [diff] [blame] | 547 | /* Define to 1 if you have the `initgroups' function. */ |
| 548 | #undef HAVE_INITGROUPS |
| 549 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 550 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 551 | #undef HAVE_INTTYPES_H |
| 552 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 553 | /* Define to 1 if you have the <io.h> header file. */ |
| 554 | #undef HAVE_IO_H |
| 555 | |
Stefan Krah | 1919b7e | 2012-03-21 18:25:23 +0100 | [diff] [blame] | 556 | /* Define if gcc has the ipa-pure-const bug. */ |
| 557 | #undef HAVE_IPA_PURE_CONST_BUG |
| 558 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 559 | /* Define to 1 if you have the `kill' function. */ |
| 560 | #undef HAVE_KILL |
| 561 | |
| 562 | /* Define to 1 if you have the `killpg' function. */ |
| 563 | #undef HAVE_KILLPG |
| 564 | |
Christian Heimes | 4fbc72b | 2008-03-22 00:47:35 +0000 | [diff] [blame] | 565 | /* Define if you have the 'kqueue' functions. */ |
| 566 | #undef HAVE_KQUEUE |
| 567 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 568 | /* 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] | 569 | #undef HAVE_LANGINFO_H |
| 570 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 571 | /* Defined to enable large file support when an off_t is bigger than a long |
Sergey Fedoseev | 52c1a6a | 2019-08-26 20:12:47 +0500 | [diff] [blame] | 572 | and long long is at least as big as an off_t. You may need to add some |
| 573 | flags for configuration and compilation to enable this mode. (For Solaris |
| 574 | and Linux, the necessary defines are already defined.) */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 575 | #undef HAVE_LARGEFILE_SUPPORT |
Martin v. Löwis | 2e64c34 | 2002-03-27 18:49:02 +0000 | [diff] [blame] | 576 | |
Ned Deily | 3eb67d5 | 2011-06-28 00:00:28 -0700 | [diff] [blame] | 577 | /* Define to 1 if you have the 'lchflags' function. */ |
Thomas Wouters | cf297e4 | 2007-02-23 15:07:44 +0000 | [diff] [blame] | 578 | #undef HAVE_LCHFLAGS |
| 579 | |
Christian Heimes | 4e30a84 | 2007-11-30 22:12:06 +0000 | [diff] [blame] | 580 | /* Define to 1 if you have the `lchmod' function. */ |
| 581 | #undef HAVE_LCHMOD |
| 582 | |
Martin v. Löwis | 0cec0ff | 2002-07-28 16:33:45 +0000 | [diff] [blame] | 583 | /* Define to 1 if you have the `lchown' function. */ |
| 584 | #undef HAVE_LCHOWN |
| 585 | |
Mark Dickinson | 9c11336 | 2009-09-05 10:36:23 +0000 | [diff] [blame] | 586 | /* Define to 1 if you have the `lgamma' function. */ |
| 587 | #undef HAVE_LGAMMA |
| 588 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 589 | /* Define to 1 if you have the `dl' library (-ldl). */ |
Guido van Rossum | 61fe861 | 1994-01-03 14:56:37 +0000 | [diff] [blame] | 590 | #undef HAVE_LIBDL |
| 591 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 592 | /* Define to 1 if you have the `dld' library (-ldld). */ |
Guido van Rossum | 76be6ed | 1995-01-02 18:33:54 +0000 | [diff] [blame] | 593 | #undef HAVE_LIBDLD |
Guido van Rossum | f132852 | 1994-05-03 14:43:56 +0000 | [diff] [blame] | 594 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 595 | /* Define to 1 if you have the `ieee' library (-lieee). */ |
Guido van Rossum | 76be6ed | 1995-01-02 18:33:54 +0000 | [diff] [blame] | 596 | #undef HAVE_LIBIEEE |
Guido van Rossum | aef734b | 2001-01-10 21:09:12 +0000 | [diff] [blame] | 597 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 598 | /* Define to 1 if you have the <libintl.h> header file. */ |
| 599 | #undef HAVE_LIBINTL_H |
| 600 | |
Mark Dickinson | 3dc7c6a | 2009-01-04 15:09:02 +0000 | [diff] [blame] | 601 | /* Define if you have the readline library (-lreadline). */ |
Neal Norwitz | fe8e3d9 | 2006-01-07 21:07:20 +0000 | [diff] [blame] | 602 | #undef HAVE_LIBREADLINE |
| 603 | |
Martin v. Löwis | 95c419b | 2003-05-03 12:10:48 +0000 | [diff] [blame] | 604 | /* Define to 1 if you have the `resolv' library (-lresolv). */ |
| 605 | #undef HAVE_LIBRESOLV |
| 606 | |
Antoine Pitrou | 061cfb5 | 2011-02-28 22:25:22 +0000 | [diff] [blame] | 607 | /* Define to 1 if you have the `sendfile' library (-lsendfile). */ |
| 608 | #undef HAVE_LIBSENDFILE |
| 609 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 610 | /* Define to 1 if you have the <libutil.h> header file. */ |
| 611 | #undef HAVE_LIBUTIL_H |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 612 | |
Martin v. Löwis | c8ad7cc | 2002-11-11 13:23:45 +0000 | [diff] [blame] | 613 | /* Define if you have the 'link' function. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 614 | #undef HAVE_LINK |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 615 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 616 | /* Define to 1 if you have the `linkat' function. */ |
| 617 | #undef HAVE_LINKAT |
| 618 | |
Charles-François Natali | 773e42d | 2013-02-05 19:42:01 +0100 | [diff] [blame] | 619 | /* Define to 1 if you have the <linux/can/bcm.h> header file. */ |
| 620 | #undef HAVE_LINUX_CAN_BCM_H |
| 621 | |
Charles-François Natali | 47413c1 | 2011-10-06 19:47:44 +0200 | [diff] [blame] | 622 | /* Define to 1 if you have the <linux/can.h> header file. */ |
| 623 | #undef HAVE_LINUX_CAN_H |
| 624 | |
Larry Hastings | a6cc551 | 2015-04-13 17:48:40 -0400 | [diff] [blame] | 625 | /* Define if compiling using Linux 3.6 or later. */ |
| 626 | #undef HAVE_LINUX_CAN_RAW_FD_FRAMES |
| 627 | |
Charles-François Natali | 47413c1 | 2011-10-06 19:47:44 +0200 | [diff] [blame] | 628 | /* Define to 1 if you have the <linux/can/raw.h> header file. */ |
| 629 | #undef HAVE_LINUX_CAN_RAW_H |
| 630 | |
Zackery Spytz | 97e0de0 | 2020-04-09 06:03:49 -0600 | [diff] [blame] | 631 | /* Define if compiling using Linux 4.1 or later. */ |
| 632 | #undef HAVE_LINUX_CAN_RAW_JOIN_FILTERS |
| 633 | |
Zackery Spytz | 43fdbd2 | 2019-05-29 13:57:07 -0600 | [diff] [blame] | 634 | /* Define to 1 if you have the <linux/memfd.h> header file. */ |
| 635 | #undef HAVE_LINUX_MEMFD_H |
| 636 | |
Martin v. Löwis | 11017b1 | 2006-01-14 18:12:57 +0000 | [diff] [blame] | 637 | /* Define to 1 if you have the <linux/netlink.h> header file. */ |
| 638 | #undef HAVE_LINUX_NETLINK_H |
| 639 | |
Bjorn Andersson | bb81651 | 2018-09-26 06:47:52 -0700 | [diff] [blame] | 640 | /* Define to 1 if you have the <linux/qrtr.h> header file. */ |
| 641 | #undef HAVE_LINUX_QRTR_H |
| 642 | |
Victor Stinner | dddf484 | 2016-06-07 11:21:42 +0200 | [diff] [blame] | 643 | /* Define to 1 if you have the <linux/random.h> header file. */ |
| 644 | #undef HAVE_LINUX_RANDOM_H |
| 645 | |
Benjamin Peterson | b8a2f51 | 2016-07-06 23:55:15 -0700 | [diff] [blame] | 646 | /* Define to 1 if you have the <linux/tipc.h> header file. */ |
| 647 | #undef HAVE_LINUX_TIPC_H |
| 648 | |
caavery | effc12f | 2017-09-06 18:18:10 -0400 | [diff] [blame] | 649 | /* Define to 1 if you have the <linux/vm_sockets.h> header file. */ |
| 650 | #undef HAVE_LINUX_VM_SOCKETS_H |
| 651 | |
Benjamin Peterson | 5c0c325 | 2019-11-05 21:58:31 -0800 | [diff] [blame] | 652 | /* Define to 1 if you have the <linux/wait.h> header file. */ |
| 653 | #undef HAVE_LINUX_WAIT_H |
| 654 | |
xdegaye | 5ce1069 | 2017-11-23 12:01:36 +0100 | [diff] [blame] | 655 | /* Define to 1 if you have the `lockf' function. */ |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 656 | #undef HAVE_LOCKF |
| 657 | |
Christian Heimes | 9bd667a | 2008-01-20 15:14:11 +0000 | [diff] [blame] | 658 | /* Define to 1 if you have the `log1p' function. */ |
| 659 | #undef HAVE_LOG1P |
| 660 | |
Victor Stinner | 8f9f8d6 | 2011-05-09 12:45:41 +0200 | [diff] [blame] | 661 | /* Define to 1 if you have the `log2' function. */ |
| 662 | #undef HAVE_LOG2 |
| 663 | |
Eitan Adler | 3055c94 | 2018-05-15 22:58:09 -0700 | [diff] [blame] | 664 | /* Define to 1 if the system has the type `long double'. */ |
Travis E. Oliphant | 9b30784 | 2007-10-12 22:06:37 +0000 | [diff] [blame] | 665 | #undef HAVE_LONG_DOUBLE |
| 666 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 667 | /* Define to 1 if you have the `lstat' function. */ |
| 668 | #undef HAVE_LSTAT |
| 669 | |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 670 | /* Define to 1 if you have the `lutimes' function. */ |
| 671 | #undef HAVE_LUTIMES |
| 672 | |
Zackery Spytz | 02db696 | 2019-05-27 10:48:17 -0600 | [diff] [blame] | 673 | /* Define to 1 if you have the `madvise' function. */ |
| 674 | #undef HAVE_MADVISE |
| 675 | |
Neal Norwitz | 1169011 | 2002-07-30 01:08:28 +0000 | [diff] [blame] | 676 | /* Define this if you have the makedev macro. */ |
| 677 | #undef HAVE_MAKEDEV |
| 678 | |
Martin v. Löwis | 011e842 | 2009-05-05 04:43:17 +0000 | [diff] [blame] | 679 | /* Define to 1 if you have the `mbrtowc' function. */ |
| 680 | #undef HAVE_MBRTOWC |
| 681 | |
Zackery Spytz | 43fdbd2 | 2019-05-29 13:57:07 -0600 | [diff] [blame] | 682 | /* Define if you have the 'memfd_create' function. */ |
| 683 | #undef HAVE_MEMFD_CREATE |
| 684 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 685 | /* Define to 1 if you have the <memory.h> header file. */ |
| 686 | #undef HAVE_MEMORY_H |
| 687 | |
Antoine Pitrou | 2c3b230 | 2011-10-11 20:29:21 +0200 | [diff] [blame] | 688 | /* Define to 1 if you have the `memrchr' function. */ |
| 689 | #undef HAVE_MEMRCHR |
| 690 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 691 | /* Define to 1 if you have the `mkdirat' function. */ |
| 692 | #undef HAVE_MKDIRAT |
| 693 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 694 | /* Define to 1 if you have the `mkfifo' function. */ |
| 695 | #undef HAVE_MKFIFO |
| 696 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 697 | /* Define to 1 if you have the `mkfifoat' function. */ |
| 698 | #undef HAVE_MKFIFOAT |
| 699 | |
Martin v. Löwis | 06a83e9 | 2002-04-14 10:19:44 +0000 | [diff] [blame] | 700 | /* Define to 1 if you have the `mknod' function. */ |
| 701 | #undef HAVE_MKNOD |
| 702 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 703 | /* Define to 1 if you have the `mknodat' function. */ |
| 704 | #undef HAVE_MKNODAT |
| 705 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 706 | /* Define to 1 if you have the `mktime' function. */ |
| 707 | #undef HAVE_MKTIME |
| 708 | |
Antoine Pitrou | f0effe6 | 2011-11-26 01:11:02 +0100 | [diff] [blame] | 709 | /* Define to 1 if you have the `mmap' function. */ |
| 710 | #undef HAVE_MMAP |
| 711 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 712 | /* Define to 1 if you have the `mremap' function. */ |
| 713 | #undef HAVE_MREMAP |
| 714 | |
| 715 | /* Define to 1 if you have the <ncurses.h> header file. */ |
| 716 | #undef HAVE_NCURSES_H |
| 717 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 718 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 719 | #undef HAVE_NDIR_H |
| 720 | |
| 721 | /* Define to 1 if you have the <netpacket/packet.h> header file. */ |
| 722 | #undef HAVE_NETPACKET_PACKET_H |
| 723 | |
Nadeem Vawda | d74b593 | 2011-05-15 13:16:22 +0200 | [diff] [blame] | 724 | /* Define to 1 if you have the <net/if.h> header file. */ |
| 725 | #undef HAVE_NET_IF_H |
| 726 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 727 | /* Define to 1 if you have the `nice' function. */ |
| 728 | #undef HAVE_NICE |
| 729 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 730 | /* Define to 1 if you have the `openat' function. */ |
| 731 | #undef HAVE_OPENAT |
| 732 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 733 | /* Define to 1 if you have the `openpty' function. */ |
| 734 | #undef HAVE_OPENPTY |
| 735 | |
| 736 | /* Define to 1 if you have the `pathconf' function. */ |
| 737 | #undef HAVE_PATHCONF |
| 738 | |
| 739 | /* Define to 1 if you have the `pause' function. */ |
| 740 | #undef HAVE_PAUSE |
| 741 | |
Charles-François Natali | daafdd5 | 2011-05-29 20:07:40 +0200 | [diff] [blame] | 742 | /* Define to 1 if you have the `pipe2' function. */ |
Martin v. Löwis | d1fc34d | 2010-12-30 14:55:47 +0000 | [diff] [blame] | 743 | #undef HAVE_PIPE2 |
| 744 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 745 | /* Define to 1 if you have the `plock' function. */ |
| 746 | #undef HAVE_PLOCK |
| 747 | |
| 748 | /* Define to 1 if you have the `poll' function. */ |
| 749 | #undef HAVE_POLL |
| 750 | |
| 751 | /* Define to 1 if you have the <poll.h> header file. */ |
| 752 | #undef HAVE_POLL_H |
| 753 | |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 754 | /* Define to 1 if you have the `posix_fadvise' function. */ |
| 755 | #undef HAVE_POSIX_FADVISE |
| 756 | |
| 757 | /* Define to 1 if you have the `posix_fallocate' function. */ |
| 758 | #undef HAVE_POSIX_FALLOCATE |
| 759 | |
Pablo Galindo | 6c6ddf9 | 2018-01-29 01:56:10 +0000 | [diff] [blame] | 760 | /* Define to 1 if you have the `posix_spawn' function. */ |
| 761 | #undef HAVE_POSIX_SPAWN |
| 762 | |
Joannah Nanjekye | 92b8322 | 2019-01-16 16:29:26 +0300 | [diff] [blame] | 763 | /* Define to 1 if you have the `posix_spawnp' function. */ |
| 764 | #undef HAVE_POSIX_SPAWNP |
| 765 | |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 766 | /* Define to 1 if you have the `pread' function. */ |
| 767 | #undef HAVE_PREAD |
| 768 | |
Pablo Galindo | 4defba3 | 2018-01-27 16:16:37 +0000 | [diff] [blame] | 769 | /* Define to 1 if you have the `preadv' function. */ |
| 770 | #undef HAVE_PREADV |
| 771 | |
| 772 | /* Define to 1 if you have the `preadv2' function. */ |
| 773 | #undef HAVE_PREADV2 |
| 774 | |
Christian Heimes | b7bd5df | 2013-10-22 11:21:54 +0200 | [diff] [blame] | 775 | /* Define if you have the 'prlimit' functions. */ |
| 776 | #undef HAVE_PRLIMIT |
| 777 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 778 | /* Define to 1 if you have the <process.h> header file. */ |
| 779 | #undef HAVE_PROCESS_H |
| 780 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 781 | /* Define if your compiler supports function prototype */ |
| 782 | #undef HAVE_PROTOTYPES |
| 783 | |
Inada Naoki | 001fee1 | 2019-02-20 10:00:09 +0900 | [diff] [blame] | 784 | /* Define to 1 if you have the `pthread_condattr_setclock' function. */ |
| 785 | #undef HAVE_PTHREAD_CONDATTR_SETCLOCK |
| 786 | |
Martin v. Löwis | a7a76d3 | 2002-10-04 07:21:24 +0000 | [diff] [blame] | 787 | /* Defined for Solaris 2.6 bug in pthread header. */ |
| 788 | #undef HAVE_PTHREAD_DESTRUCTOR |
| 789 | |
pdox | e14679c | 2017-10-05 00:01:56 -0700 | [diff] [blame] | 790 | /* Define to 1 if you have the `pthread_getcpuclockid' function. */ |
| 791 | #undef HAVE_PTHREAD_GETCPUCLOCKID |
| 792 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 793 | /* Define to 1 if you have the <pthread.h> header file. */ |
| 794 | #undef HAVE_PTHREAD_H |
| 795 | |
| 796 | /* Define to 1 if you have the `pthread_init' function. */ |
| 797 | #undef HAVE_PTHREAD_INIT |
| 798 | |
Victor Stinner | b3e7219 | 2011-05-08 01:46:11 +0200 | [diff] [blame] | 799 | /* Define to 1 if you have the `pthread_kill' function. */ |
| 800 | #undef HAVE_PTHREAD_KILL |
| 801 | |
Benjamin Peterson | 316e02b | 2011-05-10 15:01:56 -0500 | [diff] [blame] | 802 | /* Define to 1 if you have the `pthread_sigmask' function. */ |
| 803 | #undef HAVE_PTHREAD_SIGMASK |
| 804 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 805 | /* Define to 1 if you have the <pty.h> header file. */ |
| 806 | #undef HAVE_PTY_H |
| 807 | |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 808 | /* Define to 1 if you have the `pwrite' function. */ |
| 809 | #undef HAVE_PWRITE |
| 810 | |
Pablo Galindo | 4defba3 | 2018-01-27 16:16:37 +0000 | [diff] [blame] | 811 | /* Define to 1 if you have the `pwritev' function. */ |
| 812 | #undef HAVE_PWRITEV |
| 813 | |
| 814 | /* Define to 1 if you have the `pwritev2' function. */ |
| 815 | #undef HAVE_PWRITEV2 |
| 816 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 817 | /* Define to 1 if you have the `readlink' function. */ |
| 818 | #undef HAVE_READLINK |
| 819 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 820 | /* Define to 1 if you have the `readlinkat' function. */ |
| 821 | #undef HAVE_READLINKAT |
| 822 | |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 823 | /* Define to 1 if you have the `readv' function. */ |
| 824 | #undef HAVE_READV |
| 825 | |
Guido van Rossum | 162e38c | 2003-02-19 15:25:10 +0000 | [diff] [blame] | 826 | /* Define to 1 if you have the `realpath' function. */ |
| 827 | #undef HAVE_REALPATH |
| 828 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 829 | /* Define to 1 if you have the `renameat' function. */ |
| 830 | #undef HAVE_RENAMEAT |
| 831 | |
Benjamin Peterson | d1e22ba | 2014-11-26 14:35:12 -0600 | [diff] [blame] | 832 | /* Define if readline supports append_history */ |
| 833 | #undef HAVE_RL_APPEND_HISTORY |
| 834 | |
Michael W. Hudson | 30ea2f2 | 2004-07-07 17:44:12 +0000 | [diff] [blame] | 835 | /* Define if you can turn off readline's signal handling. */ |
| 836 | #undef HAVE_RL_CATCH_SIGNAL |
| 837 | |
Guido van Rossum | faf5e4d | 2002-12-30 16:25:41 +0000 | [diff] [blame] | 838 | /* Define if you have readline 2.2 */ |
| 839 | #undef HAVE_RL_COMPLETION_APPEND_CHARACTER |
| 840 | |
Thomas Wouters | 89d996e | 2007-09-08 17:39:28 +0000 | [diff] [blame] | 841 | /* Define if you have readline 4.0 */ |
| 842 | #undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK |
| 843 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 844 | /* Define if you have readline 4.2 */ |
| 845 | #undef HAVE_RL_COMPLETION_MATCHES |
| 846 | |
Antoine Pitrou | d513177 | 2009-10-26 19:22:14 +0000 | [diff] [blame] | 847 | /* Define if you have rl_completion_suppress_append */ |
| 848 | #undef HAVE_RL_COMPLETION_SUPPRESS_APPEND |
| 849 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 850 | /* Define if you have readline 4.0 */ |
| 851 | #undef HAVE_RL_PRE_INPUT_HOOK |
| 852 | |
Martin Panter | 5dbbf1a | 2016-04-03 02:54:58 +0000 | [diff] [blame] | 853 | /* Define if you have readline 4.0 */ |
| 854 | #undef HAVE_RL_RESIZE_TERMINAL |
| 855 | |
Mark Dickinson | f253786 | 2009-04-18 13:58:18 +0000 | [diff] [blame] | 856 | /* Define to 1 if you have the `round' function. */ |
| 857 | #undef HAVE_ROUND |
| 858 | |
pxinwr | f2d7ac7 | 2019-05-21 18:46:37 +0800 | [diff] [blame] | 859 | /* Define to 1 if you have the `rtpSpawn' function. */ |
| 860 | #undef HAVE_RTPSPAWN |
| 861 | |
Charles-François Natali | ea0d5fc | 2011-09-06 19:03:35 +0200 | [diff] [blame] | 862 | /* Define to 1 if you have the `sched_get_priority_max' function. */ |
| 863 | #undef HAVE_SCHED_GET_PRIORITY_MAX |
| 864 | |
Benjamin Peterson | 94b580d | 2011-08-02 17:30:04 -0500 | [diff] [blame] | 865 | /* Define to 1 if you have the <sched.h> header file. */ |
| 866 | #undef HAVE_SCHED_H |
| 867 | |
Benjamin Peterson | c5fce4d | 2011-08-02 18:07:32 -0500 | [diff] [blame] | 868 | /* Define to 1 if you have the `sched_rr_get_interval' function. */ |
| 869 | #undef HAVE_SCHED_RR_GET_INTERVAL |
| 870 | |
Benjamin Peterson | 2740af8 | 2011-08-02 17:41:34 -0500 | [diff] [blame] | 871 | /* Define to 1 if you have the `sched_setaffinity' function. */ |
| 872 | #undef HAVE_SCHED_SETAFFINITY |
| 873 | |
Benjamin Peterson | c5fce4d | 2011-08-02 18:07:32 -0500 | [diff] [blame] | 874 | /* Define to 1 if you have the `sched_setparam' function. */ |
| 875 | #undef HAVE_SCHED_SETPARAM |
| 876 | |
| 877 | /* Define to 1 if you have the `sched_setscheduler' function. */ |
| 878 | #undef HAVE_SCHED_SETSCHEDULER |
| 879 | |
Benjamin Peterson | 965ce87 | 2009-04-05 21:24:58 +0000 | [diff] [blame] | 880 | /* Define to 1 if you have the `sem_getvalue' function. */ |
| 881 | #undef HAVE_SEM_GETVALUE |
| 882 | |
| 883 | /* Define to 1 if you have the `sem_open' function. */ |
| 884 | #undef HAVE_SEM_OPEN |
| 885 | |
| 886 | /* Define to 1 if you have the `sem_timedwait' function. */ |
| 887 | #undef HAVE_SEM_TIMEDWAIT |
| 888 | |
| 889 | /* Define to 1 if you have the `sem_unlink' function. */ |
| 890 | #undef HAVE_SEM_UNLINK |
| 891 | |
Antoine Pitrou | 061cfb5 | 2011-02-28 22:25:22 +0000 | [diff] [blame] | 892 | /* Define to 1 if you have the `sendfile' function. */ |
| 893 | #undef HAVE_SENDFILE |
| 894 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 895 | /* Define to 1 if you have the `setegid' function. */ |
| 896 | #undef HAVE_SETEGID |
| 897 | |
| 898 | /* Define to 1 if you have the `seteuid' function. */ |
| 899 | #undef HAVE_SETEUID |
| 900 | |
| 901 | /* Define to 1 if you have the `setgid' function. */ |
| 902 | #undef HAVE_SETGID |
| 903 | |
Martin v. Löwis | d584368 | 2002-11-21 20:41:28 +0000 | [diff] [blame] | 904 | /* Define if you have the 'setgroups' function. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 905 | #undef HAVE_SETGROUPS |
| 906 | |
Antoine Pitrou | 061cfb5 | 2011-02-28 22:25:22 +0000 | [diff] [blame] | 907 | /* Define to 1 if you have the `sethostname' function. */ |
| 908 | #undef HAVE_SETHOSTNAME |
| 909 | |
Martin v. Löwis | 823725e | 2008-03-24 13:39:54 +0000 | [diff] [blame] | 910 | /* Define to 1 if you have the `setitimer' function. */ |
| 911 | #undef HAVE_SETITIMER |
| 912 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 913 | /* Define to 1 if you have the `setlocale' function. */ |
| 914 | #undef HAVE_SETLOCALE |
| 915 | |
| 916 | /* Define to 1 if you have the `setpgid' function. */ |
| 917 | #undef HAVE_SETPGID |
| 918 | |
Martin v. Löwis | 4daacb1 | 2003-03-28 18:37:01 +0000 | [diff] [blame] | 919 | /* Define to 1 if you have the `setpgrp' function. */ |
| 920 | #undef HAVE_SETPGRP |
| 921 | |
Giampaolo Rodolà | 18e8bcb | 2011-02-25 20:57:54 +0000 | [diff] [blame] | 922 | /* Define to 1 if you have the `setpriority' function. */ |
| 923 | #undef HAVE_SETPRIORITY |
| 924 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 925 | /* Define to 1 if you have the `setregid' function. */ |
| 926 | #undef HAVE_SETREGID |
| 927 | |
Martin v. Löwis | 7aed61a | 2009-11-27 14:09:49 +0000 | [diff] [blame] | 928 | /* Define to 1 if you have the `setresgid' function. */ |
| 929 | #undef HAVE_SETRESGID |
| 930 | |
| 931 | /* Define to 1 if you have the `setresuid' function. */ |
| 932 | #undef HAVE_SETRESUID |
| 933 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 934 | /* Define to 1 if you have the `setreuid' function. */ |
| 935 | #undef HAVE_SETREUID |
| 936 | |
| 937 | /* Define to 1 if you have the `setsid' function. */ |
| 938 | #undef HAVE_SETSID |
| 939 | |
| 940 | /* Define to 1 if you have the `setuid' function. */ |
| 941 | #undef HAVE_SETUID |
| 942 | |
| 943 | /* Define to 1 if you have the `setvbuf' function. */ |
| 944 | #undef HAVE_SETVBUF |
| 945 | |
Martin v. Löwis | c300175 | 2005-01-23 09:27:24 +0000 | [diff] [blame] | 946 | /* Define to 1 if you have the <shadow.h> header file. */ |
| 947 | #undef HAVE_SHADOW_H |
| 948 | |
Benjamin Peterson | b84df2d | 2019-02-25 21:37:59 -0800 | [diff] [blame] | 949 | /* Define to 1 if you have the `shm_open' function. */ |
| 950 | #undef HAVE_SHM_OPEN |
| 951 | |
| 952 | /* Define to 1 if you have the `shm_unlink' function. */ |
| 953 | #undef HAVE_SHM_UNLINK |
| 954 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 955 | /* Define to 1 if you have the `sigaction' function. */ |
| 956 | #undef HAVE_SIGACTION |
| 957 | |
Victor Stinner | 024e37a | 2011-03-31 01:31:06 +0200 | [diff] [blame] | 958 | /* Define to 1 if you have the `sigaltstack' function. */ |
| 959 | #undef HAVE_SIGALTSTACK |
| 960 | |
Antoine Pitrou | 9d3627e | 2018-05-04 13:00:50 +0200 | [diff] [blame] | 961 | /* Define to 1 if you have the `sigfillset' function. */ |
| 962 | #undef HAVE_SIGFILLSET |
| 963 | |
Zachary Ware | 6a6967e | 2016-10-01 00:47:27 -0500 | [diff] [blame] | 964 | /* Define to 1 if `si_band' is a member of `siginfo_t'. */ |
| 965 | #undef HAVE_SIGINFO_T_SI_BAND |
| 966 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 967 | /* Define to 1 if you have the `siginterrupt' function. */ |
| 968 | #undef HAVE_SIGINTERRUPT |
| 969 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 970 | /* Define to 1 if you have the <signal.h> header file. */ |
| 971 | #undef HAVE_SIGNAL_H |
| 972 | |
Benjamin Peterson | 316e02b | 2011-05-10 15:01:56 -0500 | [diff] [blame] | 973 | /* Define to 1 if you have the `sigpending' function. */ |
| 974 | #undef HAVE_SIGPENDING |
| 975 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 976 | /* Define to 1 if you have the `sigrelse' function. */ |
| 977 | #undef HAVE_SIGRELSE |
| 978 | |
Ross Lagerwall | bc80822 | 2011-06-25 12:13:40 +0200 | [diff] [blame] | 979 | /* Define to 1 if you have the `sigtimedwait' function. */ |
| 980 | #undef HAVE_SIGTIMEDWAIT |
| 981 | |
Victor Stinner | b3e7219 | 2011-05-08 01:46:11 +0200 | [diff] [blame] | 982 | /* Define to 1 if you have the `sigwait' function. */ |
| 983 | #undef HAVE_SIGWAIT |
| 984 | |
Ross Lagerwall | bc80822 | 2011-06-25 12:13:40 +0200 | [diff] [blame] | 985 | /* Define to 1 if you have the `sigwaitinfo' function. */ |
| 986 | #undef HAVE_SIGWAITINFO |
| 987 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 988 | /* Define to 1 if you have the `snprintf' function. */ |
| 989 | #undef HAVE_SNPRINTF |
| 990 | |
Christian Heimes | dffa394 | 2016-09-05 23:54:41 +0200 | [diff] [blame] | 991 | /* struct sockaddr_alg (linux/if_alg.h) */ |
| 992 | #undef HAVE_SOCKADDR_ALG |
| 993 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 994 | /* Define if sockaddr has sa_len member */ |
| 995 | #undef HAVE_SOCKADDR_SA_LEN |
| 996 | |
| 997 | /* struct sockaddr_storage (sys/socket.h) */ |
| 998 | #undef HAVE_SOCKADDR_STORAGE |
| 999 | |
Martin v. Löwis | d632050 | 2004-08-12 13:45:08 +0000 | [diff] [blame] | 1000 | /* Define if you have the 'socketpair' function. */ |
| 1001 | #undef HAVE_SOCKETPAIR |
| 1002 | |
Ronald Oussoren | 755740f | 2010-02-07 19:56:39 +0000 | [diff] [blame] | 1003 | /* Define to 1 if you have the <spawn.h> header file. */ |
| 1004 | #undef HAVE_SPAWN_H |
| 1005 | |
Martin v. Löwis | 18e1655 | 2006-02-15 17:27:45 +0000 | [diff] [blame] | 1006 | /* Define if your compiler provides ssize_t */ |
| 1007 | #undef HAVE_SSIZE_T |
| 1008 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1009 | /* Define to 1 if you have the `statvfs' function. */ |
| 1010 | #undef HAVE_STATVFS |
| 1011 | |
Martin v. Löwis | 94717ed | 2002-09-09 14:24:16 +0000 | [diff] [blame] | 1012 | /* Define if you have struct stat.st_mtim.tv_nsec */ |
| 1013 | #undef HAVE_STAT_TV_NSEC |
| 1014 | |
Martin v. Löwis | ebd9d5b | 2005-08-09 15:00:59 +0000 | [diff] [blame] | 1015 | /* Define if you have struct stat.st_mtimensec */ |
| 1016 | #undef HAVE_STAT_TV_NSEC2 |
| 1017 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1018 | /* Define if your compiler supports variable length function prototypes (e.g. |
| 1019 | void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ |
| 1020 | #undef HAVE_STDARG_PROTOTYPES |
| 1021 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1022 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 1023 | #undef HAVE_STDINT_H |
| 1024 | |
Nicholas Bastin | e62c5c8 | 2004-03-21 23:45:42 +0000 | [diff] [blame] | 1025 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 1026 | #undef HAVE_STDLIB_H |
| 1027 | |
Victor Stinner | 028f734 | 2019-10-22 21:53:50 +0200 | [diff] [blame] | 1028 | /* Has stdatomic.h with atomic_int and atomic_uintptr_t */ |
Victor Stinner | 4f5366e | 2015-01-09 02:13:19 +0100 | [diff] [blame] | 1029 | #undef HAVE_STD_ATOMIC |
| 1030 | |
Nicholas Bastin | e62c5c8 | 2004-03-21 23:45:42 +0000 | [diff] [blame] | 1031 | /* Define to 1 if you have the `strdup' function. */ |
| 1032 | #undef HAVE_STRDUP |
| 1033 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1034 | /* Define to 1 if you have the `strftime' function. */ |
| 1035 | #undef HAVE_STRFTIME |
| 1036 | |
| 1037 | /* Define to 1 if you have the <strings.h> header file. */ |
| 1038 | #undef HAVE_STRINGS_H |
| 1039 | |
Nicholas Bastin | e62c5c8 | 2004-03-21 23:45:42 +0000 | [diff] [blame] | 1040 | /* Define to 1 if you have the <string.h> header file. */ |
| 1041 | #undef HAVE_STRING_H |
| 1042 | |
Gregory P. Smith | 6c35726 | 2007-09-03 16:44:06 +0000 | [diff] [blame] | 1043 | /* Define to 1 if you have the `strlcpy' function. */ |
| 1044 | #undef HAVE_STRLCPY |
| 1045 | |
Martin v. Löwis | 14e73b1 | 2003-01-01 09:51:12 +0000 | [diff] [blame] | 1046 | /* Define to 1 if you have the <stropts.h> header file. */ |
| 1047 | #undef HAVE_STROPTS_H |
| 1048 | |
Michael Osipov | 48ce489 | 2018-08-23 15:27:19 +0200 | [diff] [blame] | 1049 | /* Define to 1 if you have the `strsignal' function. */ |
| 1050 | #undef HAVE_STRSIGNAL |
| 1051 | |
Stefan Krah | 267b639 | 2016-04-26 01:09:18 +0200 | [diff] [blame] | 1052 | /* Define to 1 if `pw_gecos' is a member of `struct passwd'. */ |
| 1053 | #undef HAVE_STRUCT_PASSWD_PW_GECOS |
| 1054 | |
| 1055 | /* Define to 1 if `pw_passwd' is a member of `struct passwd'. */ |
| 1056 | #undef HAVE_STRUCT_PASSWD_PW_PASSWD |
| 1057 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1058 | /* Define to 1 if `st_birthtime' is a member of `struct stat'. */ |
Martin v. Löwis | ebd9d5b | 2005-08-09 15:00:59 +0000 | [diff] [blame] | 1059 | #undef HAVE_STRUCT_STAT_ST_BIRTHTIME |
| 1060 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1061 | /* Define to 1 if `st_blksize' is a member of `struct stat'. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1062 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE |
| 1063 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1064 | /* Define to 1 if `st_blocks' is a member of `struct stat'. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1065 | #undef HAVE_STRUCT_STAT_ST_BLOCKS |
| 1066 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1067 | /* Define to 1 if `st_flags' is a member of `struct stat'. */ |
Hye-Shik Chang | 5f937a7 | 2005-06-02 13:09:30 +0000 | [diff] [blame] | 1068 | #undef HAVE_STRUCT_STAT_ST_FLAGS |
| 1069 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1070 | /* Define to 1 if `st_gen' is a member of `struct stat'. */ |
Martin v. Löwis | ebd9d5b | 2005-08-09 15:00:59 +0000 | [diff] [blame] | 1071 | #undef HAVE_STRUCT_STAT_ST_GEN |
| 1072 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1073 | /* Define to 1 if `st_rdev' is a member of `struct stat'. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1074 | #undef HAVE_STRUCT_STAT_ST_RDEV |
| 1075 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1076 | /* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1077 | #undef HAVE_STRUCT_TM_TM_ZONE |
| 1078 | |
Martin v. Löwis | c8ad7cc | 2002-11-11 13:23:45 +0000 | [diff] [blame] | 1079 | /* Define if you have the 'symlink' function. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1080 | #undef HAVE_SYMLINK |
| 1081 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 1082 | /* Define to 1 if you have the `symlinkat' function. */ |
| 1083 | #undef HAVE_SYMLINKAT |
| 1084 | |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 1085 | /* Define to 1 if you have the `sync' function. */ |
| 1086 | #undef HAVE_SYNC |
| 1087 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1088 | /* Define to 1 if you have the `sysconf' function. */ |
| 1089 | #undef HAVE_SYSCONF |
| 1090 | |
Barry Warsaw | fe33b79 | 2003-01-07 22:42:49 +0000 | [diff] [blame] | 1091 | /* Define to 1 if you have the <sysexits.h> header file. */ |
| 1092 | #undef HAVE_SYSEXITS_H |
| 1093 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1094 | /* Define to 1 if you have the <sys/audioio.h> header file. */ |
| 1095 | #undef HAVE_SYS_AUDIOIO_H |
| 1096 | |
Neal Norwitz | 8225103 | 2003-05-23 14:35:24 +0000 | [diff] [blame] | 1097 | /* Define to 1 if you have the <sys/bsdtty.h> header file. */ |
| 1098 | #undef HAVE_SYS_BSDTTY_H |
| 1099 | |
Jesus Cea | d8b9ae6 | 2011-11-14 19:07:41 +0100 | [diff] [blame] | 1100 | /* Define to 1 if you have the <sys/devpoll.h> header file. */ |
| 1101 | #undef HAVE_SYS_DEVPOLL_H |
| 1102 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1103 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 1104 | */ |
| 1105 | #undef HAVE_SYS_DIR_H |
| 1106 | |
Christian Heimes | 985ecdc | 2013-11-20 11:46:18 +0100 | [diff] [blame] | 1107 | /* Define to 1 if you have the <sys/endian.h> header file. */ |
| 1108 | #undef HAVE_SYS_ENDIAN_H |
| 1109 | |
Christian Heimes | 4fbc72b | 2008-03-22 00:47:35 +0000 | [diff] [blame] | 1110 | /* Define to 1 if you have the <sys/epoll.h> header file. */ |
| 1111 | #undef HAVE_SYS_EPOLL_H |
| 1112 | |
| 1113 | /* Define to 1 if you have the <sys/event.h> header file. */ |
| 1114 | #undef HAVE_SYS_EVENT_H |
| 1115 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1116 | /* Define to 1 if you have the <sys/file.h> header file. */ |
| 1117 | #undef HAVE_SYS_FILE_H |
| 1118 | |
Antoine Pitrou | bcf2b59 | 2012-02-08 23:28:36 +0100 | [diff] [blame] | 1119 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
| 1120 | #undef HAVE_SYS_IOCTL_H |
| 1121 | |
Martin v. Löwis | 9d6c669 | 2012-02-03 17:44:58 +0100 | [diff] [blame] | 1122 | /* Define to 1 if you have the <sys/kern_control.h> header file. */ |
| 1123 | #undef HAVE_SYS_KERN_CONTROL_H |
| 1124 | |
Anthony Baxter | 8a560de | 2004-10-13 15:30:56 +0000 | [diff] [blame] | 1125 | /* Define to 1 if you have the <sys/loadavg.h> header file. */ |
| 1126 | #undef HAVE_SYS_LOADAVG_H |
| 1127 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1128 | /* Define to 1 if you have the <sys/lock.h> header file. */ |
| 1129 | #undef HAVE_SYS_LOCK_H |
| 1130 | |
Zackery Spytz | 43fdbd2 | 2019-05-29 13:57:07 -0600 | [diff] [blame] | 1131 | /* Define to 1 if you have the <sys/memfd.h> header file. */ |
| 1132 | #undef HAVE_SYS_MEMFD_H |
| 1133 | |
Neal Norwitz | 3d94942 | 2002-04-20 13:46:43 +0000 | [diff] [blame] | 1134 | /* Define to 1 if you have the <sys/mkdev.h> header file. */ |
| 1135 | #undef HAVE_SYS_MKDEV_H |
| 1136 | |
Benjamin Peterson | b84df2d | 2019-02-25 21:37:59 -0800 | [diff] [blame] | 1137 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 1138 | #undef HAVE_SYS_MMAN_H |
| 1139 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1140 | /* Define to 1 if you have the <sys/modem.h> header file. */ |
| 1141 | #undef HAVE_SYS_MODEM_H |
| 1142 | |
| 1143 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 1144 | */ |
| 1145 | #undef HAVE_SYS_NDIR_H |
| 1146 | |
| 1147 | /* Define to 1 if you have the <sys/param.h> header file. */ |
| 1148 | #undef HAVE_SYS_PARAM_H |
| 1149 | |
| 1150 | /* Define to 1 if you have the <sys/poll.h> header file. */ |
| 1151 | #undef HAVE_SYS_POLL_H |
| 1152 | |
Benjamin Peterson | fb2ae15 | 2016-12-19 23:54:25 -0800 | [diff] [blame] | 1153 | /* Define to 1 if you have the <sys/random.h> header file. */ |
| 1154 | #undef HAVE_SYS_RANDOM_H |
| 1155 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1156 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 1157 | #undef HAVE_SYS_RESOURCE_H |
| 1158 | |
| 1159 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 1160 | #undef HAVE_SYS_SELECT_H |
| 1161 | |
Antoine Pitrou | 5c2f464 | 2011-02-26 00:22:09 +0000 | [diff] [blame] | 1162 | /* Define to 1 if you have the <sys/sendfile.h> header file. */ |
| 1163 | #undef HAVE_SYS_SENDFILE_H |
| 1164 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1165 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 1166 | #undef HAVE_SYS_SOCKET_H |
| 1167 | |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 1168 | /* Define to 1 if you have the <sys/statvfs.h> header file. */ |
| 1169 | #undef HAVE_SYS_STATVFS_H |
| 1170 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1171 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 1172 | #undef HAVE_SYS_STAT_H |
| 1173 | |
Gregory P. Smith | 8facece | 2012-01-21 14:01:08 -0800 | [diff] [blame] | 1174 | /* Define to 1 if you have the <sys/syscall.h> header file. */ |
| 1175 | #undef HAVE_SYS_SYSCALL_H |
| 1176 | |
Christian Heimes | 75b9618 | 2017-09-05 15:53:09 +0200 | [diff] [blame] | 1177 | /* Define to 1 if you have the <sys/sysmacros.h> header file. */ |
| 1178 | #undef HAVE_SYS_SYSMACROS_H |
| 1179 | |
Martin v. Löwis | 9d6c669 | 2012-02-03 17:44:58 +0100 | [diff] [blame] | 1180 | /* Define to 1 if you have the <sys/sys_domain.h> header file. */ |
| 1181 | #undef HAVE_SYS_SYS_DOMAIN_H |
| 1182 | |
Georg Brandl | f78e02b | 2008-06-10 17:40:04 +0000 | [diff] [blame] | 1183 | /* Define to 1 if you have the <sys/termio.h> header file. */ |
| 1184 | #undef HAVE_SYS_TERMIO_H |
| 1185 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1186 | /* Define to 1 if you have the <sys/times.h> header file. */ |
| 1187 | #undef HAVE_SYS_TIMES_H |
| 1188 | |
| 1189 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 1190 | #undef HAVE_SYS_TIME_H |
| 1191 | |
| 1192 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 1193 | #undef HAVE_SYS_TYPES_H |
| 1194 | |
Antoine Pitrou | 061cfb5 | 2011-02-28 22:25:22 +0000 | [diff] [blame] | 1195 | /* Define to 1 if you have the <sys/uio.h> header file. */ |
| 1196 | #undef HAVE_SYS_UIO_H |
| 1197 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1198 | /* Define to 1 if you have the <sys/un.h> header file. */ |
| 1199 | #undef HAVE_SYS_UN_H |
| 1200 | |
| 1201 | /* Define to 1 if you have the <sys/utsname.h> header file. */ |
| 1202 | #undef HAVE_SYS_UTSNAME_H |
| 1203 | |
| 1204 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
| 1205 | #undef HAVE_SYS_WAIT_H |
| 1206 | |
Benjamin Peterson | b77fe17 | 2011-09-13 17:20:47 -0400 | [diff] [blame] | 1207 | /* Define to 1 if you have the <sys/xattr.h> header file. */ |
| 1208 | #undef HAVE_SYS_XATTR_H |
| 1209 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1210 | /* Define to 1 if you have the `tcgetpgrp' function. */ |
| 1211 | #undef HAVE_TCGETPGRP |
| 1212 | |
| 1213 | /* Define to 1 if you have the `tcsetpgrp' function. */ |
| 1214 | #undef HAVE_TCSETPGRP |
| 1215 | |
| 1216 | /* Define to 1 if you have the `tempnam' function. */ |
| 1217 | #undef HAVE_TEMPNAM |
| 1218 | |
| 1219 | /* Define to 1 if you have the <termios.h> header file. */ |
| 1220 | #undef HAVE_TERMIOS_H |
| 1221 | |
| 1222 | /* Define to 1 if you have the <term.h> header file. */ |
| 1223 | #undef HAVE_TERM_H |
| 1224 | |
Mark Dickinson | 9c11336 | 2009-09-05 10:36:23 +0000 | [diff] [blame] | 1225 | /* Define to 1 if you have the `tgamma' function. */ |
| 1226 | #undef HAVE_TGAMMA |
| 1227 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1228 | /* Define to 1 if you have the `timegm' function. */ |
| 1229 | #undef HAVE_TIMEGM |
| 1230 | |
| 1231 | /* Define to 1 if you have the `times' function. */ |
| 1232 | #undef HAVE_TIMES |
| 1233 | |
| 1234 | /* Define to 1 if you have the `tmpfile' function. */ |
| 1235 | #undef HAVE_TMPFILE |
| 1236 | |
| 1237 | /* Define to 1 if you have the `tmpnam' function. */ |
| 1238 | #undef HAVE_TMPNAM |
| 1239 | |
| 1240 | /* Define to 1 if you have the `tmpnam_r' function. */ |
| 1241 | #undef HAVE_TMPNAM_R |
| 1242 | |
| 1243 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use |
| 1244 | `HAVE_STRUCT_TM_TM_ZONE' instead. */ |
| 1245 | #undef HAVE_TM_ZONE |
| 1246 | |
| 1247 | /* Define to 1 if you have the `truncate' function. */ |
| 1248 | #undef HAVE_TRUNCATE |
| 1249 | |
| 1250 | /* Define to 1 if you don't have `tm_zone' but do have the external array |
| 1251 | `tzname'. */ |
| 1252 | #undef HAVE_TZNAME |
| 1253 | |
Brett Cannon | 1836781 | 2003-09-19 00:59:16 +0000 | [diff] [blame] | 1254 | /* Define this if you have tcl and TCL_UTF_MAX==6 */ |
| 1255 | #undef HAVE_UCS4_TCL |
| 1256 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1257 | /* Define to 1 if you have the `uname' function. */ |
| 1258 | #undef HAVE_UNAME |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 1259 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1260 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 1261 | #undef HAVE_UNISTD_H |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 1262 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 1263 | /* Define to 1 if you have the `unlinkat' function. */ |
| 1264 | #undef HAVE_UNLINKAT |
| 1265 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1266 | /* Define if you have a useable wchar_t type defined in wchar.h; useable means |
Martin v. Löwis | 49ee14d | 2003-11-10 06:35:36 +0000 | [diff] [blame] | 1267 | wchar_t must be an unsigned type with at least 16 bits. (see |
| 1268 | Include/unicodeobject.h). */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1269 | #undef HAVE_USABLE_WCHAR_T |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 1270 | |
Ronald Oussoren | 755740f | 2010-02-07 19:56:39 +0000 | [diff] [blame] | 1271 | /* Define to 1 if you have the <util.h> header file. */ |
| 1272 | #undef HAVE_UTIL_H |
| 1273 | |
Antoine Pitrou | f65132d | 2011-02-25 23:25:17 +0000 | [diff] [blame] | 1274 | /* Define to 1 if you have the `utimensat' function. */ |
| 1275 | #undef HAVE_UTIMENSAT |
| 1276 | |
Martin v. Löwis | 6aa9fdb | 2002-09-10 09:16:13 +0000 | [diff] [blame] | 1277 | /* Define to 1 if you have the `utimes' function. */ |
| 1278 | #undef HAVE_UTIMES |
| 1279 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1280 | /* Define to 1 if you have the <utime.h> header file. */ |
| 1281 | #undef HAVE_UTIME_H |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 1282 | |
David Carlier | b4ebaa7 | 2018-01-09 19:38:07 +0000 | [diff] [blame] | 1283 | /* Define if uuid_create() exists. */ |
Michael Felt | 0d3ccb4 | 2017-12-30 22:39:20 +0100 | [diff] [blame] | 1284 | #undef HAVE_UUID_CREATE |
| 1285 | |
Serhiy Storchaka | 17d8830 | 2018-05-25 01:45:09 +0300 | [diff] [blame] | 1286 | /* Define if uuid_enc_be() exists. */ |
| 1287 | #undef HAVE_UUID_ENC_BE |
| 1288 | |
Berker Peksag | 9a10ff4 | 2017-11-08 23:09:16 +0300 | [diff] [blame] | 1289 | /* Define if uuid_generate_time_safe() exists. */ |
| 1290 | #undef HAVE_UUID_GENERATE_TIME_SAFE |
| 1291 | |
Michael Felt | 0d3ccb4 | 2017-12-30 22:39:20 +0100 | [diff] [blame] | 1292 | /* Define to 1 if you have the <uuid.h> header file. */ |
| 1293 | #undef HAVE_UUID_H |
| 1294 | |
| 1295 | /* Define to 1 if you have the <uuid/uuid.h> header file. */ |
| 1296 | #undef HAVE_UUID_UUID_H |
| 1297 | |
Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 1298 | /* Define to 1 if you have the `wait3' function. */ |
| 1299 | #undef HAVE_WAIT3 |
| 1300 | |
| 1301 | /* Define to 1 if you have the `wait4' function. */ |
| 1302 | #undef HAVE_WAIT4 |
| 1303 | |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 1304 | /* Define to 1 if you have the `waitid' function. */ |
| 1305 | #undef HAVE_WAITID |
| 1306 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1307 | /* Define to 1 if you have the `waitpid' function. */ |
| 1308 | #undef HAVE_WAITPID |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 1309 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1310 | /* Define if the compiler provides a wchar.h header file. */ |
| 1311 | #undef HAVE_WCHAR_H |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 1312 | |
Martin v. Löwis | 9c36c29 | 2002-12-21 18:34:06 +0000 | [diff] [blame] | 1313 | /* Define to 1 if you have the `wcscoll' function. */ |
| 1314 | #undef HAVE_WCSCOLL |
| 1315 | |
Martin v. Löwis | 113a085 | 2009-05-29 17:25:39 +0000 | [diff] [blame] | 1316 | /* Define to 1 if you have the `wcsftime' function. */ |
| 1317 | #undef HAVE_WCSFTIME |
| 1318 | |
Martin v. Löwis | 92fab75 | 2008-03-08 10:40:41 +0000 | [diff] [blame] | 1319 | /* Define to 1 if you have the `wcsxfrm' function. */ |
| 1320 | #undef HAVE_WCSXFRM |
| 1321 | |
Victor Stinner | cd777ea | 2013-04-08 22:43:44 +0200 | [diff] [blame] | 1322 | /* Define to 1 if you have the `wmemcmp' function. */ |
| 1323 | #undef HAVE_WMEMCMP |
| 1324 | |
Guido van Rossum | d11b62e | 2003-03-14 21:51:36 +0000 | [diff] [blame] | 1325 | /* Define if tzset() actually switches the local timezone in a meaningful way. |
| 1326 | */ |
| 1327 | #undef HAVE_WORKING_TZSET |
| 1328 | |
Ross Lagerwall | 7807c35 | 2011-03-17 20:20:30 +0200 | [diff] [blame] | 1329 | /* Define to 1 if you have the `writev' function. */ |
| 1330 | #undef HAVE_WRITEV |
| 1331 | |
Christian Heimes | ff5be6e | 2018-01-20 13:19:21 +0100 | [diff] [blame] | 1332 | /* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */ |
| 1333 | #undef HAVE_X509_VERIFY_PARAM_SET1_HOST |
| 1334 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1335 | /* Define if the zlib library has inflateCopy */ |
| 1336 | #undef HAVE_ZLIB_COPY |
| 1337 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1338 | /* Define to 1 if you have the `_getpty' function. */ |
| 1339 | #undef HAVE__GETPTY |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 1340 | |
Martin v. Löwis | dbe3f76 | 2002-10-10 14:27:30 +0000 | [diff] [blame] | 1341 | /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. |
| 1342 | */ |
| 1343 | #undef MAJOR_IN_MKDEV |
| 1344 | |
| 1345 | /* Define to 1 if `major', `minor', and `makedev' are declared in |
| 1346 | <sysmacros.h>. */ |
| 1347 | #undef MAJOR_IN_SYSMACROS |
| 1348 | |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 1349 | /* Define if mvwdelch in curses.h is an expression. */ |
| 1350 | #undef MVWDELCH_IS_EXPRESSION |
| 1351 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1352 | /* Define to the address where bug reports for this package should be sent. */ |
| 1353 | #undef PACKAGE_BUGREPORT |
| 1354 | |
| 1355 | /* Define to the full name of this package. */ |
| 1356 | #undef PACKAGE_NAME |
| 1357 | |
| 1358 | /* Define to the full name and version of this package. */ |
| 1359 | #undef PACKAGE_STRING |
| 1360 | |
| 1361 | /* Define to the one symbol short name of this package. */ |
| 1362 | #undef PACKAGE_TARNAME |
| 1363 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1364 | /* Define to the home page for this package. */ |
| 1365 | #undef PACKAGE_URL |
| 1366 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1367 | /* Define to the version of this package. */ |
| 1368 | #undef PACKAGE_VERSION |
| 1369 | |
Mark Dickinson | a614f04 | 2009-11-28 12:48:43 +0000 | [diff] [blame] | 1370 | /* Define if POSIX semaphores aren't enabled on your system */ |
| 1371 | #undef POSIX_SEMAPHORES_NOT_ENABLED |
| 1372 | |
Masayuki Yamamoto | 731e189 | 2017-10-06 19:41:34 +0900 | [diff] [blame] | 1373 | /* Define if pthread_key_t is compatible with int. */ |
| 1374 | #undef PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT |
| 1375 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1376 | /* Defined if PTHREAD_SCOPE_SYSTEM supported. */ |
| 1377 | #undef PTHREAD_SYSTEM_SCHED_SUPPORTED |
| 1378 | |
Mark Dickinson | bd79264 | 2009-03-18 20:06:12 +0000 | [diff] [blame] | 1379 | /* Define as the preferred size in bits of long digits */ |
| 1380 | #undef PYLONG_BITS_IN_DIGIT |
| 1381 | |
Nick Coghlan | 6ea4186 | 2017-06-11 13:16:15 +1000 | [diff] [blame] | 1382 | /* Define if you want to coerce the C locale to a UTF-8 based locale */ |
| 1383 | #undef PY_COERCE_C_LOCALE |
| 1384 | |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 1385 | /* Define to printf format modifier for Py_ssize_t */ |
| 1386 | #undef PY_FORMAT_SIZE_T |
| 1387 | |
Christian Heimes | 892d66e | 2018-01-29 14:10:18 +0100 | [diff] [blame] | 1388 | /* Default cipher suites list for ssl module. 1: Python's preferred selection, |
| 1389 | 2: leave OpenSSL defaults untouched, 0: custom string */ |
| 1390 | #undef PY_SSL_DEFAULT_CIPHERS |
| 1391 | |
| 1392 | /* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */ |
| 1393 | #undef PY_SSL_DEFAULT_CIPHER_STRING |
| 1394 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1395 | /* Define if you want to build an interpreter with many run-time checks. */ |
| 1396 | #undef Py_DEBUG |
| 1397 | |
Mark Hammond | 8235ea1 | 2002-07-19 06:55:41 +0000 | [diff] [blame] | 1398 | /* Defined if Python is built as a shared library. */ |
| 1399 | #undef Py_ENABLE_SHARED |
| 1400 | |
Christian Heimes | 985ecdc | 2013-11-20 11:46:18 +0100 | [diff] [blame] | 1401 | /* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2, |
| 1402 | externally defined: 0 */ |
| 1403 | #undef Py_HASH_ALGORITHM |
| 1404 | |
Victor Stinner | f4e4703 | 2019-04-25 00:56:28 +0200 | [diff] [blame] | 1405 | /* Define if you want to enable tracing references for debugging purpose */ |
| 1406 | #undef Py_TRACE_REFS |
| 1407 | |
Matthias Klose | bada4c3 | 2010-04-25 21:18:48 +0000 | [diff] [blame] | 1408 | /* assume C89 semantics that RETSIGTYPE is always void */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1409 | #undef RETSIGTYPE |
| 1410 | |
| 1411 | /* Define if setpgrp() must be called as setpgrp(0, 0). */ |
| 1412 | #undef SETPGRP_HAVE_ARG |
| 1413 | |
Benjamin Peterson | b84df2d | 2019-02-25 21:37:59 -0800 | [diff] [blame] | 1414 | /* Define to 1 if you must link with -lrt for shm_open(). */ |
| 1415 | #undef SHM_NEEDS_LIBRT |
| 1416 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1417 | /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */ |
| 1418 | #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS |
| 1419 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1420 | /* The size of `double', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1421 | #undef SIZEOF_DOUBLE |
| 1422 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1423 | /* The size of `float', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1424 | #undef SIZEOF_FLOAT |
| 1425 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1426 | /* The size of `fpos_t', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1427 | #undef SIZEOF_FPOS_T |
| 1428 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1429 | /* The size of `int', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1430 | #undef SIZEOF_INT |
| 1431 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1432 | /* The size of `long', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1433 | #undef SIZEOF_LONG |
| 1434 | |
Travis E. Oliphant | 9b30784 | 2007-10-12 22:06:37 +0000 | [diff] [blame] | 1435 | /* The size of `long double', as computed by sizeof. */ |
| 1436 | #undef SIZEOF_LONG_DOUBLE |
| 1437 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1438 | /* The size of `long long', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1439 | #undef SIZEOF_LONG_LONG |
| 1440 | |
Alexandre Vassalotti | b0a61d7 | 2009-07-17 23:19:37 +0000 | [diff] [blame] | 1441 | /* The size of `off_t', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1442 | #undef SIZEOF_OFF_T |
| 1443 | |
Christian Heimes | 400adb0 | 2008-02-01 08:12:03 +0000 | [diff] [blame] | 1444 | /* The size of `pid_t', as computed by sizeof. */ |
| 1445 | #undef SIZEOF_PID_T |
| 1446 | |
Masayuki Yamamoto | 731e189 | 2017-10-06 19:41:34 +0900 | [diff] [blame] | 1447 | /* The size of `pthread_key_t', as computed by sizeof. */ |
| 1448 | #undef SIZEOF_PTHREAD_KEY_T |
| 1449 | |
Alexandre Vassalotti | b0a61d7 | 2009-07-17 23:19:37 +0000 | [diff] [blame] | 1450 | /* The size of `pthread_t', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1451 | #undef SIZEOF_PTHREAD_T |
| 1452 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1453 | /* The size of `short', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1454 | #undef SIZEOF_SHORT |
| 1455 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1456 | /* The size of `size_t', as computed by sizeof. */ |
Martin v. Löwis | 18e1655 | 2006-02-15 17:27:45 +0000 | [diff] [blame] | 1457 | #undef SIZEOF_SIZE_T |
| 1458 | |
Alexandre Vassalotti | b0a61d7 | 2009-07-17 23:19:37 +0000 | [diff] [blame] | 1459 | /* The size of `time_t', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1460 | #undef SIZEOF_TIME_T |
| 1461 | |
Benjamin Peterson | df6ff7b | 2016-09-06 13:53:14 -0700 | [diff] [blame] | 1462 | /* The size of `uintptr_t', as computed by sizeof. */ |
| 1463 | #undef SIZEOF_UINTPTR_T |
| 1464 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1465 | /* The size of `void *', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1466 | #undef SIZEOF_VOID_P |
| 1467 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1468 | /* The size of `wchar_t', as computed by sizeof. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1469 | #undef SIZEOF_WCHAR_T |
| 1470 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1471 | /* The size of `_Bool', as computed by sizeof. */ |
Thomas Wouters | b213704 | 2007-02-01 18:02:27 +0000 | [diff] [blame] | 1472 | #undef SIZEOF__BOOL |
| 1473 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1474 | /* Define to 1 if you have the ANSI C header files. */ |
| 1475 | #undef STDC_HEADERS |
| 1476 | |
| 1477 | /* Define if you can safely include both <sys/select.h> and <sys/time.h> |
| 1478 | (which you can't on SCO ODT 3.0). */ |
| 1479 | #undef SYS_SELECT_WITH_SYS_TIME |
| 1480 | |
Victor Stinner | e0be423 | 2011-10-25 13:06:09 +0200 | [diff] [blame] | 1481 | /* Library needed by timemodule.c: librt may be needed for clock_gettime() */ |
| 1482 | #undef TIMEMODULE_LIB |
| 1483 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1484 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 1485 | #undef TIME_WITH_SYS_TIME |
| 1486 | |
| 1487 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| 1488 | #undef TM_IN_SYS_TIME |
| 1489 | |
Benjamin Peterson | d7f73e9 | 2010-09-05 00:09:07 +0000 | [diff] [blame] | 1490 | /* Define if you want to use computed gotos in ceval.c. */ |
Antoine Pitrou | b52ec78 | 2009-01-25 16:34:23 +0000 | [diff] [blame] | 1491 | #undef USE_COMPUTED_GOTOS |
| 1492 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1493 | /* Enable extensions on AIX 3, Interix. */ |
| 1494 | #ifndef _ALL_SOURCE |
| 1495 | # undef _ALL_SOURCE |
| 1496 | #endif |
| 1497 | /* Enable GNU extensions on systems that have them. */ |
| 1498 | #ifndef _GNU_SOURCE |
| 1499 | # undef _GNU_SOURCE |
| 1500 | #endif |
| 1501 | /* Enable threading extensions on Solaris. */ |
| 1502 | #ifndef _POSIX_PTHREAD_SEMANTICS |
| 1503 | # undef _POSIX_PTHREAD_SEMANTICS |
| 1504 | #endif |
| 1505 | /* Enable extensions on HP NonStop. */ |
| 1506 | #ifndef _TANDEM_SOURCE |
| 1507 | # undef _TANDEM_SOURCE |
| 1508 | #endif |
| 1509 | /* Enable general extensions on Solaris. */ |
| 1510 | #ifndef __EXTENSIONS__ |
| 1511 | # undef __EXTENSIONS__ |
| 1512 | #endif |
| 1513 | |
| 1514 | |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 1515 | /* Define if WINDOW in curses.h offers a field _flags. */ |
| 1516 | #undef WINDOW_HAS_FLAGS |
| 1517 | |
Stefan Krah | 815280e | 2020-02-29 19:43:42 +0100 | [diff] [blame] | 1518 | /* Define if you want build the _decimal module using a coroutine-local rather |
| 1519 | than a thread-local context */ |
| 1520 | #undef WITH_DECIMAL_CONTEXTVAR |
| 1521 | |
Martin v. Löwis | a3fb4f7 | 2002-06-09 13:33:54 +0000 | [diff] [blame] | 1522 | /* Define if you want documentation strings in extension modules */ |
| 1523 | #undef WITH_DOC_STRINGS |
| 1524 | |
Łukasz Langa | a785c87 | 2016-09-09 17:37:37 -0700 | [diff] [blame] | 1525 | /* Define if you want to compile in DTrace support */ |
| 1526 | #undef WITH_DTRACE |
| 1527 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1528 | /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic |
| 1529 | linker (dyld) instead of the old-style (NextStep) dynamic linker (rld). |
| 1530 | Dyld is necessary to support frameworks. */ |
| 1531 | #undef WITH_DYLD |
| 1532 | |
Martin v. Löwis | 19d1734 | 2003-06-14 21:03:05 +0000 | [diff] [blame] | 1533 | /* Define to 1 if libintl is needed for locale functions. */ |
| 1534 | #undef WITH_LIBINTL |
| 1535 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1536 | /* Define if you want to produce an OpenStep/Rhapsody framework (shared |
| 1537 | library plus accessory files). */ |
| 1538 | #undef WITH_NEXT_FRAMEWORK |
| 1539 | |
| 1540 | /* Define if you want to compile in Python-specific mallocs */ |
| 1541 | #undef WITH_PYMALLOC |
| 1542 | |
Benjamin Peterson | 05159c4 | 2009-12-03 03:01:27 +0000 | [diff] [blame] | 1543 | /* Define if you want pymalloc to be disabled when running under valgrind */ |
| 1544 | #undef WITH_VALGRIND |
| 1545 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1546 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 1547 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 1548 | #if defined AC_APPLE_UNIVERSAL_BUILD |
| 1549 | # if defined __BIG_ENDIAN__ |
| 1550 | # define WORDS_BIGENDIAN 1 |
| 1551 | # endif |
| 1552 | #else |
| 1553 | # ifndef WORDS_BIGENDIAN |
| 1554 | # undef WORDS_BIGENDIAN |
| 1555 | # endif |
| 1556 | #endif |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1557 | |
Mark Dickinson | 3dc7c6a | 2009-01-04 15:09:02 +0000 | [diff] [blame] | 1558 | /* Define if arithmetic is subject to x87-style double rounding issue */ |
| 1559 | #undef X87_DOUBLE_ROUNDING |
| 1560 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1561 | /* Define on OpenBSD to activate all library features */ |
| 1562 | #undef _BSD_SOURCE |
| 1563 | |
Georg Brandl | fcaf910 | 2008-07-16 02:17:56 +0000 | [diff] [blame] | 1564 | /* Define on Darwin to activate all library features */ |
| 1565 | #undef _DARWIN_C_SOURCE |
| 1566 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1567 | /* This must be set to 64 on some systems to enable large file support. */ |
| 1568 | #undef _FILE_OFFSET_BITS |
| 1569 | |
Martin v. Löwis | 6f18a3c | 2002-07-20 08:51:52 +0000 | [diff] [blame] | 1570 | /* Define on Linux to activate all library features */ |
| 1571 | #undef _GNU_SOURCE |
| 1572 | |
Christian Heimes | 647cd87 | 2013-12-07 23:39:33 +0100 | [diff] [blame] | 1573 | /* Define to include mbstate_t for mbrtowc */ |
| 1574 | #undef _INCLUDE__STDC_A1_SOURCE |
| 1575 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1576 | /* This must be defined on some systems to enable large file support. */ |
| 1577 | #undef _LARGEFILE_SOURCE |
| 1578 | |
Benjamin Peterson | 83a0efd | 2011-02-25 14:01:05 +0000 | [diff] [blame] | 1579 | /* This must be defined on AIX systems to enable large file support. */ |
| 1580 | #undef _LARGE_FILES |
| 1581 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1582 | /* Define to 1 if on MINIX. */ |
| 1583 | #undef _MINIX |
| 1584 | |
Martin v. Löwis | bcd9396 | 2003-05-03 10:32:18 +0000 | [diff] [blame] | 1585 | /* Define on NetBSD to activate all library features */ |
| 1586 | #undef _NETBSD_SOURCE |
| 1587 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1588 | /* Define to 2 if the system does not provide POSIX.1 features except with |
| 1589 | this defined. */ |
| 1590 | #undef _POSIX_1_SOURCE |
| 1591 | |
Benjamin Peterson | b77fe17 | 2011-09-13 17:20:47 -0400 | [diff] [blame] | 1592 | /* Define to activate features from IEEE Stds 1003.1-2008 */ |
Martin v. Löwis | e482658 | 2002-10-26 13:33:00 +0000 | [diff] [blame] | 1593 | #undef _POSIX_C_SOURCE |
| 1594 | |
Matthias Klose | b962171 | 2010-04-24 17:59:49 +0000 | [diff] [blame] | 1595 | /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 1596 | #undef _POSIX_SOURCE |
| 1597 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1598 | /* Define if you have POSIX threads, and your system does not define that. */ |
| 1599 | #undef _POSIX_THREADS |
| 1600 | |
INADA Naoki | 6b42eb1 | 2017-06-29 15:31:38 +0900 | [diff] [blame] | 1601 | /* framework name */ |
| 1602 | #undef _PYTHONFRAMEWORK |
| 1603 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1604 | /* Define to force use of thread-safe errno, h_errno, and other functions */ |
| 1605 | #undef _REENTRANT |
| 1606 | |
Martin v. Löwis | 678fc1e | 2002-11-12 06:04:39 +0000 | [diff] [blame] | 1607 | /* Define to the level of X/Open that your system supports */ |
| 1608 | #undef _XOPEN_SOURCE |
Martin v. Löwis | 6f18a3c | 2002-07-20 08:51:52 +0000 | [diff] [blame] | 1609 | |
Martin v. Löwis | e482658 | 2002-10-26 13:33:00 +0000 | [diff] [blame] | 1610 | /* Define to activate Unix95-and-earlier features */ |
| 1611 | #undef _XOPEN_SOURCE_EXTENDED |
| 1612 | |
Jason Tishler | fac083d | 2003-07-22 15:20:49 +0000 | [diff] [blame] | 1613 | /* Define on FreeBSD to activate all library features */ |
| 1614 | #undef __BSD_VISIBLE |
| 1615 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1616 | /* Define to 1 if type `char' is unsigned and you are not using gcc. */ |
| 1617 | #ifndef __CHAR_UNSIGNED__ |
| 1618 | # undef __CHAR_UNSIGNED__ |
| 1619 | #endif |
| 1620 | |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1621 | /* Define to 'long' if <time.h> doesn't define. */ |
| 1622 | #undef clock_t |
| 1623 | |
| 1624 | /* Define to empty if `const' does not conform to ANSI C. */ |
| 1625 | #undef const |
| 1626 | |
| 1627 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1628 | #undef gid_t |
| 1629 | |
| 1630 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1631 | #undef mode_t |
| 1632 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1633 | /* Define to `long int' if <sys/types.h> does not define. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1634 | #undef off_t |
| 1635 | |
| 1636 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1637 | #undef pid_t |
| 1638 | |
| 1639 | /* Define to empty if the keyword does not work. */ |
| 1640 | #undef signed |
| 1641 | |
Guido van Rossum | 806c246 | 2007-08-06 23:33:07 +0000 | [diff] [blame] | 1642 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1643 | #undef size_t |
| 1644 | |
Martin v. Löwis | 01c0401 | 2002-11-11 14:58:44 +0000 | [diff] [blame] | 1645 | /* Define to `int' if <sys/socket.h> does not define. */ |
Martin v. Löwis | 1143799 | 2002-04-12 09:54:03 +0000 | [diff] [blame] | 1646 | #undef socklen_t |
| 1647 | |
| 1648 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1649 | #undef uid_t |
| 1650 | |
Martin v. Löwis | c45929e | 2002-04-06 10:10:49 +0000 | [diff] [blame] | 1651 | |
Martin v. Löwis | 28341ce | 2001-09-05 15:18:00 +0000 | [diff] [blame] | 1652 | /* Define the macros needed if on a UnixWare 7.x system. */ |
| 1653 | #if defined(__USLC__) && defined(__SCO_VERSION__) |
Martin v. Löwis | 28341ce | 2001-09-05 15:18:00 +0000 | [diff] [blame] | 1654 | #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */ |
| 1655 | #endif |
| 1656 | |
Martin v. Löwis | bddf5a5 | 2002-11-11 13:37:28 +0000 | [diff] [blame] | 1657 | #endif /*Py_PYCONFIG_H*/ |
| 1658 | |