diff options
| author | Michael Forney <mforney@mforney.org> | 2020-10-06 01:01:42 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-10-06 01:01:42 -0700 |
| commit | 69b04f3be77e25e10f1e11b15d862d0cbe707c4d (patch) | |
| tree | 30e9bf8242e5b8b1d91bee365b284827aab23476 /pkg/python/pyconfig.h | |
| parent | ce189763b6be8651daead037f020988e456a0ae7 (diff) | |
python: Update to 3.9.0
Diffstat (limited to 'pkg/python/pyconfig.h')
| -rw-r--r-- | pkg/python/pyconfig.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h index 8ba5406e..1afe089b 100644 --- a/pkg/python/pyconfig.h +++ b/pkg/python/pyconfig.h @@ -1,6 +1,7 @@ #ifndef Py_PYCONFIG_H #define Py_PYCONFIG_H /* #undef AC_APPLE_UNIVERSAL_BUILD */ +/* #undef AIX_BUILDDATE */ /* #undef AIX_GENUINE_CPLUSPLUS */ /* #undef ALT_SOABI */ /* #undef ANDROID_API_LEVEL */ @@ -11,7 +12,6 @@ /* #undef FLOAT_WORDS_BIGENDIAN */ /* #undef FLOCK_NEEDS_LIBBSD */ /* #undef GETPGRP_HAVE_ARG */ -/* #undef GETTIMEOFDAY_NO_TZ */ #define HAVE_ACCEPT4 1 #define HAVE_ACOSH 1 #define HAVE_ADDRINFO 1 @@ -162,7 +162,6 @@ #define HAVE_GETSID 1 #define HAVE_GETSPENT 1 #define HAVE_GETSPNAM 1 -#define HAVE_GETTIMEOFDAY 1 /* #undef HAVE_GETWD */ /* #undef HAVE_GLIBC_MEMMOVE_BUG */ #define HAVE_GRP_H 1 @@ -198,14 +197,17 @@ #define HAVE_LINKAT 1 #define HAVE_LINUX_CAN_BCM_H 1 #define HAVE_LINUX_CAN_H 1 +#define HAVE_LINUX_CAN_J1939_H 1 #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 #define HAVE_LINUX_CAN_RAW_H 1 +#define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1 #define HAVE_LINUX_MEMFD_H 1 #define HAVE_LINUX_NETLINK_H 1 #define HAVE_LINUX_QRTR_H 1 #define HAVE_LINUX_RANDOM_H 1 #define HAVE_LINUX_TIPC_H 1 #define HAVE_LINUX_VM_SOCKETS_H 1 +#define HAVE_LINUX_WAIT_H 1 #define HAVE_LOCKF 1 #define HAVE_LOG1P 1 #define HAVE_LOG2 1 @@ -257,7 +259,6 @@ #define HAVE_PTHREAD_KILL 1 #define HAVE_PTHREAD_SIGMASK 1 #define HAVE_PTY_H 1 -#define HAVE_PUTENV 1 #define HAVE_PWRITE 1 #define HAVE_PWRITEV 1 /* #undef HAVE_PWRITEV2 */ @@ -409,7 +410,6 @@ #define HAVE_UNAME 1 #define HAVE_UNISTD_H 1 #define HAVE_UNLINKAT 1 -#define HAVE_UNSETENV 1 /* #undef HAVE_USABLE_WCHAR_T */ /* #undef HAVE_UTIL_H */ #define HAVE_UTIMENSAT 1 @@ -447,6 +447,7 @@ #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1 /* #undef PYLONG_BITS_IN_DIGIT */ +#define PY_BUILTIN_HASHLIB_HASHES "sha3,blake2" #define PY_COERCE_C_LOCALE 1 #define PY_FORMAT_SIZE_T "z" #define PY_SSL_DEFAULT_CIPHERS 1 |
