mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
Patch #479898: Use multibyte C library for printing strings if available.
This commit is contained in:
parent
e9ce0b0fea
commit
fed2405cb5
4 changed files with 81 additions and 23 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 1.352 .
|
||||
# From configure.in Revision: 1.353 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53.
|
||||
#
|
||||
|
|
@ -11657,14 +11657,16 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
|
||||
fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
|
||||
gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \
|
||||
hstrerror inet_pton kill killpg lchown link lstat mkfifo mknod mktime \
|
||||
mremap nice pathconf pause plock poll pthread_init \
|
||||
hstrerror inet_pton iswprint kill killpg lchown link lstat mbtowc mkfifo \
|
||||
mknod mktime mremap nice pathconf pause plock poll pthread_init \
|
||||
putenv readlink \
|
||||
select setegid seteuid setgid setgroups \
|
||||
setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue