| LEFT | RIGHT |
| 1 /* pyconfig.h.in. Generated from configure.in by autoheader. */ | 1 /* pyconfig.h.in. Generated from configure.ac by autoheader. */ |
| 2 | 2 |
| 3 | 3 |
| 4 #ifndef Py_PYCONFIG_H | 4 #ifndef Py_PYCONFIG_H |
| 5 #define Py_PYCONFIG_H | 5 #define Py_PYCONFIG_H |
| 6 | 6 |
| 7 | 7 |
| 8 /* Define if building universal (internal helper macro) */ | 8 /* Define if building universal (internal helper macro) */ |
| 9 #undef AC_APPLE_UNIVERSAL_BUILD | 9 #undef AC_APPLE_UNIVERSAL_BUILD |
| 10 | 10 |
| 11 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want | 11 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want |
| 12 support for AIX C++ shared extension modules. */ | 12 support for AIX C++ shared extension modules. */ |
| 13 #undef AIX_GENUINE_CPLUSPLUS | 13 #undef AIX_GENUINE_CPLUSPLUS |
| 14 | 14 |
| 15 /* Define this if you have AtheOS threads. */ | |
| 16 #undef ATHEOS_THREADS | |
| 17 | |
| 18 /* Define this if you have BeOS threads. */ | |
| 19 #undef BEOS_THREADS | |
| 20 | |
| 21 /* Define if you have the Mach cthreads package */ | |
| 22 #undef C_THREADS | |
| 23 | |
| 24 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM | 15 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM |
| 25 mixed-endian order (byte order 45670123) */ | 16 mixed-endian order (byte order 45670123) */ |
| 26 #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 | 17 #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 |
| 27 | 18 |
| 28 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most | 19 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most |
| 29 significant byte first */ | 20 significant byte first */ |
| 30 #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 | 21 #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 |
| 31 | 22 |
| 32 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the | 23 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the |
| 33 least significant byte first */ | 24 least significant byte first */ |
| 34 #undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 | 25 #undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 |
| 35 | 26 |
| 36 /* Define if --enable-ipv6 is specified */ | 27 /* Define if --enable-ipv6 is specified */ |
| 37 #undef ENABLE_IPV6 | 28 #undef ENABLE_IPV6 |
| 38 | 29 |
| 39 /* Define if flock needs to be linked with bsd library. */ | 30 /* Define if flock needs to be linked with bsd library. */ |
| 40 #undef FLOCK_NEEDS_LIBBSD | 31 #undef FLOCK_NEEDS_LIBBSD |
| 41 | 32 |
| 42 /* Define if getpgrp() must be called as getpgrp(0). */ | 33 /* Define if getpgrp() must be called as getpgrp(0). */ |
| 43 #undef GETPGRP_HAVE_ARG | 34 #undef GETPGRP_HAVE_ARG |
| 44 | 35 |
| 45 /* Define if gettimeofday() does not have second (timezone) argument This is | 36 /* Define if gettimeofday() does not have second (timezone) argument This is |
| 46 the case on Motorola V4 (R40V4.2) */ | 37 the case on Motorola V4 (R40V4.2) */ |
| 47 #undef GETTIMEOFDAY_NO_TZ | 38 #undef GETTIMEOFDAY_NO_TZ |
| 48 | 39 |
| 40 /* Define to 1 if you have the `accept4' function. */ |
| 41 #undef HAVE_ACCEPT4 |
| 42 |
| 49 /* Define to 1 if you have the `acosh' function. */ | 43 /* Define to 1 if you have the `acosh' function. */ |
| 50 #undef HAVE_ACOSH | 44 #undef HAVE_ACOSH |
| 51 | 45 |
| 52 /* struct addrinfo (netdb.h) */ | 46 /* struct addrinfo (netdb.h) */ |
| 53 #undef HAVE_ADDRINFO | 47 #undef HAVE_ADDRINFO |
| 54 | 48 |
| 55 /* Define to 1 if you have the `alarm' function. */ | 49 /* Define to 1 if you have the `alarm' function. */ |
| 56 #undef HAVE_ALARM | 50 #undef HAVE_ALARM |
| 57 | 51 |
| 58 /* Define this if your time.h defines altzone. */ | 52 /* Define this if your time.h defines altzone. */ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 72 | 66 |
| 73 /* Define to 1 if you have the `bind_textdomain_codeset' function. */ | 67 /* Define to 1 if you have the `bind_textdomain_codeset' function. */ |
| 74 #undef HAVE_BIND_TEXTDOMAIN_CODESET | 68 #undef HAVE_BIND_TEXTDOMAIN_CODESET |
| 75 | 69 |
| 76 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ | 70 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */ |
| 77 #undef HAVE_BLUETOOTH_BLUETOOTH_H | 71 #undef HAVE_BLUETOOTH_BLUETOOTH_H |
| 78 | 72 |
| 79 /* Define to 1 if you have the <bluetooth.h> header file. */ | 73 /* Define to 1 if you have the <bluetooth.h> header file. */ |
| 80 #undef HAVE_BLUETOOTH_H | 74 #undef HAVE_BLUETOOTH_H |
| 81 | 75 |
| 76 /* Define if mbstowcs(NULL, "text", 0) does not return the number of wide |
| 77 chars that would be converted. */ |
| 78 #undef HAVE_BROKEN_MBSTOWCS |
| 79 |
| 82 /* Define if nice() returns success/failure instead of the new priority. */ | 80 /* Define if nice() returns success/failure instead of the new priority. */ |
| 83 #undef HAVE_BROKEN_NICE | 81 #undef HAVE_BROKEN_NICE |
| 84 | 82 |
| 85 /* Define if the system reports an invalid PIPE_BUF value. */ | 83 /* Define if the system reports an invalid PIPE_BUF value. */ |
| 86 #undef HAVE_BROKEN_PIPE_BUF | 84 #undef HAVE_BROKEN_PIPE_BUF |
| 87 | 85 |
| 88 /* Define if poll() sets errno on invalid file descriptors. */ | 86 /* Define if poll() sets errno on invalid file descriptors. */ |
| 89 #undef HAVE_BROKEN_POLL | 87 #undef HAVE_BROKEN_POLL |
| 90 | 88 |
| 91 /* Define if the Posix semaphores do not work on your system */ | 89 /* Define if the Posix semaphores do not work on your system */ |
| 92 #undef HAVE_BROKEN_POSIX_SEMAPHORES | 90 #undef HAVE_BROKEN_POSIX_SEMAPHORES |
| 93 | 91 |
| 94 /* Define if pthread_sigmask() does not work on your system. */ | 92 /* Define if pthread_sigmask() does not work on your system. */ |
| 95 #undef HAVE_BROKEN_PTHREAD_SIGMASK | 93 #undef HAVE_BROKEN_PTHREAD_SIGMASK |
| 96 | 94 |
| 97 /* define to 1 if your sem_getvalue is broken. */ | 95 /* define to 1 if your sem_getvalue is broken. */ |
| 98 #undef HAVE_BROKEN_SEM_GETVALUE | 96 #undef HAVE_BROKEN_SEM_GETVALUE |
| 99 | 97 |
| 98 /* Define if `unsetenv` does not return an int. */ |
| 99 #undef HAVE_BROKEN_UNSETENV |
| 100 |
| 100 /* Define this if you have the type _Bool. */ | 101 /* Define this if you have the type _Bool. */ |
| 101 #undef HAVE_C99_BOOL | 102 #undef HAVE_C99_BOOL |
| 102 | 103 |
| 103 /* Define to 1 if you have the 'chflags' function. */ | 104 /* Define to 1 if you have the 'chflags' function. */ |
| 104 #undef HAVE_CHFLAGS | 105 #undef HAVE_CHFLAGS |
| 105 | 106 |
| 106 /* Define to 1 if you have the `chown' function. */ | 107 /* Define to 1 if you have the `chown' function. */ |
| 107 #undef HAVE_CHOWN | 108 #undef HAVE_CHOWN |
| 108 | 109 |
| 109 /* Define if you have the 'chroot' function. */ | 110 /* Define if you have the 'chroot' function. */ |
| 110 #undef HAVE_CHROOT | 111 #undef HAVE_CHROOT |
| 111 | 112 |
| 112 /* Define to 1 if you have the `clock' function. */ | 113 /* Define to 1 if you have the `clock' function. */ |
| 113 #undef HAVE_CLOCK | 114 #undef HAVE_CLOCK |
| 115 |
| 116 /* Define to 1 if you have the `clock_getres' function. */ |
| 117 #undef HAVE_CLOCK_GETRES |
| 118 |
| 119 /* Define to 1 if you have the `clock_gettime' function. */ |
| 120 #undef HAVE_CLOCK_GETTIME |
| 121 |
| 122 /* Define if the C compiler supports computed gotos. */ |
| 123 #undef HAVE_COMPUTED_GOTOS |
| 114 | 124 |
| 115 /* Define to 1 if you have the `confstr' function. */ | 125 /* Define to 1 if you have the `confstr' function. */ |
| 116 #undef HAVE_CONFSTR | 126 #undef HAVE_CONFSTR |
| 117 | 127 |
| 118 /* Define to 1 if you have the <conio.h> header file. */ | 128 /* Define to 1 if you have the <conio.h> header file. */ |
| 119 #undef HAVE_CONIO_H | 129 #undef HAVE_CONIO_H |
| 120 | 130 |
| 121 /* Define to 1 if you have the `copysign' function. */ | 131 /* Define to 1 if you have the `copysign' function. */ |
| 122 #undef HAVE_COPYSIGN | 132 #undef HAVE_COPYSIGN |
| 123 | 133 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 151 */ | 161 */ |
| 152 #undef HAVE_DECL_ISNAN | 162 #undef HAVE_DECL_ISNAN |
| 153 | 163 |
| 154 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. | 164 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. |
| 155 */ | 165 */ |
| 156 #undef HAVE_DECL_TZNAME | 166 #undef HAVE_DECL_TZNAME |
| 157 | 167 |
| 158 /* Define to 1 if you have the device macros. */ | 168 /* Define to 1 if you have the device macros. */ |
| 159 #undef HAVE_DEVICE_MACROS | 169 #undef HAVE_DEVICE_MACROS |
| 160 | 170 |
| 161 /* Define if we have /dev/ptc. */ | 171 /* Define to 1 if you have the /dev/ptc device file. */ |
| 162 #undef HAVE_DEV_PTC | 172 #undef HAVE_DEV_PTC |
| 163 | 173 |
| 164 /* Define if we have /dev/ptmx. */ | 174 /* Define to 1 if you have the /dev/ptmx device file. */ |
| 165 #undef HAVE_DEV_PTMX | 175 #undef HAVE_DEV_PTMX |
| 166 | 176 |
| 167 /* Define to 1 if you have the <direct.h> header file. */ | 177 /* Define to 1 if you have the <direct.h> header file. */ |
| 168 #undef HAVE_DIRECT_H | 178 #undef HAVE_DIRECT_H |
| 169 | 179 |
| 170 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. | 180 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 171 */ | 181 */ |
| 172 #undef HAVE_DIRENT_H | 182 #undef HAVE_DIRENT_H |
| 173 | 183 |
| 184 /* Define if you have the 'dirfd' function or macro. */ |
| 185 #undef HAVE_DIRFD |
| 186 |
| 174 /* Define to 1 if you have the <dlfcn.h> header file. */ | 187 /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 175 #undef HAVE_DLFCN_H | 188 #undef HAVE_DLFCN_H |
| 176 | 189 |
| 177 /* Define to 1 if you have the `dlopen' function. */ | 190 /* Define to 1 if you have the `dlopen' function. */ |
| 178 #undef HAVE_DLOPEN | 191 #undef HAVE_DLOPEN |
| 179 | 192 |
| 180 /* Define to 1 if you have the `dup2' function. */ | 193 /* Define to 1 if you have the `dup2' function. */ |
| 181 #undef HAVE_DUP2 | 194 #undef HAVE_DUP2 |
| 182 | 195 |
| 183 /* Defined when any dynamic module loading is enabled. */ | 196 /* Defined when any dynamic module loading is enabled. */ |
| 184 #undef HAVE_DYNAMIC_LOADING | 197 #undef HAVE_DYNAMIC_LOADING |
| 185 | 198 |
| 186 /* Define if you have the 'epoll' functions. */ | 199 /* Define if you have the 'epoll' functions. */ |
| 187 #undef HAVE_EPOLL | 200 #undef HAVE_EPOLL |
| 188 | 201 |
| 202 /* Define if you have the 'epoll_create1' function. */ |
| 203 #undef HAVE_EPOLL_CREATE1 |
| 204 |
| 189 /* Define to 1 if you have the `erf' function. */ | 205 /* Define to 1 if you have the `erf' function. */ |
| 190 #undef HAVE_ERF | 206 #undef HAVE_ERF |
| 191 | 207 |
| 192 /* Define to 1 if you have the `erfc' function. */ | 208 /* Define to 1 if you have the `erfc' function. */ |
| 193 #undef HAVE_ERFC | 209 #undef HAVE_ERFC |
| 194 | 210 |
| 195 /* Define to 1 if you have the <errno.h> header file. */ | 211 /* Define to 1 if you have the <errno.h> header file. */ |
| 196 #undef HAVE_ERRNO_H | 212 #undef HAVE_ERRNO_H |
| 197 | 213 |
| 198 /* Define to 1 if you have the `execv' function. */ | 214 /* Define to 1 if you have the `execv' function. */ |
| 199 #undef HAVE_EXECV | 215 #undef HAVE_EXECV |
| 200 | 216 |
| 201 /* Define to 1 if you have the `expm1' function. */ | 217 /* Define to 1 if you have the `expm1' function. */ |
| 202 #undef HAVE_EXPM1 | 218 #undef HAVE_EXPM1 |
| 203 | 219 |
| 220 /* Define to 1 if you have the `faccessat' function. */ |
| 221 #undef HAVE_FACCESSAT |
| 222 |
| 204 /* Define if you have the 'fchdir' function. */ | 223 /* Define if you have the 'fchdir' function. */ |
| 205 #undef HAVE_FCHDIR | 224 #undef HAVE_FCHDIR |
| 206 | 225 |
| 207 /* Define to 1 if you have the `fchmod' function. */ | 226 /* Define to 1 if you have the `fchmod' function. */ |
| 208 #undef HAVE_FCHMOD | 227 #undef HAVE_FCHMOD |
| 209 | 228 |
| 229 /* Define to 1 if you have the `fchmodat' function. */ |
| 230 #undef HAVE_FCHMODAT |
| 231 |
| 210 /* Define to 1 if you have the `fchown' function. */ | 232 /* Define to 1 if you have the `fchown' function. */ |
| 211 #undef HAVE_FCHOWN | 233 #undef HAVE_FCHOWN |
| 212 | 234 |
| 235 /* Define to 1 if you have the `fchownat' function. */ |
| 236 #undef HAVE_FCHOWNAT |
| 237 |
| 213 /* Define to 1 if you have the <fcntl.h> header file. */ | 238 /* Define to 1 if you have the <fcntl.h> header file. */ |
| 214 #undef HAVE_FCNTL_H | 239 #undef HAVE_FCNTL_H |
| 215 | 240 |
| 216 /* Define if you have the 'fdatasync' function. */ | 241 /* Define if you have the 'fdatasync' function. */ |
| 217 #undef HAVE_FDATASYNC | 242 #undef HAVE_FDATASYNC |
| 218 | 243 |
| 244 /* Define to 1 if you have the `fdopendir' function. */ |
| 245 #undef HAVE_FDOPENDIR |
| 246 |
| 247 /* Define to 1 if you have the `fexecve' function. */ |
| 248 #undef HAVE_FEXECVE |
| 249 |
| 219 /* Define to 1 if you have the `finite' function. */ | 250 /* Define to 1 if you have the `finite' function. */ |
| 220 #undef HAVE_FINITE | 251 #undef HAVE_FINITE |
| 221 | 252 |
| 222 /* Define to 1 if you have the `flock' function. */ | 253 /* Define to 1 if you have the `flock' function. */ |
| 223 #undef HAVE_FLOCK | 254 #undef HAVE_FLOCK |
| 224 | 255 |
| 225 /* Define to 1 if you have the `fork' function. */ | 256 /* Define to 1 if you have the `fork' function. */ |
| 226 #undef HAVE_FORK | 257 #undef HAVE_FORK |
| 227 | 258 |
| 228 /* Define to 1 if you have the `forkpty' function. */ | 259 /* Define to 1 if you have the `forkpty' function. */ |
| 229 #undef HAVE_FORKPTY | 260 #undef HAVE_FORKPTY |
| 230 | 261 |
| 231 /* Define to 1 if you have the `fpathconf' function. */ | 262 /* Define to 1 if you have the `fpathconf' function. */ |
| 232 #undef HAVE_FPATHCONF | 263 #undef HAVE_FPATHCONF |
| 233 | 264 |
| 234 /* Define to 1 if you have the `fseek64' function. */ | 265 /* Define to 1 if you have the `fseek64' function. */ |
| 235 #undef HAVE_FSEEK64 | 266 #undef HAVE_FSEEK64 |
| 236 | 267 |
| 237 /* Define to 1 if you have the `fseeko' function. */ | 268 /* Define to 1 if you have the `fseeko' function. */ |
| 238 #undef HAVE_FSEEKO | 269 #undef HAVE_FSEEKO |
| 239 | 270 |
| 271 /* Define to 1 if you have the `fstatat' function. */ |
| 272 #undef HAVE_FSTATAT |
| 273 |
| 240 /* Define to 1 if you have the `fstatvfs' function. */ | 274 /* Define to 1 if you have the `fstatvfs' function. */ |
| 241 #undef HAVE_FSTATVFS | 275 #undef HAVE_FSTATVFS |
| 242 | 276 |
| 243 /* Define if you have the 'fsync' function. */ | 277 /* Define if you have the 'fsync' function. */ |
| 244 #undef HAVE_FSYNC | 278 #undef HAVE_FSYNC |
| 245 | 279 |
| 246 /* Define to 1 if you have the `ftell64' function. */ | 280 /* Define to 1 if you have the `ftell64' function. */ |
| 247 #undef HAVE_FTELL64 | 281 #undef HAVE_FTELL64 |
| 248 | 282 |
| 249 /* Define to 1 if you have the `ftello' function. */ | 283 /* Define to 1 if you have the `ftello' function. */ |
| 250 #undef HAVE_FTELLO | 284 #undef HAVE_FTELLO |
| 251 | 285 |
| 252 /* Define to 1 if you have the `ftime' function. */ | 286 /* Define to 1 if you have the `ftime' function. */ |
| 253 #undef HAVE_FTIME | 287 #undef HAVE_FTIME |
| 254 | 288 |
| 255 /* Define to 1 if you have the `ftruncate' function. */ | 289 /* Define to 1 if you have the `ftruncate' function. */ |
| 256 #undef HAVE_FTRUNCATE | 290 #undef HAVE_FTRUNCATE |
| 257 | 291 |
| 292 /* Define to 1 if you have the `futimens' function. */ |
| 293 #undef HAVE_FUTIMENS |
| 294 |
| 295 /* Define to 1 if you have the `futimes' function. */ |
| 296 #undef HAVE_FUTIMES |
| 297 |
| 298 /* Define to 1 if you have the `futimesat' function. */ |
| 299 #undef HAVE_FUTIMESAT |
| 300 |
| 258 /* Define to 1 if you have the `gai_strerror' function. */ | 301 /* Define to 1 if you have the `gai_strerror' function. */ |
| 259 #undef HAVE_GAI_STRERROR | 302 #undef HAVE_GAI_STRERROR |
| 260 | 303 |
| 261 /* Define to 1 if you have the `gamma' function. */ | 304 /* Define to 1 if you have the `gamma' function. */ |
| 262 #undef HAVE_GAMMA | 305 #undef HAVE_GAMMA |
| 306 |
| 307 /* Define if we can use x64 gcc inline assembler */ |
| 308 #undef HAVE_GCC_ASM_FOR_X64 |
| 263 | 309 |
| 264 /* Define if we can use gcc inline assembler to get and set x87 control word | 310 /* Define if we can use gcc inline assembler to get and set x87 control word |
| 265 */ | 311 */ |
| 266 #undef HAVE_GCC_ASM_FOR_X87 | 312 #undef HAVE_GCC_ASM_FOR_X87 |
| 267 | 313 |
| 314 /* Define if your compiler provides __uint128_t */ |
| 315 #undef HAVE_GCC_UINT128_T |
| 316 |
| 268 /* Define if you have the getaddrinfo function. */ | 317 /* Define if you have the getaddrinfo function. */ |
| 269 #undef HAVE_GETADDRINFO | 318 #undef HAVE_GETADDRINFO |
| 270 | 319 |
| 271 /* Define to 1 if you have the `getcwd' function. */ | 320 /* Define to 1 if you have the `getcwd' function. */ |
| 272 #undef HAVE_GETCWD | 321 #undef HAVE_GETCWD |
| 273 | 322 |
| 274 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */ | 323 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */ |
| 275 #undef HAVE_GETC_UNLOCKED | 324 #undef HAVE_GETC_UNLOCKED |
| 276 | 325 |
| 326 /* Define to 1 if you have the `getgrouplist' function. */ |
| 327 #undef HAVE_GETGROUPLIST |
| 328 |
| 277 /* Define to 1 if you have the `getgroups' function. */ | 329 /* Define to 1 if you have the `getgroups' function. */ |
| 278 #undef HAVE_GETGROUPS | 330 #undef HAVE_GETGROUPS |
| 279 | 331 |
| 280 /* Define to 1 if you have the `gethostbyname' function. */ | 332 /* Define to 1 if you have the `gethostbyname' function. */ |
| 281 #undef HAVE_GETHOSTBYNAME | 333 #undef HAVE_GETHOSTBYNAME |
| 282 | 334 |
| 283 /* Define this if you have some version of gethostbyname_r() */ | 335 /* Define this if you have some version of gethostbyname_r() */ |
| 284 #undef HAVE_GETHOSTBYNAME_R | 336 #undef HAVE_GETHOSTBYNAME_R |
| 285 | 337 |
| 286 /* Define this if you have the 3-arg version of gethostbyname_r(). */ | 338 /* Define this if you have the 3-arg version of gethostbyname_r(). */ |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 | 391 |
| 340 /* Define to 1 if you have the `getspnam' function. */ | 392 /* Define to 1 if you have the `getspnam' function. */ |
| 341 #undef HAVE_GETSPNAM | 393 #undef HAVE_GETSPNAM |
| 342 | 394 |
| 343 /* Define to 1 if you have the `gettimeofday' function. */ | 395 /* Define to 1 if you have the `gettimeofday' function. */ |
| 344 #undef HAVE_GETTIMEOFDAY | 396 #undef HAVE_GETTIMEOFDAY |
| 345 | 397 |
| 346 /* Define to 1 if you have the `getwd' function. */ | 398 /* Define to 1 if you have the `getwd' function. */ |
| 347 #undef HAVE_GETWD | 399 #undef HAVE_GETWD |
| 348 | 400 |
| 401 /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and |
| 402 bcopy. */ |
| 403 #undef HAVE_GLIBC_MEMMOVE_BUG |
| 404 |
| 349 /* Define to 1 if you have the <grp.h> header file. */ | 405 /* Define to 1 if you have the <grp.h> header file. */ |
| 350 #undef HAVE_GRP_H | 406 #undef HAVE_GRP_H |
| 351 | 407 |
| 352 /* Define if you have the 'hstrerror' function. */ | 408 /* Define if you have the 'hstrerror' function. */ |
| 353 #undef HAVE_HSTRERROR | 409 #undef HAVE_HSTRERROR |
| 354 | 410 |
| 355 /* Define to 1 if you have the `hypot' function. */ | 411 /* Define to 1 if you have the `hypot' function. */ |
| 356 #undef HAVE_HYPOT | 412 #undef HAVE_HYPOT |
| 357 | 413 |
| 358 /* Define to 1 if you have the <ieeefp.h> header file. */ | 414 /* Define to 1 if you have the <ieeefp.h> header file. */ |
| 359 #undef HAVE_IEEEFP_H | 415 #undef HAVE_IEEEFP_H |
| 360 | 416 |
| 417 /* Define to 1 if you have the `if_nameindex' function. */ |
| 418 #undef HAVE_IF_NAMEINDEX |
| 419 |
| 361 /* Define if you have the 'inet_aton' function. */ | 420 /* Define if you have the 'inet_aton' function. */ |
| 362 #undef HAVE_INET_ATON | 421 #undef HAVE_INET_ATON |
| 363 | 422 |
| 364 /* Define if you have the 'inet_pton' function. */ | 423 /* Define if you have the 'inet_pton' function. */ |
| 365 #undef HAVE_INET_PTON | 424 #undef HAVE_INET_PTON |
| 366 | 425 |
| 367 /* Define to 1 if you have the `initgroups' function. */ | 426 /* Define to 1 if you have the `initgroups' function. */ |
| 368 #undef HAVE_INITGROUPS | 427 #undef HAVE_INITGROUPS |
| 369 | 428 |
| 370 /* Define to 1 if you have the <inttypes.h> header file. */ | 429 /* Define to 1 if you have the <inttypes.h> header file. */ |
| 371 #undef HAVE_INTTYPES_H | 430 #undef HAVE_INTTYPES_H |
| 372 | 431 |
| 373 /* Define to 1 if you have the <io.h> header file. */ | 432 /* Define to 1 if you have the <io.h> header file. */ |
| 374 #undef HAVE_IO_H | 433 #undef HAVE_IO_H |
| 434 |
| 435 /* Define if gcc has the ipa-pure-const bug. */ |
| 436 #undef HAVE_IPA_PURE_CONST_BUG |
| 375 | 437 |
| 376 /* Define to 1 if you have the `kill' function. */ | 438 /* Define to 1 if you have the `kill' function. */ |
| 377 #undef HAVE_KILL | 439 #undef HAVE_KILL |
| 378 | 440 |
| 379 /* Define to 1 if you have the `killpg' function. */ | 441 /* Define to 1 if you have the `killpg' function. */ |
| 380 #undef HAVE_KILLPG | 442 #undef HAVE_KILLPG |
| 381 | 443 |
| 382 /* Define if you have the 'kqueue' functions. */ | 444 /* Define if you have the 'kqueue' functions. */ |
| 383 #undef HAVE_KQUEUE | 445 #undef HAVE_KQUEUE |
| 384 | 446 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 414 | 476 |
| 415 /* Define to 1 if you have the <libintl.h> header file. */ | 477 /* Define to 1 if you have the <libintl.h> header file. */ |
| 416 #undef HAVE_LIBINTL_H | 478 #undef HAVE_LIBINTL_H |
| 417 | 479 |
| 418 /* Define if you have the readline library (-lreadline). */ | 480 /* Define if you have the readline library (-lreadline). */ |
| 419 #undef HAVE_LIBREADLINE | 481 #undef HAVE_LIBREADLINE |
| 420 | 482 |
| 421 /* Define to 1 if you have the `resolv' library (-lresolv). */ | 483 /* Define to 1 if you have the `resolv' library (-lresolv). */ |
| 422 #undef HAVE_LIBRESOLV | 484 #undef HAVE_LIBRESOLV |
| 423 | 485 |
| 486 /* Define to 1 if you have the `sendfile' library (-lsendfile). */ |
| 487 #undef HAVE_LIBSENDFILE |
| 488 |
| 424 /* Define to 1 if you have the <libutil.h> header file. */ | 489 /* Define to 1 if you have the <libutil.h> header file. */ |
| 425 #undef HAVE_LIBUTIL_H | 490 #undef HAVE_LIBUTIL_H |
| 426 | 491 |
| 427 /* Define if you have the 'link' function. */ | 492 /* Define if you have the 'link' function. */ |
| 428 #undef HAVE_LINK | 493 #undef HAVE_LINK |
| 429 | 494 |
| 495 /* Define to 1 if you have the `linkat' function. */ |
| 496 #undef HAVE_LINKAT |
| 497 |
| 498 /* Define to 1 if you have the <linux/can.h> header file. */ |
| 499 #undef HAVE_LINUX_CAN_H |
| 500 |
| 501 /* Define to 1 if you have the <linux/can/raw.h> header file. */ |
| 502 #undef HAVE_LINUX_CAN_RAW_H |
| 503 |
| 430 /* Define to 1 if you have the <linux/netlink.h> header file. */ | 504 /* Define to 1 if you have the <linux/netlink.h> header file. */ |
| 431 #undef HAVE_LINUX_NETLINK_H | 505 #undef HAVE_LINUX_NETLINK_H |
| 432 | 506 |
| 433 /* Define to 1 if you have the <linux/tipc.h> header file. */ | 507 /* Define to 1 if you have the <linux/tipc.h> header file. */ |
| 434 #undef HAVE_LINUX_TIPC_H | 508 #undef HAVE_LINUX_TIPC_H |
| 435 | 509 |
| 510 /* Define to 1 if you have the `lockf' function. */ |
| 511 #undef HAVE_LOCKF |
| 512 |
| 436 /* Define to 1 if you have the `log1p' function. */ | 513 /* Define to 1 if you have the `log1p' function. */ |
| 437 #undef HAVE_LOG1P | 514 #undef HAVE_LOG1P |
| 438 | 515 |
| 516 /* Define to 1 if you have the `log2' function. */ |
| 517 #undef HAVE_LOG2 |
| 518 |
| 439 /* Define this if you have the type long double. */ | 519 /* Define this if you have the type long double. */ |
| 440 #undef HAVE_LONG_DOUBLE | 520 #undef HAVE_LONG_DOUBLE |
| 441 | 521 |
| 442 /* Define this if you have the type long long. */ | 522 /* Define this if you have the type long long. */ |
| 443 #undef HAVE_LONG_LONG | 523 #undef HAVE_LONG_LONG |
| 444 | 524 |
| 445 /* Define to 1 if you have the `lstat' function. */ | 525 /* Define to 1 if you have the `lstat' function. */ |
| 446 #undef HAVE_LSTAT | 526 #undef HAVE_LSTAT |
| 447 | 527 |
| 528 /* Define to 1 if you have the `lutimes' function. */ |
| 529 #undef HAVE_LUTIMES |
| 530 |
| 448 /* Define this if you have the makedev macro. */ | 531 /* Define this if you have the makedev macro. */ |
| 449 #undef HAVE_MAKEDEV | 532 #undef HAVE_MAKEDEV |
| 450 | 533 |
| 534 /* Define to 1 if you have the `mbrtowc' function. */ |
| 535 #undef HAVE_MBRTOWC |
| 536 |
| 451 /* Define to 1 if you have the `memmove' function. */ | 537 /* Define to 1 if you have the `memmove' function. */ |
| 452 #undef HAVE_MEMMOVE | 538 #undef HAVE_MEMMOVE |
| 453 | 539 |
| 454 /* Define to 1 if you have the <memory.h> header file. */ | 540 /* Define to 1 if you have the <memory.h> header file. */ |
| 455 #undef HAVE_MEMORY_H | 541 #undef HAVE_MEMORY_H |
| 456 | 542 |
| 543 /* Define to 1 if you have the `memrchr' function. */ |
| 544 #undef HAVE_MEMRCHR |
| 545 |
| 546 /* Define to 1 if you have the `mkdirat' function. */ |
| 547 #undef HAVE_MKDIRAT |
| 548 |
| 457 /* Define to 1 if you have the `mkfifo' function. */ | 549 /* Define to 1 if you have the `mkfifo' function. */ |
| 458 #undef HAVE_MKFIFO | 550 #undef HAVE_MKFIFO |
| 459 | 551 |
| 552 /* Define to 1 if you have the `mkfifoat' function. */ |
| 553 #undef HAVE_MKFIFOAT |
| 554 |
| 460 /* Define to 1 if you have the `mknod' function. */ | 555 /* Define to 1 if you have the `mknod' function. */ |
| 461 #undef HAVE_MKNOD | 556 #undef HAVE_MKNOD |
| 462 | 557 |
| 558 /* Define to 1 if you have the `mknodat' function. */ |
| 559 #undef HAVE_MKNODAT |
| 560 |
| 463 /* Define to 1 if you have the `mktime' function. */ | 561 /* Define to 1 if you have the `mktime' function. */ |
| 464 #undef HAVE_MKTIME | 562 #undef HAVE_MKTIME |
| 465 | 563 |
| 564 /* Define to 1 if you have the `mmap' function. */ |
| 565 #undef HAVE_MMAP |
| 566 |
| 466 /* Define to 1 if you have the `mremap' function. */ | 567 /* Define to 1 if you have the `mremap' function. */ |
| 467 #undef HAVE_MREMAP | 568 #undef HAVE_MREMAP |
| 468 | 569 |
| 469 /* Define to 1 if you have the <ncurses.h> header file. */ | 570 /* Define to 1 if you have the <ncurses.h> header file. */ |
| 470 #undef HAVE_NCURSES_H | 571 #undef HAVE_NCURSES_H |
| 471 | 572 |
| 472 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ | 573 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 473 #undef HAVE_NDIR_H | 574 #undef HAVE_NDIR_H |
| 474 | 575 |
| 475 /* Define to 1 if you have the <netpacket/packet.h> header file. */ | 576 /* Define to 1 if you have the <netpacket/packet.h> header file. */ |
| 476 #undef HAVE_NETPACKET_PACKET_H | 577 #undef HAVE_NETPACKET_PACKET_H |
| 477 | 578 |
| 579 /* Define to 1 if you have the <net/if.h> header file. */ |
| 580 #undef HAVE_NET_IF_H |
| 581 |
| 478 /* Define to 1 if you have the `nice' function. */ | 582 /* Define to 1 if you have the `nice' function. */ |
| 479 #undef HAVE_NICE | 583 #undef HAVE_NICE |
| 480 | 584 |
| 585 /* Define to 1 if you have the `openat' function. */ |
| 586 #undef HAVE_OPENAT |
| 587 |
| 481 /* Define to 1 if you have the `openpty' function. */ | 588 /* Define to 1 if you have the `openpty' function. */ |
| 482 #undef HAVE_OPENPTY | 589 #undef HAVE_OPENPTY |
| 483 | 590 |
| 484 /* Define if compiling using MacOS X 10.5 SDK or later. */ | 591 /* Define if compiling using MacOS X 10.5 SDK or later. */ |
| 485 #undef HAVE_OSX105_SDK | 592 #undef HAVE_OSX105_SDK |
| 486 | 593 |
| 487 /* Define to 1 if you have the `pathconf' function. */ | 594 /* Define to 1 if you have the `pathconf' function. */ |
| 488 #undef HAVE_PATHCONF | 595 #undef HAVE_PATHCONF |
| 489 | 596 |
| 490 /* Define to 1 if you have the `pause' function. */ | 597 /* Define to 1 if you have the `pause' function. */ |
| 491 #undef HAVE_PAUSE | 598 #undef HAVE_PAUSE |
| 492 | 599 |
| 600 /* Define to 1 if you have the `pipe2' function. */ |
| 601 #undef HAVE_PIPE2 |
| 602 |
| 493 /* Define to 1 if you have the `plock' function. */ | 603 /* Define to 1 if you have the `plock' function. */ |
| 494 #undef HAVE_PLOCK | 604 #undef HAVE_PLOCK |
| 495 | 605 |
| 496 /* Define to 1 if you have the `poll' function. */ | 606 /* Define to 1 if you have the `poll' function. */ |
| 497 #undef HAVE_POLL | 607 #undef HAVE_POLL |
| 498 | 608 |
| 499 /* Define to 1 if you have the <poll.h> header file. */ | 609 /* Define to 1 if you have the <poll.h> header file. */ |
| 500 #undef HAVE_POLL_H | 610 #undef HAVE_POLL_H |
| 501 | 611 |
| 612 /* Define to 1 if you have the `posix_fadvise' function. */ |
| 613 #undef HAVE_POSIX_FADVISE |
| 614 |
| 615 /* Define to 1 if you have the `posix_fallocate' function. */ |
| 616 #undef HAVE_POSIX_FALLOCATE |
| 617 |
| 618 /* Define to 1 if you have the `pread' function. */ |
| 619 #undef HAVE_PREAD |
| 620 |
| 502 /* Define to 1 if you have the <process.h> header file. */ | 621 /* Define to 1 if you have the <process.h> header file. */ |
| 503 #undef HAVE_PROCESS_H | 622 #undef HAVE_PROCESS_H |
| 504 | 623 |
| 505 /* Define if your compiler supports function prototype */ | 624 /* Define if your compiler supports function prototype */ |
| 506 #undef HAVE_PROTOTYPES | 625 #undef HAVE_PROTOTYPES |
| 507 | 626 |
| 508 /* Define if you have GNU PTH threads. */ | |
| 509 #undef HAVE_PTH | |
| 510 | |
| 511 /* Defined for Solaris 2.6 bug in pthread header. */ | 627 /* Defined for Solaris 2.6 bug in pthread header. */ |
| 512 #undef HAVE_PTHREAD_DESTRUCTOR | 628 #undef HAVE_PTHREAD_DESTRUCTOR |
| 513 | 629 |
| 514 /* Define to 1 if you have the <pthread.h> header file. */ | 630 /* Define to 1 if you have the <pthread.h> header file. */ |
| 515 #undef HAVE_PTHREAD_H | 631 #undef HAVE_PTHREAD_H |
| 516 | 632 |
| 517 /* Define to 1 if you have the `pthread_init' function. */ | 633 /* Define to 1 if you have the `pthread_init' function. */ |
| 518 #undef HAVE_PTHREAD_INIT | 634 #undef HAVE_PTHREAD_INIT |
| 519 | 635 |
| 636 /* Define to 1 if you have the `pthread_kill' function. */ |
| 637 #undef HAVE_PTHREAD_KILL |
| 638 |
| 520 /* Define to 1 if you have the `pthread_sigmask' function. */ | 639 /* Define to 1 if you have the `pthread_sigmask' function. */ |
| 521 #undef HAVE_PTHREAD_SIGMASK | 640 #undef HAVE_PTHREAD_SIGMASK |
| 522 | 641 |
| 523 /* Define to 1 if you have the <pty.h> header file. */ | 642 /* Define to 1 if you have the <pty.h> header file. */ |
| 524 #undef HAVE_PTY_H | 643 #undef HAVE_PTY_H |
| 525 | 644 |
| 526 /* Define to 1 if you have the `putenv' function. */ | 645 /* Define to 1 if you have the `putenv' function. */ |
| 527 #undef HAVE_PUTENV | 646 #undef HAVE_PUTENV |
| 528 | 647 |
| 648 /* Define to 1 if you have the `pwrite' function. */ |
| 649 #undef HAVE_PWRITE |
| 650 |
| 529 /* Define to 1 if you have the `readlink' function. */ | 651 /* Define to 1 if you have the `readlink' function. */ |
| 530 #undef HAVE_READLINK | 652 #undef HAVE_READLINK |
| 531 | 653 |
| 654 /* Define to 1 if you have the `readlinkat' function. */ |
| 655 #undef HAVE_READLINKAT |
| 656 |
| 657 /* Define to 1 if you have the `readv' function. */ |
| 658 #undef HAVE_READV |
| 659 |
| 532 /* Define to 1 if you have the `realpath' function. */ | 660 /* Define to 1 if you have the `realpath' function. */ |
| 533 #undef HAVE_REALPATH | 661 #undef HAVE_REALPATH |
| 534 | 662 |
| 663 /* Define to 1 if you have the `renameat' function. */ |
| 664 #undef HAVE_RENAMEAT |
| 665 |
| 535 /* Define if you have readline 2.1 */ | 666 /* Define if you have readline 2.1 */ |
| 536 #undef HAVE_RL_CALLBACK | 667 #undef HAVE_RL_CALLBACK |
| 537 | 668 |
| 538 /* Define if you can turn off readline's signal handling. */ | 669 /* Define if you can turn off readline's signal handling. */ |
| 539 #undef HAVE_RL_CATCH_SIGNAL | 670 #undef HAVE_RL_CATCH_SIGNAL |
| 540 | 671 |
| 541 /* Define if you have readline 2.2 */ | 672 /* Define if you have readline 2.2 */ |
| 542 #undef HAVE_RL_COMPLETION_APPEND_CHARACTER | 673 #undef HAVE_RL_COMPLETION_APPEND_CHARACTER |
| 543 | 674 |
| 544 /* Define if you have readline 4.0 */ | 675 /* Define if you have readline 4.0 */ |
| 545 #undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK | 676 #undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK |
| 546 | 677 |
| 547 /* Define if you have readline 4.2 */ | 678 /* Define if you have readline 4.2 */ |
| 548 #undef HAVE_RL_COMPLETION_MATCHES | 679 #undef HAVE_RL_COMPLETION_MATCHES |
| 549 | 680 |
| 550 /* Define if you have rl_completion_suppress_append */ | 681 /* Define if you have rl_completion_suppress_append */ |
| 551 #undef HAVE_RL_COMPLETION_SUPPRESS_APPEND | 682 #undef HAVE_RL_COMPLETION_SUPPRESS_APPEND |
| 552 | 683 |
| 553 /* Define if you have readline 4.0 */ | 684 /* Define if you have readline 4.0 */ |
| 554 #undef HAVE_RL_PRE_INPUT_HOOK | 685 #undef HAVE_RL_PRE_INPUT_HOOK |
| 555 | 686 |
| 556 /* Define to 1 if you have the `round' function. */ | 687 /* Define to 1 if you have the `round' function. */ |
| 557 #undef HAVE_ROUND | 688 #undef HAVE_ROUND |
| 558 | 689 |
| 690 /* Define to 1 if you have the `sched_get_priority_max' function. */ |
| 691 #undef HAVE_SCHED_GET_PRIORITY_MAX |
| 692 |
| 693 /* Define to 1 if you have the <sched.h> header file. */ |
| 694 #undef HAVE_SCHED_H |
| 695 |
| 696 /* Define to 1 if you have the `sched_rr_get_interval' function. */ |
| 697 #undef HAVE_SCHED_RR_GET_INTERVAL |
| 698 |
| 699 /* Define to 1 if you have the `sched_setaffinity' function. */ |
| 700 #undef HAVE_SCHED_SETAFFINITY |
| 701 |
| 702 /* Define to 1 if you have the `sched_setparam' function. */ |
| 703 #undef HAVE_SCHED_SETPARAM |
| 704 |
| 705 /* Define to 1 if you have the `sched_setscheduler' function. */ |
| 706 #undef HAVE_SCHED_SETSCHEDULER |
| 707 |
| 559 /* Define to 1 if you have the `select' function. */ | 708 /* Define to 1 if you have the `select' function. */ |
| 560 #undef HAVE_SELECT | 709 #undef HAVE_SELECT |
| 561 | 710 |
| 562 /* Define to 1 if you have the `sem_getvalue' function. */ | 711 /* Define to 1 if you have the `sem_getvalue' function. */ |
| 563 #undef HAVE_SEM_GETVALUE | 712 #undef HAVE_SEM_GETVALUE |
| 564 | 713 |
| 565 /* Define to 1 if you have the `sem_open' function. */ | 714 /* Define to 1 if you have the `sem_open' function. */ |
| 566 #undef HAVE_SEM_OPEN | 715 #undef HAVE_SEM_OPEN |
| 567 | 716 |
| 568 /* Define to 1 if you have the `sem_timedwait' function. */ | 717 /* Define to 1 if you have the `sem_timedwait' function. */ |
| 569 #undef HAVE_SEM_TIMEDWAIT | 718 #undef HAVE_SEM_TIMEDWAIT |
| 570 | 719 |
| 571 /* Define to 1 if you have the `sem_unlink' function. */ | 720 /* Define to 1 if you have the `sem_unlink' function. */ |
| 572 #undef HAVE_SEM_UNLINK | 721 #undef HAVE_SEM_UNLINK |
| 573 | 722 |
| 723 /* Define to 1 if you have the `sendfile' function. */ |
| 724 #undef HAVE_SENDFILE |
| 725 |
| 574 /* Define to 1 if you have the `setegid' function. */ | 726 /* Define to 1 if you have the `setegid' function. */ |
| 575 #undef HAVE_SETEGID | 727 #undef HAVE_SETEGID |
| 576 | 728 |
| 577 /* Define to 1 if you have the `seteuid' function. */ | 729 /* Define to 1 if you have the `seteuid' function. */ |
| 578 #undef HAVE_SETEUID | 730 #undef HAVE_SETEUID |
| 579 | 731 |
| 580 /* Define to 1 if you have the `setgid' function. */ | 732 /* Define to 1 if you have the `setgid' function. */ |
| 581 #undef HAVE_SETGID | 733 #undef HAVE_SETGID |
| 582 | 734 |
| 583 /* Define if you have the 'setgroups' function. */ | 735 /* Define if you have the 'setgroups' function. */ |
| 584 #undef HAVE_SETGROUPS | 736 #undef HAVE_SETGROUPS |
| 585 | 737 |
| 738 /* Define to 1 if you have the `sethostname' function. */ |
| 739 #undef HAVE_SETHOSTNAME |
| 740 |
| 586 /* Define to 1 if you have the `setitimer' function. */ | 741 /* Define to 1 if you have the `setitimer' function. */ |
| 587 #undef HAVE_SETITIMER | 742 #undef HAVE_SETITIMER |
| 588 | 743 |
| 589 /* Define to 1 if you have the `setlocale' function. */ | 744 /* Define to 1 if you have the `setlocale' function. */ |
| 590 #undef HAVE_SETLOCALE | 745 #undef HAVE_SETLOCALE |
| 591 | 746 |
| 592 /* Define to 1 if you have the `setpgid' function. */ | 747 /* Define to 1 if you have the `setpgid' function. */ |
| 593 #undef HAVE_SETPGID | 748 #undef HAVE_SETPGID |
| 594 | 749 |
| 595 /* Define to 1 if you have the `setpgrp' function. */ | 750 /* Define to 1 if you have the `setpgrp' function. */ |
| 596 #undef HAVE_SETPGRP | 751 #undef HAVE_SETPGRP |
| 597 | 752 |
| 753 /* Define to 1 if you have the `setpriority' function. */ |
| 754 #undef HAVE_SETPRIORITY |
| 755 |
| 598 /* Define to 1 if you have the `setregid' function. */ | 756 /* Define to 1 if you have the `setregid' function. */ |
| 599 #undef HAVE_SETREGID | 757 #undef HAVE_SETREGID |
| 600 | 758 |
| 601 /* Define to 1 if you have the `setresgid' function. */ | 759 /* Define to 1 if you have the `setresgid' function. */ |
| 602 #undef HAVE_SETRESGID | 760 #undef HAVE_SETRESGID |
| 603 | 761 |
| 604 /* Define to 1 if you have the `setresuid' function. */ | 762 /* Define to 1 if you have the `setresuid' function. */ |
| 605 #undef HAVE_SETRESUID | 763 #undef HAVE_SETRESUID |
| 606 | 764 |
| 607 /* Define to 1 if you have the `setreuid' function. */ | 765 /* Define to 1 if you have the `setreuid' function. */ |
| 608 #undef HAVE_SETREUID | 766 #undef HAVE_SETREUID |
| 609 | 767 |
| 610 /* Define to 1 if you have the `setsid' function. */ | 768 /* Define to 1 if you have the `setsid' function. */ |
| 611 #undef HAVE_SETSID | 769 #undef HAVE_SETSID |
| 612 | 770 |
| 613 /* Define to 1 if you have the `setuid' function. */ | 771 /* Define to 1 if you have the `setuid' function. */ |
| 614 #undef HAVE_SETUID | 772 #undef HAVE_SETUID |
| 615 | 773 |
| 616 /* Define to 1 if you have the `setvbuf' function. */ | 774 /* Define to 1 if you have the `setvbuf' function. */ |
| 617 #undef HAVE_SETVBUF | 775 #undef HAVE_SETVBUF |
| 618 | 776 |
| 619 /* Define to 1 if you have the <shadow.h> header file. */ | 777 /* Define to 1 if you have the <shadow.h> header file. */ |
| 620 #undef HAVE_SHADOW_H | 778 #undef HAVE_SHADOW_H |
| 621 | 779 |
| 622 /* Define to 1 if you have the `sigaction' function. */ | 780 /* Define to 1 if you have the `sigaction' function. */ |
| 623 #undef HAVE_SIGACTION | 781 #undef HAVE_SIGACTION |
| 624 | 782 |
| 783 /* Define to 1 if you have the `sigaltstack' function. */ |
| 784 #undef HAVE_SIGALTSTACK |
| 785 |
| 625 /* Define to 1 if you have the `siginterrupt' function. */ | 786 /* Define to 1 if you have the `siginterrupt' function. */ |
| 626 #undef HAVE_SIGINTERRUPT | 787 #undef HAVE_SIGINTERRUPT |
| 627 | 788 |
| 628 /* Define to 1 if you have the <signal.h> header file. */ | 789 /* Define to 1 if you have the <signal.h> header file. */ |
| 629 #undef HAVE_SIGNAL_H | 790 #undef HAVE_SIGNAL_H |
| 630 | 791 |
| 792 /* Define to 1 if you have the `sigpending' function. */ |
| 793 #undef HAVE_SIGPENDING |
| 794 |
| 631 /* Define to 1 if you have the `sigrelse' function. */ | 795 /* Define to 1 if you have the `sigrelse' function. */ |
| 632 #undef HAVE_SIGRELSE | 796 #undef HAVE_SIGRELSE |
| 797 |
| 798 /* Define to 1 if you have the `sigtimedwait' function. */ |
| 799 #undef HAVE_SIGTIMEDWAIT |
| 800 |
| 801 /* Define to 1 if you have the `sigwait' function. */ |
| 802 #undef HAVE_SIGWAIT |
| 803 |
| 804 /* Define to 1 if you have the `sigwaitinfo' function. */ |
| 805 #undef HAVE_SIGWAITINFO |
| 633 | 806 |
| 634 /* Define to 1 if you have the `snprintf' function. */ | 807 /* Define to 1 if you have the `snprintf' function. */ |
| 635 #undef HAVE_SNPRINTF | 808 #undef HAVE_SNPRINTF |
| 636 | 809 |
| 637 /* Define if sockaddr has sa_len member */ | 810 /* Define if sockaddr has sa_len member */ |
| 638 #undef HAVE_SOCKADDR_SA_LEN | 811 #undef HAVE_SOCKADDR_SA_LEN |
| 639 | 812 |
| 640 /* struct sockaddr_storage (sys/socket.h) */ | 813 /* struct sockaddr_storage (sys/socket.h) */ |
| 641 #undef HAVE_SOCKADDR_STORAGE | 814 #undef HAVE_SOCKADDR_STORAGE |
| 642 | 815 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 673 | 846 |
| 674 /* Define to 1 if you have the `strftime' function. */ | 847 /* Define to 1 if you have the `strftime' function. */ |
| 675 #undef HAVE_STRFTIME | 848 #undef HAVE_STRFTIME |
| 676 | 849 |
| 677 /* Define to 1 if you have the <strings.h> header file. */ | 850 /* Define to 1 if you have the <strings.h> header file. */ |
| 678 #undef HAVE_STRINGS_H | 851 #undef HAVE_STRINGS_H |
| 679 | 852 |
| 680 /* Define to 1 if you have the <string.h> header file. */ | 853 /* Define to 1 if you have the <string.h> header file. */ |
| 681 #undef HAVE_STRING_H | 854 #undef HAVE_STRING_H |
| 682 | 855 |
| 856 /* Define to 1 if you have the `strlcpy' function. */ |
| 857 #undef HAVE_STRLCPY |
| 858 |
| 683 /* Define to 1 if you have the <stropts.h> header file. */ | 859 /* Define to 1 if you have the <stropts.h> header file. */ |
| 684 #undef HAVE_STROPTS_H | 860 #undef HAVE_STROPTS_H |
| 685 | 861 |
| 686 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */ | 862 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */ |
| 687 #undef HAVE_STRUCT_STAT_ST_BIRTHTIME | 863 #undef HAVE_STRUCT_STAT_ST_BIRTHTIME |
| 688 | 864 |
| 689 /* Define to 1 if `st_blksize' is a member of `struct stat'. */ | 865 /* Define to 1 if `st_blksize' is a member of `struct stat'. */ |
| 690 #undef HAVE_STRUCT_STAT_ST_BLKSIZE | 866 #undef HAVE_STRUCT_STAT_ST_BLKSIZE |
| 691 | 867 |
| 692 /* Define to 1 if `st_blocks' is a member of `struct stat'. */ | 868 /* Define to 1 if `st_blocks' is a member of `struct stat'. */ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 704 /* Define to 1 if `tm_zone' is a member of `struct tm'. */ | 880 /* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
| 705 #undef HAVE_STRUCT_TM_TM_ZONE | 881 #undef HAVE_STRUCT_TM_TM_ZONE |
| 706 | 882 |
| 707 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use | 883 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use |
| 708 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */ | 884 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */ |
| 709 #undef HAVE_ST_BLOCKS | 885 #undef HAVE_ST_BLOCKS |
| 710 | 886 |
| 711 /* Define if you have the 'symlink' function. */ | 887 /* Define if you have the 'symlink' function. */ |
| 712 #undef HAVE_SYMLINK | 888 #undef HAVE_SYMLINK |
| 713 | 889 |
| 890 /* Define to 1 if you have the `symlinkat' function. */ |
| 891 #undef HAVE_SYMLINKAT |
| 892 |
| 893 /* Define to 1 if you have the `sync' function. */ |
| 894 #undef HAVE_SYNC |
| 895 |
| 714 /* Define to 1 if you have the `sysconf' function. */ | 896 /* Define to 1 if you have the `sysconf' function. */ |
| 715 #undef HAVE_SYSCONF | 897 #undef HAVE_SYSCONF |
| 716 | 898 |
| 717 /* Define to 1 if you have the <sysexits.h> header file. */ | 899 /* Define to 1 if you have the <sysexits.h> header file. */ |
| 718 #undef HAVE_SYSEXITS_H | 900 #undef HAVE_SYSEXITS_H |
| 719 | 901 |
| 720 /* Define to 1 if you have the <sys/audioio.h> header file. */ | 902 /* Define to 1 if you have the <sys/audioio.h> header file. */ |
| 721 #undef HAVE_SYS_AUDIOIO_H | 903 #undef HAVE_SYS_AUDIOIO_H |
| 722 | 904 |
| 723 /* Define to 1 if you have the <sys/bsdtty.h> header file. */ | 905 /* Define to 1 if you have the <sys/bsdtty.h> header file. */ |
| 724 #undef HAVE_SYS_BSDTTY_H | 906 #undef HAVE_SYS_BSDTTY_H |
| 907 |
| 908 /* Define to 1 if you have the <sys/devpoll.h> header file. */ |
| 909 #undef HAVE_SYS_DEVPOLL_H |
| 725 | 910 |
| 726 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. | 911 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 727 */ | 912 */ |
| 728 #undef HAVE_SYS_DIR_H | 913 #undef HAVE_SYS_DIR_H |
| 729 | 914 |
| 730 /* Define to 1 if you have the <sys/epoll.h> header file. */ | 915 /* Define to 1 if you have the <sys/epoll.h> header file. */ |
| 731 #undef HAVE_SYS_EPOLL_H | 916 #undef HAVE_SYS_EPOLL_H |
| 732 | 917 |
| 733 /* Define to 1 if you have the <sys/event.h> header file. */ | 918 /* Define to 1 if you have the <sys/event.h> header file. */ |
| 734 #undef HAVE_SYS_EVENT_H | 919 #undef HAVE_SYS_EVENT_H |
| 735 | 920 |
| 736 /* Define to 1 if you have the <sys/file.h> header file. */ | 921 /* Define to 1 if you have the <sys/file.h> header file. */ |
| 737 #undef HAVE_SYS_FILE_H | 922 #undef HAVE_SYS_FILE_H |
| 738 | 923 |
| 924 /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
| 925 #undef HAVE_SYS_IOCTL_H |
| 926 |
| 927 /* Define to 1 if you have the <sys/kern_control.h> header file. */ |
| 928 #undef HAVE_SYS_KERN_CONTROL_H |
| 929 |
| 739 /* Define to 1 if you have the <sys/loadavg.h> header file. */ | 930 /* Define to 1 if you have the <sys/loadavg.h> header file. */ |
| 740 #undef HAVE_SYS_LOADAVG_H | 931 #undef HAVE_SYS_LOADAVG_H |
| 741 | 932 |
| 742 /* Define to 1 if you have the <sys/lock.h> header file. */ | 933 /* Define to 1 if you have the <sys/lock.h> header file. */ |
| 743 #undef HAVE_SYS_LOCK_H | 934 #undef HAVE_SYS_LOCK_H |
| 744 | 935 |
| 745 /* Define to 1 if you have the <sys/mkdev.h> header file. */ | 936 /* Define to 1 if you have the <sys/mkdev.h> header file. */ |
| 746 #undef HAVE_SYS_MKDEV_H | 937 #undef HAVE_SYS_MKDEV_H |
| 747 | 938 |
| 748 /* Define to 1 if you have the <sys/modem.h> header file. */ | 939 /* Define to 1 if you have the <sys/modem.h> header file. */ |
| 749 #undef HAVE_SYS_MODEM_H | 940 #undef HAVE_SYS_MODEM_H |
| 750 | 941 |
| 751 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. | 942 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 752 */ | 943 */ |
| 753 #undef HAVE_SYS_NDIR_H | 944 #undef HAVE_SYS_NDIR_H |
| 754 | 945 |
| 755 /* Define to 1 if you have the <sys/param.h> header file. */ | 946 /* Define to 1 if you have the <sys/param.h> header file. */ |
| 756 #undef HAVE_SYS_PARAM_H | 947 #undef HAVE_SYS_PARAM_H |
| 757 | 948 |
| 758 /* Define to 1 if you have the <sys/poll.h> header file. */ | 949 /* Define to 1 if you have the <sys/poll.h> header file. */ |
| 759 #undef HAVE_SYS_POLL_H | 950 #undef HAVE_SYS_POLL_H |
| 760 | 951 |
| 761 /* Define to 1 if you have the <sys/resource.h> header file. */ | 952 /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 762 #undef HAVE_SYS_RESOURCE_H | 953 #undef HAVE_SYS_RESOURCE_H |
| 763 | 954 |
| 764 /* Define to 1 if you have the <sys/select.h> header file. */ | 955 /* Define to 1 if you have the <sys/select.h> header file. */ |
| 765 #undef HAVE_SYS_SELECT_H | 956 #undef HAVE_SYS_SELECT_H |
| 766 | 957 |
| 958 /* Define to 1 if you have the <sys/sendfile.h> header file. */ |
| 959 #undef HAVE_SYS_SENDFILE_H |
| 960 |
| 767 /* Define to 1 if you have the <sys/socket.h> header file. */ | 961 /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 768 #undef HAVE_SYS_SOCKET_H | 962 #undef HAVE_SYS_SOCKET_H |
| 769 | 963 |
| 770 /* Define to 1 if you have the <sys/statvfs.h> header file. */ | 964 /* Define to 1 if you have the <sys/statvfs.h> header file. */ |
| 771 #undef HAVE_SYS_STATVFS_H | 965 #undef HAVE_SYS_STATVFS_H |
| 772 | 966 |
| 773 /* Define to 1 if you have the <sys/stat.h> header file. */ | 967 /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 774 #undef HAVE_SYS_STAT_H | 968 #undef HAVE_SYS_STAT_H |
| 775 | 969 |
| 970 /* Define to 1 if you have the <sys/syscall.h> header file. */ |
| 971 #undef HAVE_SYS_SYSCALL_H |
| 972 |
| 973 /* Define to 1 if you have the <sys/sys_domain.h> header file. */ |
| 974 #undef HAVE_SYS_SYS_DOMAIN_H |
| 975 |
| 776 /* Define to 1 if you have the <sys/termio.h> header file. */ | 976 /* Define to 1 if you have the <sys/termio.h> header file. */ |
| 777 #undef HAVE_SYS_TERMIO_H | 977 #undef HAVE_SYS_TERMIO_H |
| 778 | 978 |
| 779 /* Define to 1 if you have the <sys/times.h> header file. */ | 979 /* Define to 1 if you have the <sys/times.h> header file. */ |
| 780 #undef HAVE_SYS_TIMES_H | 980 #undef HAVE_SYS_TIMES_H |
| 781 | 981 |
| 782 /* Define to 1 if you have the <sys/time.h> header file. */ | 982 /* Define to 1 if you have the <sys/time.h> header file. */ |
| 783 #undef HAVE_SYS_TIME_H | 983 #undef HAVE_SYS_TIME_H |
| 784 | 984 |
| 785 /* Define to 1 if you have the <sys/types.h> header file. */ | 985 /* Define to 1 if you have the <sys/types.h> header file. */ |
| 786 #undef HAVE_SYS_TYPES_H | 986 #undef HAVE_SYS_TYPES_H |
| 787 | 987 |
| 988 /* Define to 1 if you have the <sys/uio.h> header file. */ |
| 989 #undef HAVE_SYS_UIO_H |
| 990 |
| 788 /* Define to 1 if you have the <sys/un.h> header file. */ | 991 /* Define to 1 if you have the <sys/un.h> header file. */ |
| 789 #undef HAVE_SYS_UN_H | 992 #undef HAVE_SYS_UN_H |
| 790 | 993 |
| 791 /* Define to 1 if you have the <sys/utsname.h> header file. */ | 994 /* Define to 1 if you have the <sys/utsname.h> header file. */ |
| 792 #undef HAVE_SYS_UTSNAME_H | 995 #undef HAVE_SYS_UTSNAME_H |
| 793 | 996 |
| 794 /* Define to 1 if you have the <sys/wait.h> header file. */ | 997 /* Define to 1 if you have the <sys/wait.h> header file. */ |
| 795 #undef HAVE_SYS_WAIT_H | 998 #undef HAVE_SYS_WAIT_H |
| 796 | 999 |
| 1000 /* Define to 1 if you have the <sys/xattr.h> header file. */ |
| 1001 #undef HAVE_SYS_XATTR_H |
| 1002 |
| 797 /* Define to 1 if you have the `tcgetpgrp' function. */ | 1003 /* Define to 1 if you have the `tcgetpgrp' function. */ |
| 798 #undef HAVE_TCGETPGRP | 1004 #undef HAVE_TCGETPGRP |
| 799 | 1005 |
| 800 /* Define to 1 if you have the `tcsetpgrp' function. */ | 1006 /* Define to 1 if you have the `tcsetpgrp' function. */ |
| 801 #undef HAVE_TCSETPGRP | 1007 #undef HAVE_TCSETPGRP |
| 802 | 1008 |
| 803 /* Define to 1 if you have the `tempnam' function. */ | 1009 /* Define to 1 if you have the `tempnam' function. */ |
| 804 #undef HAVE_TEMPNAM | 1010 #undef HAVE_TEMPNAM |
| 805 | 1011 |
| 806 /* Define to 1 if you have the <termios.h> header file. */ | 1012 /* Define to 1 if you have the <termios.h> header file. */ |
| 807 #undef HAVE_TERMIOS_H | 1013 #undef HAVE_TERMIOS_H |
| 808 | 1014 |
| 809 /* Define to 1 if you have the <term.h> header file. */ | 1015 /* Define to 1 if you have the <term.h> header file. */ |
| 810 #undef HAVE_TERM_H | 1016 #undef HAVE_TERM_H |
| 811 | 1017 |
| 812 /* Define to 1 if you have the `tgamma' function. */ | 1018 /* Define to 1 if you have the `tgamma' function. */ |
| 813 #undef HAVE_TGAMMA | 1019 #undef HAVE_TGAMMA |
| 814 | |
| 815 /* Define to 1 if you have the <thread.h> header file. */ | |
| 816 #undef HAVE_THREAD_H | |
| 817 | 1020 |
| 818 /* Define to 1 if you have the `timegm' function. */ | 1021 /* Define to 1 if you have the `timegm' function. */ |
| 819 #undef HAVE_TIMEGM | 1022 #undef HAVE_TIMEGM |
| 820 | 1023 |
| 821 /* Define to 1 if you have the `times' function. */ | 1024 /* Define to 1 if you have the `times' function. */ |
| 822 #undef HAVE_TIMES | 1025 #undef HAVE_TIMES |
| 823 | 1026 |
| 824 /* Define to 1 if you have the `tmpfile' function. */ | 1027 /* Define to 1 if you have the `tmpfile' function. */ |
| 825 #undef HAVE_TMPFILE | 1028 #undef HAVE_TMPFILE |
| 826 | 1029 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 845 #undef HAVE_UCS4_TCL | 1048 #undef HAVE_UCS4_TCL |
| 846 | 1049 |
| 847 /* Define to 1 if the system has the type `uintptr_t'. */ | 1050 /* Define to 1 if the system has the type `uintptr_t'. */ |
| 848 #undef HAVE_UINTPTR_T | 1051 #undef HAVE_UINTPTR_T |
| 849 | 1052 |
| 850 /* Define to 1 if you have the `uname' function. */ | 1053 /* Define to 1 if you have the `uname' function. */ |
| 851 #undef HAVE_UNAME | 1054 #undef HAVE_UNAME |
| 852 | 1055 |
| 853 /* Define to 1 if you have the <unistd.h> header file. */ | 1056 /* Define to 1 if you have the <unistd.h> header file. */ |
| 854 #undef HAVE_UNISTD_H | 1057 #undef HAVE_UNISTD_H |
| 1058 |
| 1059 /* Define to 1 if you have the `unlinkat' function. */ |
| 1060 #undef HAVE_UNLINKAT |
| 855 | 1061 |
| 856 /* Define to 1 if you have the `unsetenv' function. */ | 1062 /* Define to 1 if you have the `unsetenv' function. */ |
| 857 #undef HAVE_UNSETENV | 1063 #undef HAVE_UNSETENV |
| 858 | 1064 |
| 859 /* Define if you have a useable wchar_t type defined in wchar.h; useable means | 1065 /* Define if you have a useable wchar_t type defined in wchar.h; useable means |
| 860 wchar_t must be an unsigned type with at least 16 bits. (see | 1066 wchar_t must be an unsigned type with at least 16 bits. (see |
| 861 Include/unicodeobject.h). */ | 1067 Include/unicodeobject.h). */ |
| 862 #undef HAVE_USABLE_WCHAR_T | 1068 #undef HAVE_USABLE_WCHAR_T |
| 863 | 1069 |
| 864 /* Define to 1 if you have the <util.h> header file. */ | 1070 /* Define to 1 if you have the <util.h> header file. */ |
| 865 #undef HAVE_UTIL_H | 1071 #undef HAVE_UTIL_H |
| 866 | 1072 |
| 1073 /* Define to 1 if you have the `utimensat' function. */ |
| 1074 #undef HAVE_UTIMENSAT |
| 1075 |
| 867 /* Define to 1 if you have the `utimes' function. */ | 1076 /* Define to 1 if you have the `utimes' function. */ |
| 868 #undef HAVE_UTIMES | 1077 #undef HAVE_UTIMES |
| 869 | 1078 |
| 870 /* Define to 1 if you have the <utime.h> header file. */ | 1079 /* Define to 1 if you have the <utime.h> header file. */ |
| 871 #undef HAVE_UTIME_H | 1080 #undef HAVE_UTIME_H |
| 872 | 1081 |
| 873 /* Define to 1 if you have the `wait3' function. */ | 1082 /* Define to 1 if you have the `wait3' function. */ |
| 874 #undef HAVE_WAIT3 | 1083 #undef HAVE_WAIT3 |
| 875 | 1084 |
| 876 /* Define to 1 if you have the `wait4' function. */ | 1085 /* Define to 1 if you have the `wait4' function. */ |
| 877 #undef HAVE_WAIT4 | 1086 #undef HAVE_WAIT4 |
| 878 | 1087 |
| 1088 /* Define to 1 if you have the `waitid' function. */ |
| 1089 #undef HAVE_WAITID |
| 1090 |
| 879 /* Define to 1 if you have the `waitpid' function. */ | 1091 /* Define to 1 if you have the `waitpid' function. */ |
| 880 #undef HAVE_WAITPID | 1092 #undef HAVE_WAITPID |
| 881 | 1093 |
| 882 /* Define if the compiler provides a wchar.h header file. */ | 1094 /* Define if the compiler provides a wchar.h header file. */ |
| 883 #undef HAVE_WCHAR_H | 1095 #undef HAVE_WCHAR_H |
| 884 | 1096 |
| 885 /* Define to 1 if you have the `wcscoll' function. */ | 1097 /* Define to 1 if you have the `wcscoll' function. */ |
| 886 #undef HAVE_WCSCOLL | 1098 #undef HAVE_WCSCOLL |
| 1099 |
| 1100 /* Define to 1 if you have the `wcsftime' function. */ |
| 1101 #undef HAVE_WCSFTIME |
| 1102 |
| 1103 /* Define to 1 if you have the `wcsxfrm' function. */ |
| 1104 #undef HAVE_WCSXFRM |
| 887 | 1105 |
| 888 /* Define if tzset() actually switches the local timezone in a meaningful way. | 1106 /* Define if tzset() actually switches the local timezone in a meaningful way. |
| 889 */ | 1107 */ |
| 890 #undef HAVE_WORKING_TZSET | 1108 #undef HAVE_WORKING_TZSET |
| 891 | 1109 |
| 1110 /* Define to 1 if you have the `writev' function. */ |
| 1111 #undef HAVE_WRITEV |
| 1112 |
| 892 /* Define if the zlib library has inflateCopy */ | 1113 /* Define if the zlib library has inflateCopy */ |
| 893 #undef HAVE_ZLIB_COPY | 1114 #undef HAVE_ZLIB_COPY |
| 894 | 1115 |
| 895 /* Define to 1 if you have the `_getpty' function. */ | 1116 /* Define to 1 if you have the `_getpty' function. */ |
| 896 #undef HAVE__GETPTY | 1117 #undef HAVE__GETPTY |
| 897 | 1118 |
| 898 /* Define if you are using Mach cthreads directly under /include */ | 1119 /* Define if log1p(-0.) is 0. rather than -0. */ |
| 899 #undef HURD_C_THREADS | 1120 #undef LOG1P_DROPS_ZERO_SIGN |
| 900 | |
| 901 /* Define if you are using Mach cthreads under mach / */ | |
| 902 #undef MACH_C_THREADS | |
| 903 | 1121 |
| 904 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. | 1122 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. |
| 905 */ | 1123 */ |
| 906 #undef MAJOR_IN_MKDEV | 1124 #undef MAJOR_IN_MKDEV |
| 907 | 1125 |
| 908 /* Define to 1 if `major', `minor', and `makedev' are declared in | 1126 /* Define to 1 if `major', `minor', and `makedev' are declared in |
| 909 <sysmacros.h>. */ | 1127 <sysmacros.h>. */ |
| 910 #undef MAJOR_IN_SYSMACROS | 1128 #undef MAJOR_IN_SYSMACROS |
| 911 | 1129 |
| 912 /* Define if mvwdelch in curses.h is an expression. */ | 1130 /* Define if mvwdelch in curses.h is an expression. */ |
| (...skipping 25 matching lines...) Expand all Loading... |
| 938 | 1156 |
| 939 /* Define as the preferred size in bits of long digits */ | 1157 /* Define as the preferred size in bits of long digits */ |
| 940 #undef PYLONG_BITS_IN_DIGIT | 1158 #undef PYLONG_BITS_IN_DIGIT |
| 941 | 1159 |
| 942 /* Define to printf format modifier for long long type */ | 1160 /* Define to printf format modifier for long long type */ |
| 943 #undef PY_FORMAT_LONG_LONG | 1161 #undef PY_FORMAT_LONG_LONG |
| 944 | 1162 |
| 945 /* Define to printf format modifier for Py_ssize_t */ | 1163 /* Define to printf format modifier for Py_ssize_t */ |
| 946 #undef PY_FORMAT_SIZE_T | 1164 #undef PY_FORMAT_SIZE_T |
| 947 | 1165 |
| 948 /* Define as the integral type used for Unicode representation. */ | |
| 949 #undef PY_UNICODE_TYPE | |
| 950 | |
| 951 /* Define if you want to build an interpreter with many run-time checks. */ | 1166 /* Define if you want to build an interpreter with many run-time checks. */ |
| 952 #undef Py_DEBUG | 1167 #undef Py_DEBUG |
| 953 | 1168 |
| 954 /* Defined if Python is built as a shared library. */ | 1169 /* Defined if Python is built as a shared library. */ |
| 955 #undef Py_ENABLE_SHARED | 1170 #undef Py_ENABLE_SHARED |
| 956 | |
| 957 /* Define as the size of the unicode type. */ | |
| 958 #undef Py_UNICODE_SIZE | |
| 959 | |
| 960 /* Define if you want to have a Unicode type. */ | |
| 961 #undef Py_USING_UNICODE | |
| 962 | 1171 |
| 963 /* assume C89 semantics that RETSIGTYPE is always void */ | 1172 /* assume C89 semantics that RETSIGTYPE is always void */ |
| 964 #undef RETSIGTYPE | 1173 #undef RETSIGTYPE |
| 965 | 1174 |
| 966 /* Define if setpgrp() must be called as setpgrp(0, 0). */ | 1175 /* Define if setpgrp() must be called as setpgrp(0, 0). */ |
| 967 #undef SETPGRP_HAVE_ARG | 1176 #undef SETPGRP_HAVE_ARG |
| 968 | 1177 |
| 969 /* Define this to be extension of shared libraries (including the dot!). */ | 1178 /* Define this to be extension of shared libraries (including the dot!). */ |
| 970 #undef SHLIB_EXT | 1179 #undef SHLIB_EXT |
| 971 | 1180 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1026 /* Define to 1 if you have the ANSI C header files. */ | 1235 /* Define to 1 if you have the ANSI C header files. */ |
| 1027 #undef STDC_HEADERS | 1236 #undef STDC_HEADERS |
| 1028 | 1237 |
| 1029 /* Define if you can safely include both <sys/select.h> and <sys/time.h> | 1238 /* Define if you can safely include both <sys/select.h> and <sys/time.h> |
| 1030 (which you can't on SCO ODT 3.0). */ | 1239 (which you can't on SCO ODT 3.0). */ |
| 1031 #undef SYS_SELECT_WITH_SYS_TIME | 1240 #undef SYS_SELECT_WITH_SYS_TIME |
| 1032 | 1241 |
| 1033 /* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */ | 1242 /* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */ |
| 1034 #undef TANH_PRESERVES_ZERO_SIGN | 1243 #undef TANH_PRESERVES_ZERO_SIGN |
| 1035 | 1244 |
| 1245 /* Library needed by timemodule.c: librt may be needed for clock_gettime() */ |
| 1246 #undef TIMEMODULE_LIB |
| 1247 |
| 1036 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | 1248 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 1037 #undef TIME_WITH_SYS_TIME | 1249 #undef TIME_WITH_SYS_TIME |
| 1038 | 1250 |
| 1039 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ | 1251 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| 1040 #undef TM_IN_SYS_TIME | 1252 #undef TM_IN_SYS_TIME |
| 1253 |
| 1254 /* Define if you want to use computed gotos in ceval.c. */ |
| 1255 #undef USE_COMPUTED_GOTOS |
| 1256 |
| 1257 /* Define to use the C99 inline keyword. */ |
| 1258 #undef USE_INLINE |
| 1041 | 1259 |
| 1042 /* Enable extensions on AIX 3, Interix. */ | 1260 /* Enable extensions on AIX 3, Interix. */ |
| 1043 #ifndef _ALL_SOURCE | 1261 #ifndef _ALL_SOURCE |
| 1044 # undef _ALL_SOURCE | 1262 # undef _ALL_SOURCE |
| 1045 #endif | 1263 #endif |
| 1046 /* Enable GNU extensions on systems that have them. */ | 1264 /* Enable GNU extensions on systems that have them. */ |
| 1047 #ifndef _GNU_SOURCE | 1265 #ifndef _GNU_SOURCE |
| 1048 # undef _GNU_SOURCE | 1266 # undef _GNU_SOURCE |
| 1049 #endif | 1267 #endif |
| 1050 /* Enable threading extensions on Solaris. */ | 1268 /* Enable threading extensions on Solaris. */ |
| 1051 #ifndef _POSIX_PTHREAD_SEMANTICS | 1269 #ifndef _POSIX_PTHREAD_SEMANTICS |
| 1052 # undef _POSIX_PTHREAD_SEMANTICS | 1270 # undef _POSIX_PTHREAD_SEMANTICS |
| 1053 #endif | 1271 #endif |
| 1054 /* Enable extensions on HP NonStop. */ | 1272 /* Enable extensions on HP NonStop. */ |
| 1055 #ifndef _TANDEM_SOURCE | 1273 #ifndef _TANDEM_SOURCE |
| 1056 # undef _TANDEM_SOURCE | 1274 # undef _TANDEM_SOURCE |
| 1057 #endif | 1275 #endif |
| 1058 /* Enable general extensions on Solaris. */ | 1276 /* Enable general extensions on Solaris. */ |
| 1059 #ifndef __EXTENSIONS__ | 1277 #ifndef __EXTENSIONS__ |
| 1060 # undef __EXTENSIONS__ | 1278 # undef __EXTENSIONS__ |
| 1061 #endif | 1279 #endif |
| 1062 | 1280 |
| 1063 | 1281 |
| 1064 /* Define if you want to use MacPython modules on MacOSX in unix-Python. */ | |
| 1065 #undef USE_TOOLBOX_OBJECT_GLUE | |
| 1066 | |
| 1067 /* Define if a va_list is an array of some kind */ | 1282 /* Define if a va_list is an array of some kind */ |
| 1068 #undef VA_LIST_IS_ARRAY | 1283 #undef VA_LIST_IS_ARRAY |
| 1069 | 1284 |
| 1070 /* Define if you want SIGFPE handled (see Include/pyfpe.h). */ | 1285 /* Define if you want SIGFPE handled (see Include/pyfpe.h). */ |
| 1071 #undef WANT_SIGFPE_HANDLER | 1286 #undef WANT_SIGFPE_HANDLER |
| 1072 | 1287 |
| 1073 /* Define if you want wctype.h functions to be used instead of the one | |
| 1074 supplied by Python itself. (see Include/unicodectype.h). */ | |
| 1075 #undef WANT_WCTYPE_FUNCTIONS | |
| 1076 | |
| 1077 /* Define if WINDOW in curses.h offers a field _flags. */ | 1288 /* Define if WINDOW in curses.h offers a field _flags. */ |
| 1078 #undef WINDOW_HAS_FLAGS | 1289 #undef WINDOW_HAS_FLAGS |
| 1079 | 1290 |
| 1080 /* Define if you want documentation strings in extension modules */ | 1291 /* Define if you want documentation strings in extension modules */ |
| 1081 #undef WITH_DOC_STRINGS | 1292 #undef WITH_DOC_STRINGS |
| 1082 | 1293 |
| 1083 /* Define to compile in Dtrace support */ | 1294 /* Define if you want to compile in Dtrace support */ |
| 1084 #undef WITH_DTRACE | 1295 #undef WITH_DTRACE |
| 1085 | 1296 |
| 1086 /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic | 1297 /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic |
| 1087 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld). | 1298 linker (dyld) instead of the old-style (NextStep) dynamic linker (rld). |
| 1088 Dyld is necessary to support frameworks. */ | 1299 Dyld is necessary to support frameworks. */ |
| 1089 #undef WITH_DYLD | 1300 #undef WITH_DYLD |
| 1090 | 1301 |
| 1091 /* Define to 1 if libintl is needed for locale functions. */ | 1302 /* Define to 1 if libintl is needed for locale functions. */ |
| 1092 #undef WITH_LIBINTL | 1303 #undef WITH_LIBINTL |
| 1093 | 1304 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1142 | 1353 |
| 1143 /* This must be defined on AIX systems to enable large file support. */ | 1354 /* This must be defined on AIX systems to enable large file support. */ |
| 1144 #undef _LARGE_FILES | 1355 #undef _LARGE_FILES |
| 1145 | 1356 |
| 1146 /* Define to 1 if on MINIX. */ | 1357 /* Define to 1 if on MINIX. */ |
| 1147 #undef _MINIX | 1358 #undef _MINIX |
| 1148 | 1359 |
| 1149 /* Define on NetBSD to activate all library features */ | 1360 /* Define on NetBSD to activate all library features */ |
| 1150 #undef _NETBSD_SOURCE | 1361 #undef _NETBSD_SOURCE |
| 1151 | 1362 |
| 1152 /* Define _OSF_SOURCE to get the makedev macro. */ | |
| 1153 #undef _OSF_SOURCE | |
| 1154 | |
| 1155 /* Define to 2 if the system does not provide POSIX.1 features except with | 1363 /* Define to 2 if the system does not provide POSIX.1 features except with |
| 1156 this defined. */ | 1364 this defined. */ |
| 1157 #undef _POSIX_1_SOURCE | 1365 #undef _POSIX_1_SOURCE |
| 1158 | 1366 |
| 1159 /* Define to activate features from IEEE Stds 1003.1-2001 */ | 1367 /* Define to activate features from IEEE Stds 1003.1-2008 */ |
| 1160 #undef _POSIX_C_SOURCE | 1368 #undef _POSIX_C_SOURCE |
| 1161 | 1369 |
| 1162 /* Define to 1 if you need to in order for `stat' and other things to work. */ | 1370 /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 1163 #undef _POSIX_SOURCE | 1371 #undef _POSIX_SOURCE |
| 1164 | 1372 |
| 1165 /* Define if you have POSIX threads, and your system does not define that. */ | 1373 /* Define if you have POSIX threads, and your system does not define that. */ |
| 1166 #undef _POSIX_THREADS | 1374 #undef _POSIX_THREADS |
| 1167 | 1375 |
| 1168 /* Define to force use of thread-safe errno, h_errno, and other functions */ | 1376 /* Define to force use of thread-safe errno, h_errno, and other functions */ |
| 1169 #undef _REENTRANT | 1377 #undef _REENTRANT |
| (...skipping 15 matching lines...) Expand all Loading... |
| 1185 #undef _XOPEN_SOURCE_EXTENDED | 1393 #undef _XOPEN_SOURCE_EXTENDED |
| 1186 | 1394 |
| 1187 /* Define on FreeBSD to activate all library features */ | 1395 /* Define on FreeBSD to activate all library features */ |
| 1188 #undef __BSD_VISIBLE | 1396 #undef __BSD_VISIBLE |
| 1189 | 1397 |
| 1190 /* Define to 1 if type `char' is unsigned and you are not using gcc. */ | 1398 /* Define to 1 if type `char' is unsigned and you are not using gcc. */ |
| 1191 #ifndef __CHAR_UNSIGNED__ | 1399 #ifndef __CHAR_UNSIGNED__ |
| 1192 # undef __CHAR_UNSIGNED__ | 1400 # undef __CHAR_UNSIGNED__ |
| 1193 #endif | 1401 #endif |
| 1194 | 1402 |
| 1195 /* Defined on Solaris to see additional function prototypes. */ | |
| 1196 #undef __EXTENSIONS__ | |
| 1197 | |
| 1198 /* Define to 'long' if <time.h> doesn't define. */ | 1403 /* Define to 'long' if <time.h> doesn't define. */ |
| 1199 #undef clock_t | 1404 #undef clock_t |
| 1200 | 1405 |
| 1201 /* Define to empty if `const' does not conform to ANSI C. */ | 1406 /* Define to empty if `const' does not conform to ANSI C. */ |
| 1202 #undef const | 1407 #undef const |
| 1203 | 1408 |
| 1204 /* Define to `int' if <sys/types.h> doesn't define. */ | 1409 /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1205 #undef gid_t | 1410 #undef gid_t |
| 1411 |
| 1412 /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 1413 calls it, or to nothing if 'inline' is not supported under any name. */ |
| 1414 #ifndef __cplusplus |
| 1415 #undef inline |
| 1416 #endif |
| 1206 | 1417 |
| 1207 /* Define to the type of a signed integer type of width exactly 32 bits if | 1418 /* Define to the type of a signed integer type of width exactly 32 bits if |
| 1208 such a type exists and the standard includes do not define it. */ | 1419 such a type exists and the standard includes do not define it. */ |
| 1209 #undef int32_t | 1420 #undef int32_t |
| 1210 | 1421 |
| 1211 /* Define to the type of a signed integer type of width exactly 64 bits if | 1422 /* Define to the type of a signed integer type of width exactly 64 bits if |
| 1212 such a type exists and the standard includes do not define it. */ | 1423 such a type exists and the standard includes do not define it. */ |
| 1213 #undef int64_t | 1424 #undef int64_t |
| 1214 | 1425 |
| 1215 /* Define to `int' if <sys/types.h> does not define. */ | 1426 /* Define to `int' if <sys/types.h> does not define. */ |
| (...skipping 29 matching lines...) Expand all Loading... |
| 1245 #undef volatile | 1456 #undef volatile |
| 1246 | 1457 |
| 1247 | 1458 |
| 1248 /* Define the macros needed if on a UnixWare 7.x system. */ | 1459 /* Define the macros needed if on a UnixWare 7.x system. */ |
| 1249 #if defined(__USLC__) && defined(__SCO_VERSION__) | 1460 #if defined(__USLC__) && defined(__SCO_VERSION__) |
| 1250 #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */ | 1461 #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */ |
| 1251 #endif | 1462 #endif |
| 1252 | 1463 |
| 1253 #endif /*Py_PYCONFIG_H*/ | 1464 #endif /*Py_PYCONFIG_H*/ |
| 1254 | 1465 |
| LEFT | RIGHT |